summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/backend
AgeCommit message (Collapse)AuthorFilesLines
2002-10-10The Cache is finally in placezecke2-7/+53
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-07Fix sorted stuffzecke1-5/+6
Case number 4 is still to go
2002-10-07added OBackendFactory for advanced backend accesseilers3-0/+102
2002-10-07Fix sorted SQL queryzecke1-2/+5
2002-10-07Sorted works enough in the SQL backend let's commit itzecke2-5/+62
2002-10-07First SQL backend Resourcezecke3-0/+444
The DB layout is not fully what we've in mind but for example I do lack the Categories infrastructure for that I've to implement sorted lists and then I'll make Todolist fast
2002-09-28remove debug outputzecke2-103/+140
move from Opie::XMLElement to custom parser this cuts down loading 10.000 items from 22 seconds to 4 seconds
2002-09-27Added API for accessing the Contact-Database ! It is compiling, buteilers2-0/+620
please do not expect that anything is working ! I will debug that stuff in the next time .. Please read README_COMPILE for compiling !
2002-09-25Add a sort function and filter function to TodoAccesszecke3-0/+149
This would allow us todo a paint hack in QTable
2002-09-23Updateszecke1-8/+12
2002-09-22Two brown paper bags later OTodo is ok again... pointers can be so fscking ↵zecke1-1/+1
awesome I had problems with QShared because I forgot to copy it in &operator= And the other one was d = 0
2002-09-22Add XML resources for todolist and compile fixes for RecordListzecke5-14/+457
2002-09-22Some documentationzecke1-0/+53
and addition to OTodoAccess overDue and effectiveTodos
2002-09-22Ok now it compiles again... heurekazecke1-6/+13
I had to create templatebase so orecordlist and opimaccesstemplate do not have circular dependency otherwise just compile fixes to my templaes and i did not make them inline
2002-09-20Our new common template based start for Accessing and Manipulatingzecke1-0/+29
the Records The CROSS_REFERENCE branch will get ported to it. We use templates for several reasons They allow us to share code and to be easily extended I've to make them not inline to save memory... I've to port all DBs and Record related classes