summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/opiepim.pro
AgeCommit message (Collapse)AuthorFilesLines
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-2088/+6
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-6/+2088
2004-12-20Recovery of the following Changes:eilers1-1/+1
* Implement fast and full featured version of sorted() for addressbook * Implement generic queryByExample for all Addressboook backends. It allows incremental search. * Update of API Documentation
2004-11-19bump versionmickeyl1-1/+1
2004-11-18Opie PIM Update (1/2 of it implemented)zecke1-0/+3
-Update opiepim.pro to add new files -Provide a stable precompileable headerfile
2004-08-06Update to the on-server move.zecke1-5/+1
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-2/+2
note that you may have to 'make mrproper' after enabling/disabling
2004-03-28- remove optional SQL support from libopie1mickeyl1-5/+2
- add optional SQL support to libopie2
2004-03-26conditionally link against -lopiedb, i.e. only when ENABLE_SQL_PIM_BACKEND=ymickeyl1-2/+5
2004-03-01fixed opiepim to depend on opiedb2 and also add the forgotten today ↵harlekin1-1/+1
interface files
2004-02-24*phew* here is the class and file rename patch. not converted yet: backend,mickeyl1-10/+7
but that will be not visible to application classes so we can change it later.
2004-02-20moved the opie pim stuff to libopie2 - pim. Tried to resort them, may be ↵alwin1-2/+8
someone should take a look for a better file order. but now all applications can start using libopiepim2 instead of libopie1-pim-stuff.
2003-12-01slowly start to refactor & cleanup libopie2 before merging it with libopie1mickeyl1-1/+1
2003-08-25libopie2 compiles for qt3/x11 nowtille1-1/+8
run: qmake "platform=x11" libopie2.pro
2003-03-28skeleton and the start of libopie2, please read README, ROADMAP and STATUS ↵mickeyl1-0/+17
and comment...