summaryrefslogtreecommitdiff
path: root/libopie
AgeCommit message (Collapse)AuthorFilesLines
2003-08-30Add comments about API changes when possible againzecke2-2/+18
Add currentWidget() method and mark it as since 1.2
2003-08-30Removed some unimportant debug output which causes slow down..eilers2-4/+7
2003-08-27Did I say I love C++ templates.zecke1-0/+262
MetaProgramming is fun Here is my template based on Lokis and Simons work to quicklaunch applications
2003-08-25add is nullzecke3-1/+8
and comment about constness
2003-08-10Experimental odevice:eilers1-30/+112
This enables real sound support for all openzaurus kernels and devices.
2003-08-08Added support for C 750 (Shepherd):eilers1-9/+78
Device is detected and sounds for keypress, screentap and alarm is working (using the sound device) Attention: Please don't activate the screentab sound. It has some quirks..
2003-08-08Merging all changes from BRANCH_1_0.eilers12-1664/+1319
2003-08-06Cardview update: It is more compressed. Pending: Add pricture for work- and ↵eilers1-9/+9
home address..
2003-08-01Merging changes from BRANCH_1_0 to HEADeilers22-122/+327
2003-07-07Fixing serious bug in hasQuerySettings()eilers1-0/+22
2003-07-01silence some warningsschurig1-53/+28
still trying to find out what d->m_rotation does exactly fake setSoftSuspend() working suspend() different /proc/sys/board entry for Brightness & Contrast
2003-06-20toExtraMap is no more virtualzecke8-26/+47
we save custom entries now setExtraMap added as well
2003-06-17added helpful comment on usage of virtualHookschurig1-0/+6
2003-06-11do what the FIXME says... const fixeszecke2-6/+4
2003-06-11add the virtual hook in HEAD as wellzecke2-1/+5
2003-06-10renamed frequency access methodsschurig2-7/+6
2003-06-06frequency change works nowschurig2-21/+30
2003-06-06beginnings of cpu frequency changesschurig2-6/+65
2003-06-06ramses stuffschurig2-5/+8
better doc-strings setDisplayBrightness(), setDisplayContrast() and their ...Resolution() friends
2003-06-05added ODevice::setDisplayContrast(), ODevice::displayContrast() as virtual ↵schurig2-85/+142
function, which will break binary compatibility, but zecke said I shoud for now do it this way. assorted Ramses specific patches
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