summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/backend/odatebookaccessbackend_xml.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-11-18Backend Changes:zecke1-9/+3
Each Backend can: -Sort and Filter a set of Records/AllRecords (which can be filtered again) -QueryByExample by every Backend -Occurrences for a period of time and a QDateTime -More common implementation -OPimBackendOccurrence with common splitting to OPimOccurrence
2004-07-29-UTC -> Europe/London when referring to no timezonezecke1-43/+62
-special handling for allDay Event in OPImEvent, avoid setting timezone as it is by default UTC -No timezone set by default for an Event -Recurrence is UTC (no timezone) -Provide upgrade path from DateBook as by default events were in the current timezone but didn't have the timezone attribute -unified handling of timezones, compatible with QtopiaDesktop -do less conversions -...
2004-07-17Allow the deletions of all eventszecke1-1/+1
This is the fix posted to the MailingList
2004-06-01- convert to odebug frameworkar1-82/+88
2004-02-24*phew* here is the class and file rename patch. not converted yet: backend,mickeyl1-43/+43
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-4/+37
someone should take a look for a better file order. but now all applications can start using libopiepim2 instead of libopie1-pim-stuff.
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