summaryrefslogtreecommitdiff
path: root/libopie/pim/opimaccesstemplate.h
AgeCommit message (Collapse)AuthorFilesLines
2002-11-30More infrastructurezecke1-0/+10
ORecur has now the nextOccurence function exceptions We've now Notifers like Alarms and DatebookEntries we may add to execute applications... AppName replaced with service cause it is a service Add rtti to OPimRecord as a static function This is used inside the BackEnd classes to static_cast... added removeAllCompleted to the todobackends... add a common Opie PIM mainwindow which takes care of some simple scripting enchangements.. much more
2002-11-03Patch by Simon Hausmann to suit gcc3 needszecke1-5/+5
many thanks
2002-10-19Add void setReadAhead(uint) to the templateszecke1-1/+6
OTodoAccessSQL use the read ahead value
2002-10-16Added some docu to the interface and now using the cache infrastucture by ↵eilers1-6/+21
zecke.. :)
2002-10-14Some minor interface updateseilers1-9/+3
2002-10-13OPimAccessBackend nothing tried a isDirty()const ... but removed itzecke1-2/+0
ORecordList uidAt(uint index ) added Speed Improvements at the SQL backend do not load the list of uids until it's really needed do not reload the uid list until it's really needed we got a bitfield m_dirty there...
2002-10-10The Cache is finally in placezecke1-3/+54
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-09-22Add XML resources for todolist and compile fixes for RecordListzecke1-24/+29
2002-09-22Some documentationzecke1-4/+77
and addition to OTodoAccess overDue and effectiveTodos
2002-09-22Ok now it compiles again... heurekazecke1-54/+90
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/+82
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