summaryrefslogtreecommitdiff
path: root/libopie
AgeCommit message (Collapse)AuthorFilesLines
2003-06-03Make sure tabPosition is initialized properly, thanks zecke for findingdrw1-0/+1
2003-06-02new Ramses targetschurig2-0/+203
2003-05-30slight fix to simpad buttons. opie-button-settings really has to be adaptedmickeyl1-13/+15
to support the larger screen size
2003-05-30add support for the SIMpad virtual switchesmickeyl1-9/+50
2003-05-30this directory should exists, otherwise a "make clean" or "make menuconfig"schurig1-0/+1
directly after a fresh checkout produces an error
2003-05-25die here toozecke26-3560/+0
2003-05-23fix default rotation and direction for SIMpadmickeyl1-1/+4
2003-05-23more handling of SIMpad specificamickeyl1-1/+39
2003-05-19SIMpad specific fixmickeyl1-4/+4
2003-05-18Updates to ocontact, oevent & otodo's toRichText() implementationsdrw3-35/+106
2003-05-15first shot at integrating SIMpad device specificamickeyl2-1/+330
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
2003-05-12Add handling of alarm() messagezecke2-5/+49
play and killAlarm... added as well
2003-05-12fix up OTodo::hasNotifierszecke3-3/+17
add a const notifiers() function and fix OPimNotifyManager::isEmpty
2003-05-12dateTimeFromStringzecke2-4/+48
and toString added
2003-05-12Funny how opie-lupdate after fixing up the SOURCES tagzecke1-4/+1
finds so many new nice strings...
2003-05-10QString::contains( QRegExp ) does not use the settings of QRegExptille1-5/+5
(QT feature or bug?) lets use QRegExp::match( QString ) instead
2003-05-09toShortString now contains start time and datetille1-1/+13
2003-05-08search stufftille16-27/+114
and match, toRichText & toShortText in oevent
2003-05-07save the statezecke1-0/+6
2003-05-07save and restore CompletedDate and StartDatezecke1-7/+20
2003-05-07implement loading of Recurrencezecke4-4/+76
2003-05-07Save recurrencezecke1-1/+3
2003-05-07try to use less memory and only create objects likezecke2-15/+82
ORecur, OPimState, OPimNotifyManager and OPimMaintainer if necessary
2003-05-07Prevent mem corruptionzecke1-4/+10
2003-05-07Make it possible to see what a backend supportszecke7-1/+63
2003-05-07data is a method name...zecke1-1/+1
2003-05-07Add d ptrzecke15-8/+35
add comments and FIXMEs three new signals for otodoaccess
2003-05-07fix bug kergoth introduced in rev 1.43mickeyl1-1/+1
fd was an integer static to the function which means that the assignment only happens once. This is ok, when we don't close the device, but not if we close it after usage. Thanks to eilers for confirming! I wonder why noone else spotted this...
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-22libqte2 is not the package name fo dependencies should be also fixedgroucho1-1/+1
2003-04-22Fixing incompatibility to Qtopia 1.6 (especially syncing with QTDesktop 1.6):eilers5-11/+121
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-21Final fix for the suspend bugkergoth1-14/+6
2003-04-20Typokergoth1-1/+1
2003-04-20Revamp the zaurus model detection to actually work on the C700.kergoth1-18/+23
2003-04-20opie-lupdatezecke1-0/+1
2003-04-20adding dutch to the .pro-filescniehaus3-0/+3
2003-04-19Add SL-C700 button handling, so we can handle the keycode for the physical ↵kergoth1-3/+42
screen rotation.
2003-04-19Add note about c700 physical screen orientation handling.kergoth1-3/+15
2003-04-18Add rotation direction to ODevice, to ensure the default is appropriate for ↵kergoth2-0/+17
the hardware in question.
2003-04-16Attempt to workaround oliver's reported suspend issue. Check for a qws ↵kergoth1-2/+9
server at runtime rather than init time, and set the keyboard filter in initButtons rather than init.
2003-04-16API docu fixes...zecke18-45/+93
if using \fn infront of a function make sure to name the right function ljp please see my comment in oticker about constness
2003-04-15fixed for bug 855, changed currentChanged(...) to clicked(...). also changed ↵llornkcor1-105/+112
UnknownDocument-14 to scaled UnknownDocument