summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/backend/otodoaccessxml.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-06-01- convert to odebug frameworkar1-93/+98
2004-02-24*phew* here is the class and file rename patch. not converted yet: backend,mickeyl1-114/+114
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-6/+39
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-08-01Merging changes from BRANCH_1_0 to HEADeilers1-2/+4
2003-06-20toExtraMap is no more virtualzecke1-0/+23
we save custom entries now setExtraMap added as well
2003-05-12Hospital Hacking Sessionzecke1-6/+65
kill warnings implement storing of reminders and alarms... Nach viel Eiter und Gestank...
2003-05-08search stufftille1-0/+16
and match, toRichText & toShortText in oevent
2003-05-07save the statezecke1-0/+6
2003-05-07save and restore CompletedDate and StartDatezecke1-7/+20
2003-05-07implement loading of Recurrencezecke1-3/+69
2003-05-07Save recurrencezecke1-1/+3
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