summaryrefslogtreecommitdiff
path: root/libopie/pim/otodoaccessxml.cpp
AgeCommit message (Collapse)AuthorFilesLines
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