summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/backend/ocontactaccessbackend.h
AgeCommit message (Collapse)AuthorFilesLines
2005-01-16Added new generic sorted for the databook backends. Needed an sortedvectoreilers1-1/+2
to do this job, which is now added to private classes..
2004-12-28Fixing bug #1501 and preparing for implementation of generic QueryByExample andeilers1-2/+2
sorted for datebook and todo..
2004-12-20Recovery of the following Changes:eilers1-3/+6
* 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-18Backend Changes:zecke1-43/+37
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-6/+6
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-48/+34
someone should take a look for a better file order. but now all applications can start using libopiepim2 instead of libopie1-pim-stuff.
2004-02-19Add notes for API fixes and BC stuffzecke1-0/+9
2003-08-01Merging changes from BRANCH_1_0 to HEADeilers1-1/+13
2003-04-13More API doczecke1-5/+27
QString -> const QString& QString = 0l -> QString::null
2002-11-13Added sorted for Contacts..eilers1-0/+4
2002-11-01Added regExp-search in database for all fields in a contact.eilers1-0/+7
2002-10-07added OBackendFactory for advanced backend accesseilers1-0/+4
2002-09-27Added API for accessing the Contact-Database ! It is compiling, buteilers1-0/+70
please do not expect that anything is working ! I will debug that stuff in the next time .. Please read README_COMPILE for compiling !