summaryrefslogtreecommitdiff
path: root/libopie2/opiepim
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..eilers10-21/+471
2003-12-01slowly start to refactor & cleanup libopie2 before merging it with libopie1mickeyl2-3/+3
2003-11-17Added #include QDateTime which is needed by this header file itselfeilers1-0/+1
2003-11-17Minor changes..eilers2-1/+2
2003-11-10Platform MacOS-X: Disable backtrce in odebug..eilers3-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-20Pushing todo closer to sql support. Recurrances and custom entries still ↵eilers7-132/+260
missing. But before I add this, I have to do some cleanup..
2003-10-07individually package libopie2 parts and make libopie2 a virtual packagemickeyl1-0/+11
2003-09-29Improvement of PIM-SQL Databases, but search queries are still limited.eilers3-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-25Fixed inconsistencies between Description and NoteFixed inconsistencies ↵eilers1-1/+1
between Description and Notess
2003-09-22Added first experimental incarnation of sql-backend for addressbook.eilers10-24/+1373
Some modifications to be able to compile the todo sql-backend. A lot of changes fill follow...
2003-09-08Fixing bug #1161: No space between jobtitle and organizationeilers1-8/+4
2003-08-30Removed some unimportant debug output which causes slow down..eilers2-4/+7
2003-08-25libopie2 compiles for qt3/x11 nowtille1-1/+8
run: qmake "platform=x11" libopie2.pro
2003-08-06Cardview update: It is more compressed. Pending: Add pricture for work- and ↵eilers1-9/+9
home address..
2003-08-01Merging changes from BRANCH_1_0 to HEADeilers22-122/+327
2003-07-07Fixing serious bug in hasQuerySettings()eilers1-0/+22
2003-06-20toExtraMap is no more virtualzecke8-26/+47
we save custom entries now setExtraMap added as well
2003-06-02some .cvsignore fixesschurig1-1/+1
2003-05-18Updates to ocontact, oevent & otodo's toRichText() implementationsdrw3-35/+106
2003-05-15how did this compile last time...? ;)tille1-5/+5
2003-05-14lastHitField impltille2-9/+23
2003-05-14Guard against self assignmentzecke1-0/+2
2003-05-14move lastHitField stuff into OPIMRecordzecke4-6/+22
2003-05-14get the field where the hit wastille2-1/+5
2003-05-14zecke: better?tille1-2/+2
2003-05-12Hospital Hacking Sessionzecke1-6/+65
kill warnings implement storing of reminders and alarms... Nach viel Eiter und Gestank...
2003-05-12Add a commentzecke1-0/+2
2003-05-12Add handling of alarm() messagezecke2-5/+49
play and killAlarm... added as well
2003-05-12fix up OTodo::hasNotifierszecke3-3/+17
add a const notifiers() function and fix OPimNotifyManager::isEmpty
2003-05-12dateTimeFromStringzecke2-4/+48
and toString added
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 stufftille16-27/+114
and match, toRichText & toShortText in oevent
2003-05-07save the statezecke1-0/+6
2003-05-07save and restore CompletedDate and StartDatezecke1-7/+20
2003-05-07implement loading of Recurrencezecke4-4/+76
2003-05-07Save recurrencezecke1-1/+3
2003-05-07try to use less memory and only create objects likezecke2-15/+82
ORecur, OPimState, OPimNotifyManager and OPimMaintainer if necessary
2003-05-07Prevent mem corruptionzecke1-4/+10
2003-05-07Make it possible to see what a backend supportszecke7-1/+63
2003-05-07Add d ptrzecke1-1/+4
add comments and FIXMEs three new signals for otodoaccess
2003-04-22Fixing incompatibility to Qtopia 1.6 (especially syncing with QTDesktop 1.6):eilers4-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-13More API doczecke13-123/+315
QString -> const QString& QString = 0l -> QString::null
2003-04-13OEvent/OTodo compare by address and not by value..zecke3-2/+3
ODatebookAccess: clear does change it too
2003-03-28skeleton and the start of libopie2, please read README, ROADMAP and STATUS ↵mickeyl3-0/+30
and comment...
2003-03-21g++ compliance fix: default arguments belong into the declaration, but not ↵mickeyl1-1/+4
the definition
2003-03-21Fixing small bug: If we search a birthday from today to today, it returnedeilers1-1/+5
every contact ..
2003-03-21Merged speed optimized xml backend for contacts to main.eilers14-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-23make mickeyl happyzecke1-3/+2
thanks for spotting it