summaryrefslogtreecommitdiff
path: root/libopie/libopie.pro
AgeCommit message (Collapse)AuthorFilesLines
2004-03-28- remove optional SQL support from libopie1mickeyl1-12/+1
- add optional SQL support to libopie2
2004-03-05Big Screen Extensions should only be in the new LIBOPIEUI2.zecke1-1/+0
We can remove it without risking binary incompatible as these classes were not in the 1.0 API release
2003-12-22Finishing implementation of sql-backend for datebook. But I have toeilers1-2/+2
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-04use opie-lupdate instead lupdatear1-18/+0
2003-11-10Platform MacOS-X: Disable backtrce in odebug..eilers1-1/+1
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-11-03Porting Opie to MacOS-X.eilers1-4/+0
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details
2003-09-22Added first experimental incarnation of sql-backend for addressbook.eilers1-1/+16
Some modifications to be able to compile the todo sql-backend. A lot of changes fill follow...
2003-09-01Add big-screen extension to libopiezecke1-1/+1
2003-08-08Merging all changes from BRANCH_1_0.eilers1-1/+2
2003-05-12Funny how opie-lupdate after fixing up the SOURCES tagzecke1-4/+1
finds so many new nice strings...
2003-04-22Fixing incompatibility to Qtopia 1.6 (especially syncing with QTDesktop 1.6):eilers1-0/+2
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-20opie-lupdatezecke1-0/+1
2003-04-20adding dutch to the .pro-filescniehaus1-0/+1
2003-03-28owait - displays a busy indicator in the middle of the screen, initial versionharlekin1-2/+2
2003-03-21Merged speed optimized xml backend for contacts to main.eilers1-0/+1
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-21Add XML datebookresourcezecke1-0/+2
-clean up todoaccessxml header -implement some more stuff in the oeven tester -extend DefaultFactory to not crash and to use datebook -reading of OEvents is working nicely.. saving will be added tomorrow -fix spelling in ODateBookAcces
2003-02-21-Fix hasRecurrence()zecke1-0/+4
-Add the Access(Backend) of DateBook
2003-02-21-Remove old Todo classes they're deprecated and today I already using thezecke1-5/+9
new API -Guard against self assignment in OTodo -Add test apps for OPIM -Opiefied Event classes -Added TimeZone handling and pinning of TimeZones to OEvent -Adjust ORecur and the widget to better timezone behaviour
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23opiedir/lib instead of qtdir/lib..kergoth1-1/+1
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
2002-12-22- added the device button stuff to ODevicesandman1-2/+2
- ODevice is now derived from QObject (don't ask me why I didn't make this from the beginning)
2002-12-17adding all libs we need as DT_NEEDED makes prelink happysandman1-0/+2
2002-12-14addLanguage rulescniehaus1-0/+1
2002-12-10Add OPimResolverzecke1-0/+2
2002-11-30pelling updateszecke1-0/+6
libopie.pro additions
2002-11-21danish i18ncniehaus1-1/+2
2002-11-20This file contains hacks or workarounds, that make it possible to use a normalsandman1-0/+1
libopie arm build (iPAQ or OZ) directly on the Sharp retail ROM. This way, we only need one 'official' libopie binary for all platforms. 1) Opie's libqpe.so has an additional function in Sound, which is utilized in ODevice: ok this is really evil ;), but Sound::isFinished is only needed in the iPAQ part of ODevice, which is never called on Z's we add a "weak" symbol here. This will be used, if ld.so does not find a normal ("hard") symbol of the same name - hence only on the retail Z
2002-11-15Make OTodo compilezecke1-0/+2
add the MaintainerMode to OTodo
2002-11-15Add the implementation for the XRef Managerzecke1-0/+6
Add it to libopie.pro Adjust OPimRecord to use the new manager The backends do not support xref yet
2002-11-09Removed the vcard stuffeilers1-0/+2
2002-11-05typo. otodacess->otodoaccesskergoth1-1/+1
2002-11-03add otickerllornkcor1-14/+16
2002-11-02Add Pim Statezecke1-0/+2
2002-10-31paper bag - next time specify which files should be commited .-|harlekin1-26/+2
2002-10-31excludeFromRefresh() addedharlekin1-2/+26
2002-10-21Fix spellingzecke1-1/+1
2002-10-21Include orecurzecke1-1/+5
+ oreccurancewidget and other stuff
2002-10-13added ocontactaccessharlekin1-1/+3
2002-10-10pim/opimcache.h addedharlekin1-2/+3
2002-10-08someone kicked out ocolorbutton -- readdedsandman1-0/+2
2002-10-08Fixed libopie.pro to include the new pim-API.eilers1-8/+34
The SQL-Stuff is currently deactivated. Otherwise everyone who wants to compile itself would need to install libsqlite, libopiesql... Therefore, the backend currently uses XML only..
2002-09-24button with popup-menu for color selections -- this should be used insteadsandman1-2/+2
of the QToolButton + ColorPopupMenu construct
2002-09-23new OFontSelector - used in Appearance and Launcher settingssandman1-2/+4
2002-09-20accidentaly committedzecke1-27/+6
2002-09-20OTodo know is the first implementation of OPimRecordzecke1-6/+27
2002-09-10Fix for QTopia1.6zecke1-2/+17
2002-09-03otabwidget changes by drw , like getting rid of the dotted line etcharlekin1-3/+3
2002-08-21patch from drw, adds otabwidgetllornkcor1-16/+16
2002-08-20Added nice timepicker widget and dialogeilers1-2/+4