summaryrefslogtreecommitdiff
path: root/libopie/odevice.h
AgeCommit message (Collapse)AuthorFilesLines
2004-02-19Restore binary compatibility and make use of the virtual_hookzecke1-4/+20
Yeah it is ugly... but will work for libopie... Now onto libopie2! development
2004-02-19Add notes for API fixes and BC stuffzecke1-1/+3
2003-12-29- add fine granular backlight support for devices with the corgi backlight ↵mickeyl1-2/+12
interface - add hinge sensor framework for devices with hinge sensors
2003-12-08Automatic rotation. This might break binary compatibility, so beware includingtreke1-2/+2
in BRANCH_1_0
2003-11-17Changing Model_Zaurus_SLC700 to Model_Zaurus_SLC7x0 as it is in BRANCH_1_0..eilers1-1/+1
2003-11-02add iPAQ H5xxx supportchicken1-0/+1
2003-10-22improved Jornada 56X supportchicken1-0/+3
2003-10-09Added definitions for Yopy model, vendor, and hardkeys.ocheong1-1/+14
2003-08-25add is nullzecke1-1/+2
and comment about constness
2003-06-17added helpful comment on usage of virtualHookschurig1-0/+6
2003-06-11add the virtual hook in HEAD as wellzecke1-0/+2
2003-06-10renamed frequency access methodsschurig1-3/+2
2003-06-06frequency change works nowschurig1-1/+1
2003-06-06beginnings of cpu frequency changesschurig1-3/+7
2003-06-06ramses stuffschurig1-1/+0
better doc-strings setDisplayBrightness(), setDisplayContrast() and their ...Resolution() friends
2003-06-05added ODevice::setDisplayContrast(), ODevice::displayContrast() as virtual ↵schurig1-0/+2
function, which will break binary compatibility, but zecke said I shoud for now do it this way. assorted Ramses specific patches
2003-06-02new Ramses targetschurig1-0/+6
2003-05-15first shot at integrating SIMpad device specificamickeyl1-1/+10
2003-04-18Add rotation direction to ODevice, to ensure the default is appropriate for ↵kergoth1-0/+7
the hardware in question.
2003-04-13Jumbo API documentation updatezecke1-20/+43
and some API fixed ColorDialog is now OColorDialog!!! keep the namespace tidy! ColorPopupMenu is now OColorPopupMenu!!! keep the namespace tidy ColorDialog TT couldn't break bc we can so make it const QColor& OTimePicker add some convience methods more I might have forgot
2003-03-26delay the initialization of the button information:sandman1-1/+2
- faster startup for apps that are not accessing the HW buttons - the basic ODevice stuff is useable without a QApplication object
2003-01-26fix the Transformation redefinition.kergoth1-1/+1
2003-01-261) Add Sharp Zaurus A300/B600|5600/C700 models, will add the model specific bitskergoth1-3/+7
later. 2) Add rotation data and method, to set a default rotation based on model .. so we can ditch the use of the startup script to set that.
2002-12-23Fixed a few typos and removed some qDebugssandman1-1/+1
2002-12-22- added the device button stuff to ODevicesandman1-2/+46
- ODevice is now derived from QObject (don't ask me why I didn't make this from the beginning)
2002-12-12Proper zaurus model checking for ODevicekergoth1-0/+1
2002-10-29- redone the Model enum to make it easy to check for series (like: is this ansandman1-9/+12
iPAQ - and not is this a 31xx or 36xx or ...) - fixed the disply brightness resolution bug on H38xx
2002-10-29added lightSensorResolution() to get the hardware resolution of the lightsandman1-0/+1
sensor
2002-10-27- new function to check for and read the light sensorsandman1-5/+12
- redone the Model enum, to make it easier to check for "any iPAQ" !! This means every application using this enum has to be recompiled !!
2002-09-30- partly rearranged for better bc in the futuresandman1-50/+71
- led handling rewritten - cleanups - another try at fixing the OZ suspend "glitches"
2002-09-10Fix for QTopia1.6zecke1-2/+0
2002-09-06Added new functionality to libopie / ODevice, regarding LCD control (on/offsandman1-0/+4
brightness)
2002-09-05- added a setPowerButtonHandler() for iPAQs and Zssandman1-0/+6
(-> disableAPM() in launcher can be removed) - another try to fix the OZ suspend code
2002-09-05Use SIG_IGN rather than an empty handler to ignore SIG_TSTP.kergoth1-2/+0
2002-08-28Use the new iPAQ suspend code for all supported platforms (that is OZsandman1-0/+1
right now ;) )
2002-08-041) Fixes for suspend/resume (improved it for iPAQ, shouldn't have changedsandman1-1/+3
anything for Z) -- It seems that this also fixes the 70% CPU load problem (needs more testing/feedback though) 2) the launcher now creates a /var/run/opie.pid file containing its pid 3) the launcher catches SIGTERM and kills all its child processes
2002-07-27Small extension to read the system versionsandman1-0/+1
(currently only functional for familiar)
2002-06-25Request from ljp: alarm/key/tap sounds should now also work on "Unknown"sandman1-1/+1
modells (this includes x86 simulation)
2002-06-18Reimplemented OHwInfo as ODevice with enhanced capabilitiessandman1-0/+107
ODevice should replace custom-*.h in the future (iPAQ is finished)