Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-07-07 | Fixing serious bug in hasQuerySettings() | eilers | 1 | -0/+22 |
2003-06-20 | toExtraMap is no more virtual | zecke | 8 | -26/+47 |
we save custom entries now setExtraMap added as well | ||||
2003-06-02 | some .cvsignore fixes | schurig | 1 | -1/+1 |
2003-05-18 | Updates to ocontact, oevent & otodo's toRichText() implementations | drw | 3 | -35/+106 |
2003-05-15 | how did this compile last time...? ;) | tille | 1 | -5/+5 |
2003-05-14 | lastHitField impl | tille | 2 | -9/+23 |
2003-05-14 | Guard against self assignment | zecke | 1 | -0/+2 |
2003-05-14 | move lastHitField stuff into OPIMRecord | zecke | 4 | -6/+22 |
2003-05-14 | get the field where the hit was | tille | 2 | -1/+5 |
2003-05-14 | zecke: better? | tille | 1 | -2/+2 |
2003-05-12 | Hospital Hacking Session | zecke | 1 | -6/+65 |
kill warnings implement storing of reminders and alarms... Nach viel Eiter und Gestank... | ||||
2003-05-12 | Add a comment | zecke | 1 | -0/+2 |
2003-05-12 | Add handling of alarm() message | zecke | 2 | -5/+49 |
play and killAlarm... added as well | ||||
2003-05-12 | fix up OTodo::hasNotifiers | zecke | 3 | -3/+17 |
add a const notifiers() function and fix OPimNotifyManager::isEmpty | ||||
2003-05-12 | dateTimeFromString | zecke | 2 | -4/+48 |
and toString added | ||||
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 | 16 | -27/+114 |
and match, toRichText & toShortText in oevent | ||||
2003-05-07 | save the state | zecke | 1 | -0/+6 |
2003-05-07 | save and restore CompletedDate and StartDate | zecke | 1 | -7/+20 |
2003-05-07 | implement loading of Recurrence | zecke | 4 | -4/+76 |
2003-05-07 | Save recurrence | zecke | 1 | -1/+3 |
2003-05-07 | try to use less memory and only create objects like | zecke | 2 | -15/+82 |
ORecur, OPimState, OPimNotifyManager and OPimMaintainer if necessary | ||||
2003-05-07 | Prevent mem corruption | zecke | 1 | -4/+10 |
2003-05-07 | Make it possible to see what a backend supports | zecke | 7 | -1/+63 |
2003-05-07 | Add d ptr | zecke | 1 | -1/+4 |
add comments and FIXMEs three new signals for otodoaccess | ||||
2003-04-22 | Fixing incompatibility to Qtopia 1.6 (especially syncing with QTDesktop 1.6): | eilers | 4 | -11/+119 |
They using a special format for storing birthdays/anniversaries. This patch does not convert all entries, just new/modificated contacts will be stored in this new format ! Addressbook is able to work with both formats (new and old) Complete conversion will be done by the new kitchensync release, provided soon... | ||||
2003-04-13 | More API doc | zecke | 13 | -123/+315 |
QString -> const QString& QString = 0l -> QString::null | ||||
2003-04-13 | OEvent/OTodo compare by address and not by value.. | zecke | 3 | -2/+3 |
ODatebookAccess: clear does change it too | ||||
2003-03-28 | skeleton and the start of libopie2, please read README, ROADMAP and STATUS ↵ | mickeyl | 3 | -0/+30 |
and comment... | ||||
2003-03-21 | g++ compliance fix: default arguments belong into the declaration, but not ↵ | mickeyl | 1 | -1/+4 |
the definition | ||||
2003-03-21 | Fixing small bug: If we search a birthday from today to today, it returned | eilers | 1 | -1/+5 |
every contact .. | ||||
2003-03-21 | Merged speed optimized xml backend for contacts to main. | eilers | 14 | -718/+173 |
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-23 | make mickeyl happy | zecke | 1 | -3/+2 |
thanks for spotting it | ||||
2003-02-22 | Fix saving | zecke | 2 | -2/+7 |
remove the transport medium from the opimmainwindow | ||||
2003-02-22 | fixx off by one in reading | zecke | 2 | -2/+57 |
2003-02-22 | Remove some testing code | zecke | 1 | -3/+1 |
2003-02-22 | Implement saving of events | zecke | 5 | -16/+312 |
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 | 8 | -19/+483 |
-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 | 6 | -32/+288 |
-Add the Access(Backend) of DateBook | ||||
2003-02-21 | -Remove old Todo classes they're deprecated and today I already using the | zecke | 8 | -20/+830 |
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 | ||||
2003-02-18 | Fixing categoryNames in opimrecord which was just checking for Todo List | eilers | 4 | -6/+6 |
Now we get the categories in addressbook, too ! | ||||
2003-02-17 | Cardview improved .. | eilers | 1 | -5/+6 |
2003-02-16 | 0000276 Fix for that bug.. or better temp workaround | zecke | 2 | -35/+54 |
A Preferred Number is HOME|VOICE A CellPhone is HOME|VOICE|CELL the type & HOME|VOICE test triggers both and the cell phone number overrides the other entries.. as a temp I check that it's not equal to HOME|VOICE|CELL before setting the number The right and final fix would be to reorder the if statement to make it if else based and the less common thing put to the bottom OTodoAccessVcal fix the date for beaming | ||||
2003-02-15 | clear before reloading | zecke | 1 | -0/+1 |
2003-02-09 | Nothing happened.. Just some cleanup before I will start.. | eilers | 1 | -0/+739 |
2003-01-13 | Fixing crash when businesscard.vcf is missing.. | eilers | 1 | -2/+11 |
2003-01-03 | Reenable debug output | eilers | 1 | -6/+11 |
2003-01-03 | Bugfix for calculating data diffs.. | eilers | 1 | -18/+39 |
2003-01-02 | Improved query by example: Search by date is possible.. First step | eilers | 2 | -34/+113 |
for a today plugin for birthdays.. |