summaryrefslogtreecommitdiff
path: root/libopie
AgeCommit message (Collapse)AuthorFilesLines
2003-01-16i18n for new buildsystem :)kergoth3-0/+12
2003-01-16*** empty log message ***kergoth1-3/+0
2003-01-13Fixing crash when businesscard.vcf is missing..eilers1-2/+11
2003-01-11michael suggested to try it without the macroharlekin1-3/+1
2003-01-03Reenable debug outputeilers1-6/+11
2003-01-03Bugfix for calculating data diffs..eilers1-18/+39
2003-01-02Improved query by example: Search by date is possible.. First stepeilers2-34/+113
for a today plugin for birthdays..
2003-01-02Detailview cleanup..eilers1-45/+77
2003-01-01 T ORecordList<T>::operator[]( uint i ) {simon1-1/+1
- if ( i < 0 || (i+1) > m_ids.count() ) + if ( i >= m_ids.count() ) -> fix warning and simplify :)
2002-12-27fix typocniehaus1-2/+2
2002-12-27Childrens are now shown in detail view..eilers1-0/+5
2002-12-27i18n-fixletcniehaus1-4/+0
2002-12-23grrr .. somehow joe put a 'k' in the filesandman1-1/+1
2002-12-23Fixed a few typos and removed some qDebugssandman2-7/+3
2002-12-22- added the device button stuff to ODevicesandman5-20/+609
- ODevice is now derived from QObject (don't ask me why I didn't make this from the beginning)
2002-12-22call ldconfig in postinst for libraries (only if it is installed)sandman1-0/+4
2002-12-17fix for alarm volume handling on iPAQssandman1-4/+2
2002-12-17- removed a the obsolete KShellProcess classsandman2-110/+56
- added a few methods to OProcess to make it easier to port programs using QProcess
2002-12-17adding all libs we need as DT_NEEDED makes prelink happysandman1-0/+2
2002-12-14addLanguage rulescniehaus3-0/+3
2002-12-12Set vendor to OpenZaurus Team on OZ romskergoth1-0/+1
2002-12-12Proper zaurus model checking for ODevicekergoth2-2/+18
2002-12-10Add OPimResolverzecke1-0/+2
2002-12-10get in sync with HEAD againzecke15-82/+536
-OPimBase was added to be used as a default struct inside OPimResolver and to work with DSOs -TodoListXML backend now uses mmap and madvise to load data -OContact added/changed rtti -OTodo added changed rtti OPimAccess* added stuff necessary for the Resolver and a 'state'/'hint' on how to load data OPimResolver which resolves uid + services to Records, rtti to QCOPChannels loads arbitary Service backends ( will work with DSOs soon ) -OPimMainWindow added some setDocument scripting possibility and internal marshalling and demarshalling of Records -OPimRecord added loadDataFromm and saveDataTo for marshalling purposes much more :)
2002-12-09Added preview for default email and all emaileilers1-2/+6
2002-12-08Moved journal-enum from ocontact into i the xml-backend..eilers2-11/+15
2002-12-07Fixing bug in storing anniversary..eilers2-13/+28
2002-12-05Allow changing styles/position at run-time (i.e. make ↵drw1-29/+61
setTabStyle/setTabPosition work).
2002-12-05Modified OColorButton to pass color to color dialog. Impacts appearance, ↵drw2-17/+17
launcher settings and liquid settings.
2002-11-30pelling updateszecke3-5/+27
libopie.pro additions
2002-11-30More infrastructurezecke32-98/+1225
ORecur has now the nextOccurence function exceptions We've now Notifers like Alarms and DatebookEntries we may add to execute applications... AppName replaced with service cause it is a service Add rtti to OPimRecord as a static function This is used inside the BackEnd classes to static_cast... added removeAllCompleted to the todobackends... add a common Opie PIM mainwindow which takes care of some simple scripting enchangements.. much more
2002-11-22Hopefully corrects bug #467drw1-3/+10
2002-11-21support for the new H3900 iPAQ in the iPAQ keyfilter. Since HP thinks it issandman1-37/+35
funny to change the screen rotation on every model, I have also restructured the keyfilter to make it more readable.
2002-11-21danish i18ncniehaus3-3/+6
2002-11-20Reverting back to use system ( "apm --suspend" );, even though I don'tsandman1-24/+14
like it. It is needed since a real apm implementation only allows suspends by uid == 0, which doesn't work with a multi-user Opie. So making apm SUID root and calling it on suspend is the only option here.
2002-11-20This file contains hacks or workarounds, that make it possible to use a normalsandman2-0/+19
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-19Removed the last QT_QWS_* in libopie .. the libopie binary should now besandman1-8/+0
interchangeable between iPAQ, OZ and retail Z (in theory ;) )
2002-11-18Back to main tree.. Waiting for feature freezeeilers2-627/+40
2002-11-15Make OTodo compilezecke6-1/+108
add the MaintainerMode to OTodo
2002-11-15Add the implementation for the XRef Managerzecke9-101/+190
Add it to libopie.pro Adjust OPimRecord to use the new manager The backends do not support xref yet
2002-11-15Add proposal header for Cross Referencing..zecke4-0/+114
look at them and comment
2002-11-15API REVIEW addedzecke1-0/+26
Simon if you read that feel free to do an API REVIEW on libopie but leave out OFileSelector for now... Stefan: added an explanation for you
2002-11-14Sorting will now work if fullname is identical on some entrieseilers1-2/+5
2002-11-13Small Bug in sorted fixedeilers1-3/+6
2002-11-13Added sorted for Contacts..eilers6-0/+69
2002-11-11no default arguments in implementationkergoth1-1/+4
2002-11-10added scroll speed and scroll amount and changed to QLabel for richtext, but ↵llornkcor2-12/+57
it doesnt work.. yet.. for whatever reason
2002-11-10update after changing colors and suchllornkcor1-0/+3
2002-11-10Bugfixes..eilers2-5/+18
2002-11-10fix system version string for zaurusllornkcor1-1/+1