summaryrefslogtreecommitdiff
path: root/libopie/odevice.h
AgeCommit message (Collapse)AuthorFilesLines
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)