summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/backend/ocontactaccessbackend_sql.h
AgeCommit message (Collapse)AuthorFilesLines
2004-12-28Fixing bug #1501 and preparing for implementation of generic QueryByExample andeilers1-1/+1
sorted for datebook and todo..
2004-12-20Recovery of the following Changes:eilers1-11/+12
* 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-09-05Fixing really stupid caching bug.. Thanks to zecke who found it..eilers1-2/+2
Removed cachefind in backend which isn't needed anymore and not a goot idea...
2004-08-29Added lookahead caching for addressbook (SQL-only) for speed improvement.eilers1-2/+3
2004-03-13Move XML class to internal PIMzecke1-2/+6
Add namespaces!!! Opie::Core and Opie::Core::Private Opie::Net and Opie::Net::Private Opie::Ui and Opie::Ui::Private Opie::MM and Opie::MM::Private Opie::DB and Opie::DB::Private PIM classes are not yet converted because we will do other work on it as well
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-27/+35
someone should take a look for a better file order. but now all applications can start using libopiepim2 instead of libopie1-pim-stuff.
2003-12-08Committing unfinished sql implementation before merging to libopie2 starts..eilers1-0/+5
2003-09-22Added first experimental incarnation of sql-backend for addressbook.eilers1-0/+96
Some modifications to be able to compile the todo sql-backend. A lot of changes fill follow...