summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/backend/ocontactaccessbackend.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-03-19Minor update for generic sorted(): It will now ignory any categories if ↵eilers1-21/+20
filter "DoNotShowCategories" is used..
2005-03-18Reworte generic sorted() and added filter for "DoNotShowWithCategory" neededeilers1-12/+23
by addressbook
2005-01-16Added new generic sorted for the databook backends. Needed an sortedvectoreilers1-2/+3
to do this job, which is now added to private classes..
2004-12-20Recovery of the following Changes:eilers1-6/+199
* 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-0/+121
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