summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/backend/backends.pro
AgeCommit message (Collapse)AuthorFilesLines
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-2/+2
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-2/+2
2004-11-18Backend Changes:zecke1-1/+4
Each Backend can: -Sort and Filter a set of Records/AllRecords (which can be filtered again) -QueryByExample by every Backend -Occurrences for a period of time and a QDateTime -More common implementation -OPimBackendOccurrence with common splitting to OPimOccurrence
2004-08-06Update to the on-server move.zecke1-30/+23
We now have core/ with DataTypes, PUBLIC API backend/ for concrete implementation of backends and the 'Interface description' ui/ For UI related classes private/ For private implementation details
2004-03-28enabling and disabling the SQL stuff for libopiepim2 should now (finally) workmickeyl1-1/+6
note that you may have to 'make mrproper' after enabling/disabling
2004-03-28- remove optional SQL support from libopie1mickeyl1-7/+15
- add optional SQL support to libopie2
2004-03-14but XML Parser back to OPie Core as libtinykate uses it as wellzecke1-4/+2
2004-03-13Move XML class to internal PIMzecke1-2/+4
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-02-20moved the opie pim stuff to libopie2 - pim. Tried to resort them, may be ↵alwin1-0/+31
someone should take a look for a better file order. but now all applications can start using libopiepim2 instead of libopie1-pim-stuff.