summaryrefslogtreecommitdiff
path: root/libopie2/opiepim
AgeCommit message (Collapse)AuthorFilesLines
2004-03-14No using namespace in a public headerzecke2-9/+9
2004-03-14but XML Parser back to OPie Core as libtinykate uses it as wellzecke4-452/+4
2004-03-13Move XML class to internal PIMzecke10-12/+476
Add namespaces!!! Opie::Core and Opie::Core::Private Opie::Net and Opie::Net::Private Opie::Ui and Opie::Ui::Private Opie::MM and Opie::MM::Private Opie::DB and Opie::DB::Private PIM classes are not yet converted because we will do other work on it as well
2004-03-02Added #include <qwidget.h>drw1-0/+1
2004-03-02run the optimize_connect scriptalwin3-10/+10
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-01fix includeschicken7-15/+1
2004-03-01fixed opiepim to depend on opiedb2 and also add the forgotten today ↵harlekin4-4/+176
interface files
2004-02-25Added OPimRecurrenceBase & OPimRecurrenceWidget to libopiepim2drw5-2/+1454
2004-02-24substitute hack with another hack to enforce LGPL compliancemickeyl3-12/+428
2004-02-24*phew* here is the class and file rename patch. not converted yet: backend,mickeyl53-1267/+1266
but that will be not visible to application classes so we can change it later.
2004-02-23cosmeticsmickeyl15-1648/+2491
2004-02-21the usual cosmeticsmickeyl20-576/+751
2004-02-20uses xmltree.h from libopiecore2 instead libopiealwin1-1/+1
2004-02-20syntax-erroralwin1-2/+2
2004-02-20moved the opie pim stuff to libopie2 - pim. Tried to resort them, may be ↵alwin71-826/+2288
someone should take a look for a better file order. but now all applications can start using libopiepim2 instead of libopie1-pim-stuff.
2004-02-19Add notes for API fixes and BC stuffzecke1-0/+9
2004-02-16More control file clean-up...mostly done, except for task-opie-*drw1-1/+0
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw1-1/+1
Maintainer, Files and Section fields)
2004-01-16Some changes to handle alarms for datebook-sql db..eilers3-0/+36
2003-12-22add a few missing const directives to get it to compile againmickeyl1-4/+4
2003-12-22Fixing stupid bug, found by sourcode review..eilers1-0/+11
2003-12-22Finishing implementation of sql-backend for datebook. But I have toeilers13-69/+333
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-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