summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/backend/ocontactaccessbackend_xml.h
AgeCommit message (Collapse)AuthorFilesLines
2004-12-20Recovery of the following Changes:eilers1-7/+2
* 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-4/+1
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-13/+13
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-85/+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-09-22Added first experimental incarnation of sql-backend for addressbook.eilers1-0/+6
Some modifications to be able to compile the todo sql-backend. A lot of changes fill follow...
2003-04-13More API doczecke1-18/+28
QString -> const QString& QString = 0l -> QString::null
2003-03-21Merged speed optimized xml backend for contacts to main.eilers1-638/+39
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.
2003-01-03Reenable debug outputeilers1-6/+11
2003-01-03Bugfix for calculating data diffs..eilers1-18/+39
2003-01-02Improved query by example: Search by date is possible.. First stepeilers1-33/+104
for a today plugin for birthdays..
2002-12-08Moved journal-enum from ocontact into i the xml-backend..eilers1-9/+15
2002-11-14Sorting will now work if fullname is identical on some entrieseilers1-2/+5
2002-11-13Small Bug in sorted fixedeilers1-3/+6
2002-11-13Added sorted for Contacts..eilers1-0/+32
2002-11-01Added regExp-search in database for all fields in a contact.eilers1-0/+20
2002-10-16Added some docu to the interface and now using the cache infrastucture by ↵eilers1-1/+20
zecke.. :)
2002-10-14Some minor interface updateseilers1-16/+19
2002-10-07added OBackendFactory for advanced backend accesseilers1-0/+10
2002-09-27Added API for accessing the Contact-Database ! It is compiling, buteilers1-0/+550
please do not expect that anything is working ! I will debug that stuff in the next time .. Please read README_COMPILE for compiling !