Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-03-14 | namespace correction | alwin | 6 | -9/+31 |
2004-03-02 | run the optimize_connect script | alwin | 2 | -8/+13 |
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here) | ||||
2004-03-01 | fix includes | chicken | 2 | -4/+4 |
2004-02-19 | Add notes for API fixes and BC stuff | zecke | 1 | -0/+9 |
2004-01-16 | Some changes to handle alarms for datebook-sql db.. | eilers | 3 | -0/+36 |
2003-12-22 | add a few missing const directives to get it to compile again | mickeyl | 1 | -4/+4 |
2003-12-22 | Fixing stupid bug, found by sourcode review.. | eilers | 1 | -0/+11 |
2003-12-22 | Finishing implementation of sql-backend for datebook. But I have to | eilers | 16 | -73/+394 |
port the PIM datebook application to use it, before I could debug the whole stuff. Thus, PIM-Database backend is finished, but highly experimental. And some parts are still generic. For instance, the "queryByExample()" methods are not (or not fully) implemented. Todo: custom-entries not stored. The big show stopper: matchRegExp() (needed by OpieSearch) needs regular expression search in the database, which is not supported by sqlite ! Therefore we need either an extended sqlite or a workaround which would be very slow and memory consuming.. | ||||
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 | 10 | -21/+471 |
2003-12-04 | use opie-lupdate instead lupdate | ar | 1 | -20/+0 |
2003-11-17 | Added #include QDateTime which is needed by this header file itself | eilers | 1 | -0/+1 |
2003-11-17 | Minor changes.. | eilers | 2 | -1/+2 |
2003-11-10 | Platform MacOS-X: Disable backtrce in odebug.. | eilers | 3 | -41/+149 |
Libopie PIM: Finishing SQL-Backend for Todo. Recurrance events are supported now. What is still missing: Custom entries currently not stored. It isn't easy to implement them with enabled prefetch-cache. LibopieDB2: Adding -lsqlite here instead linking it to libopie | ||||
2003-10-20 | Pushing todo closer to sql support. Recurrances and custom entries still ↵ | eilers | 7 | -132/+260 |
missing. But before I add this, I have to do some cleanup.. | ||||
2003-09-29 | Improvement of PIM-SQL Databases, but search queries are still limited. | eilers | 3 | -45/+370 |
Addressbook: Changed table layout. Now, we just need 1/3 of disk-space. Todo: Started to add new attributes. Some type conversions missing. | ||||
2003-09-29 | Starting to develop a universal PIM-database converter | eilers | 2 | -35/+234 |
2003-09-25 | Fixed inconsistencies between Description and NoteFixed inconsistencies ↵ | eilers | 1 | -1/+1 |
between Description and Notess | ||||
2003-09-22 | Added first experimental incarnation of sql-backend for addressbook. | eilers | 13 | -24/+1492 |
Some modifications to be able to compile the todo sql-backend. A lot of changes fill follow... | ||||
2003-09-08 | Fixing bug #1161: No space between jobtitle and organization | eilers | 1 | -8/+4 |
2003-08-30 | Sorry Stefan but the feature list is currently locked by mickeyl and I'm ↵ | zecke | 1 | -0/+34 |
scared of forgetting the ideas we've and need to discus.. Ah feeling so much better... slowly recovering would guess now at 50-60% | ||||
2003-08-30 | Removed some unimportant debug output which causes slow down.. | eilers | 2 | -4/+7 |
2003-08-06 | Cardview update: It is more compressed. Pending: Add pricture for work- and ↵ | eilers | 1 | -9/+9 |
home address.. | ||||
2003-08-01 | Merging changes from BRANCH_1_0 to HEAD | eilers | 22 | -122/+327 |
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-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... |