Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-12-08 | work around sucky gcc2, which doesn't understand when the two arguments | mickeyl | 1 | -1/+1 |
for ? need an implicit type conversion | ||||
2003-12-08 | Committing unfinished sql implementation before merging to libopie2 starts.. | eilers | 1 | -2/+129 |
2003-06-20 | toExtraMap is no more virtual | zecke | 1 | -7/+4 |
we save custom entries now setExtraMap added as well | ||||
2003-05-18 | Updates to ocontact, oevent & otodo's toRichText() implementations | drw | 1 | -12/+44 |
2003-05-15 | how did this compile last time...? ;) | tille | 1 | -5/+5 |
2003-05-14 | lastHitField impl | tille | 1 | -5/+15 |
2003-05-10 | QString::contains( QRegExp ) does not use the settings of QRegExp | tille | 1 | -5/+5 |
(QT feature or bug?) lets use QRegExp::match( QString ) instead | ||||
2003-05-09 | toShortString now contains start time and date | tille | 1 | -1/+13 |
2003-05-08 | search stuff | tille | 1 | -5/+36 |
and match, toRichText & toShortText in oevent | ||||
2003-05-07 | Prevent mem corruption | zecke | 1 | -4/+10 |
2003-04-13 | OEvent/OTodo compare by address and not by value.. | zecke | 1 | -1/+1 |
ODatebookAccess: clear does change it too | ||||
2003-02-22 | Implement saving of events | zecke | 1 | -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-21 | Add XML datebookresource | zecke | 1 | -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() | zecke | 1 | -29/+28 |
-Add the Access(Backend) of DateBook | ||||
2003-02-21 | -Remove old Todo classes they're deprecated and today I already using the | zecke | 1 | -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 |