summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/backend/ocontactaccessbackend_vcard.h
AgeCommit message (Collapse)AuthorFilesLines
2004-12-20Recovery of the following Changes:eilers1-3/+1
* Implement fast and full featured version of sorted() for addressbook * Implement generic queryByExample for all Addressboook backends. It allows incremental search. * Update of API Documentation
2004-11-19Make VCARD importer more stable if something parsed which was not expected.eilers1-0/+7
Thus, we are now able to import VCards from Evolution 2 and Apple Addressbook.. This is fixing issue #1479
2004-11-18Backend Changes:zecke1-3/+0
Each Backend can: -Sort and Filter a set of Records/AllRecords (which can be filtered again) -QueryByExample by every Backend -Occurrences for a period of time and a QDateTime -More common implementation -OPimBackendOccurrence with common splitting to OPimOccurrence
2004-02-24*phew* here is the class and file rename patch. not converted yet: backend,mickeyl1-11/+11
but that will be not visible to application classes so we can change it later.
2004-02-20moved the opie pim stuff to libopie2 - pim. Tried to resort them, may be ↵alwin1-44/+33
someone should take a look for a better file order. but now all applications can start using libopiepim2 instead of libopie1-pim-stuff.
2003-04-13More API doczecke1-4/+14
QString -> const QString& QString = 0l -> QString::null
2003-03-21Merged speed optimized xml backend for contacts to main.eilers1-1/+9
Added QDateTime to querybyexample. For instance, it is now possible to get all Birthdays/Anniversaries between two dates. This should be used to show all birthdays in the datebook.. This change is sourcecode backward compatible but you have to upgrade the binaries for today-addressbook.
2002-12-07Fixing bug in storing anniversary..eilers1-0/+4
2002-11-13Added sorted for Contacts..eilers1-0/+4
2002-11-10Bugfixes..eilers1-0/+5
2002-11-09Added VCard Backend.eilers1-0/+65