summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/oevent.cpp
AgeCommit message (Collapse)AuthorFilesLines
2003-12-08work around sucky gcc2, which doesn't understand when the two argumentsmickeyl1-1/+1
for ? need an implicit type conversion
2003-12-08Committing unfinished sql implementation before merging to libopie2 starts..eilers1-2/+129
2003-06-20toExtraMap is no more virtualzecke1-7/+4
we save custom entries now setExtraMap added as well
2003-05-18Updates to ocontact, oevent & otodo's toRichText() implementationsdrw1-12/+44
2003-05-15how did this compile last time...? ;)tille1-5/+5
2003-05-14lastHitField impltille1-5/+15
2003-05-10QString::contains( QRegExp ) does not use the settings of QRegExptille1-5/+5
(QT feature or bug?) lets use QRegExp::match( QString ) instead
2003-05-09toShortString now contains start time and datetille1-1/+13
2003-05-08search stufftille1-5/+36
and match, toRichText & toShortText in oevent
2003-05-07Prevent mem corruptionzecke1-4/+10
2003-04-13OEvent/OTodo compare by address and not by value..zecke1-1/+1
ODatebookAccess: clear does change it too
2003-02-22Implement saving of eventszecke1-3/+61
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/+5
-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-21-Fix hasRecurrence()zecke1-29/+28
-Add the Access(Backend) of DateBook
2003-02-21-Remove old Todo classes they're deprecated and today I already using thezecke1-0/+427
new API -Guard against self assignment in OTodo -Add test apps for OPIM -Opiefied Event classes -Added TimeZone handling and pinning of TimeZones to OEvent -Adjust ORecur and the widget to better timezone behaviour