summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/backend/otodoaccesssql.h
AgeCommit message (Collapse)AuthorFilesLines
2004-09-05Fixing really stupid caching bug.. Thanks to zecke who found it..eilers1-1/+1
Removed cachefind in backend which isn't needed anymore and not a goot idea...
2004-04-05SQL-Backends are almost finished !eilers1-2/+3
Works: Loading/Storing data, Most important search queries for Address/todo Unfinished: Search-Queries for Datebook, regexp search
2004-03-13Move XML class to internal PIMzecke1-4/+8
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-1/+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-10-20Pushing todo closer to sql support. Recurrances and custom entries still ↵eilers1-1/+1
missing. But before I add this, I have to do some cleanup..
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-03-21Merged speed optimized xml backend for contacts to main.eilers1-1/+1
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.
2002-10-13OPimAccessBackend nothing tried a isDirty()const ... but removed itzecke1-1/+2
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-10Implement read ahead on the XML resource...zecke1-0/+3
Scrolling is now noticeable faster with 10.000 items but not as fast the XML backend... OPimCache can be tuned and Query->OTodo too
2002-10-07Sorted works enough in the SQL backend let's commit itzecke1-3/+3
2002-10-07First SQL backend Resourcezecke1-0/+46
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