summaryrefslogtreecommitdiff
path: root/libopie/pim/otodoaccessxml.cpp
AgeCommit message (Collapse)AuthorFilesLines
2003-05-07Make it possible to see what a backend supportszecke1-1/+15
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.
2003-02-22fixx off by one in readingzecke1-1/+29
2003-02-21Add XML datebookresourcezecke1-2/+0
-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
2003-02-15clear before reloadingzecke1-0/+1
2002-12-10get in sync with HEAD againzecke1-7/+36
-OPimBase was added to be used as a default struct inside OPimResolver and to work with DSOs -TodoListXML backend now uses mmap and madvise to load data -OContact added/changed rtti -OTodo added changed rtti OPimAccess* added stuff necessary for the Resolver and a 'state'/'hint' on how to load data OPimResolver which resolves uid + services to Records, rtti to QCOPChannels loads arbitary Service backends ( will work with DSOs soon ) -OPimMainWindow added some setDocument scripting possibility and internal marshalling and demarshalling of Records -OPimRecord added loadDataFromm and saveDataTo for marshalling purposes much more :)
2002-11-30More infrastructurezecke1-13/+14
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-15Add the implementation for the XRef Managerzecke1-17/+1
Add it to libopie.pro Adjust OPimRecord to use the new manager The backends do not support xref yet
2002-10-18Fix sortingzecke1-26/+94
Now if one columns equals another we try harder to find a difference Fixed DueDate sorting... This makes the UI more appealing
2002-10-18Add a small quirk mode... for testingzecke1-5/+8
Fix parsing of due Date We can not rely that HasDate is past the dates.. do the final QDate generation just before adding the OTodo
2002-10-18Hi Stefan,zecke1-5/+19
this commit should fix your problems... The XML todo backend was doing some stuff wrong with sorted Records. I even have a Comment describing this behaviour which is from the current POV wrong.. need to check my brain what I though this should do
2002-10-14Some minor interface updateseilers1-1/+1
2002-10-07Fix sorted stuffzecke1-5/+6
Case number 4 is still to go
2002-10-07First SQL backend Resourcezecke1-0/+1
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 outputzecke1-102/+138
move from Opie::XMLElement to custom parser this cuts down loading 10.000 items from 22 seconds to 4 seconds
2002-09-25Add a sort function and filter function to TodoAccesszecke1-0/+145
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 RecordListzecke1-0/+362