summaryrefslogtreecommitdiff
path: root/libopie/pim/odatebookaccessbackend_xml.cpp
AgeCommit message (Collapse)AuthorFilesLines
2003-12-08Committing unfinished sql implementation before merging to libopie2 starts..eilers1-3/+9
2003-11-17Minor changes..eilers1-1/+1
2003-08-01Merging changes from BRANCH_1_0 to HEADeilers1-3/+3
2003-05-08search stufftille1-0/+18
and match, toRichText & toShortText in oevent
2003-04-13OEvent/OTodo compare by address and not by value..zecke1-0/+1
ODatebookAccess: clear does change it too
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-22Fix savingzecke1-1/+6
remove the transport medium from the opimmainwindow
2003-02-22fixx off by one in readingzecke1-1/+28
2003-02-22Remove some testing codezecke1-3/+1
2003-02-22Implement saving of eventszecke1-11/+173
Implement the ExceptionList Add Children and parent to OEvent Make ORecur honor exceptions Extend the test app to add and save
2003-02-21Add XML datebookresourcezecke1-0/+395
-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