summaryrefslogtreecommitdiff
path: root/libopie/pim/obackendfactory.h
AgeCommit message (Collapse)AuthorFilesLines
2003-12-22Finishing implementation of sql-backend for datebook. But I have toeilers1-3/+21
port the PIM datebook application to use it, before I could debug the whole stuff. Thus, PIM-Database backend is finished, but highly experimental. And some parts are still generic. For instance, the "queryByExample()" methods are not (or not fully) implemented. Todo: custom-entries not stored. The big show stopper: matchRegExp() (needed by OpieSearch) needs regular expression search in the database, which is not supported by sqlite ! Therefore we need either an extended sqlite or a workaround which would be very slow and memory consuming..
2003-09-22Added first experimental incarnation of sql-backend for addressbook.eilers1-3/+13
Some modifications to be able to compile the todo sql-backend. A lot of changes fill follow...
2003-08-01Merging changes from BRANCH_1_0 to HEADeilers1-0/+12
2003-04-13More API doczecke1-1/+25
QString -> const QString& QString = 0l -> QString::null
2003-02-21Add XML datebookresourcezecke1-12/+29
-clean up todoaccessxml header -implement some more stuff in the oeven tester -extend DefaultFactory to not crash and to use datebook -reading of OEvents is working nicely.. saving will be added tomorrow -fix spelling in ODateBookAcces
2002-10-14Redeactivate SQL.. ;)eilers1-5/+9
2002-10-10The Cache is finally in placezecke1-6/+14
I tested it with my todolist and it 'works' for 10.000 todos the hits are awesome ;) The read ahead functionality does not make sense for XMLs backends because most of the stuff is already in memory. While using readahead on SQL makes things a lot faster.... I still have to fully implement read ahead This change is bic but sc
2002-10-08Fixed libopie.pro to include the new pim-API.eilers1-2/+15
The SQL-Stuff is currently deactivated. Otherwise everyone who wants to compile itself would need to install libsqlite, libopiesql... Therefore, the backend currently uses XML only..
2002-10-07added OBackendFactory for advanced backend accesseilers1-0/+88