Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-04-18 | Add rotation direction to ODevice, to ensure the default is appropriate for ↵ | kergoth | 1 | -0/+7 |
the hardware in question. | ||||
2003-04-13 | Jumbo API documentation update | zecke | 1 | -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-26 | delay the initialization of the button information: | sandman | 1 | -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-26 | fix the Transformation redefinition. | kergoth | 1 | -1/+1 |
2003-01-26 | 1) Add Sharp Zaurus A300/B600|5600/C700 models, will add the model specific bits | kergoth | 1 | -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-23 | Fixed a few typos and removed some qDebugs | sandman | 1 | -1/+1 |
2002-12-22 | - added the device button stuff to ODevice | sandman | 1 | -2/+46 |
- ODevice is now derived from QObject (don't ask me why I didn't make this from the beginning) | ||||
2002-12-12 | Proper zaurus model checking for ODevice | kergoth | 1 | -0/+1 |
2002-10-29 | - redone the Model enum to make it easy to check for series (like: is this an | sandman | 1 | -9/+12 |
iPAQ - and not is this a 31xx or 36xx or ...) - fixed the disply brightness resolution bug on H38xx | ||||
2002-10-29 | added lightSensorResolution() to get the hardware resolution of the light | sandman | 1 | -0/+1 |
sensor | ||||
2002-10-27 | - new function to check for and read the light sensor | sandman | 1 | -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 future | sandman | 1 | -50/+71 |
- led handling rewritten - cleanups - another try at fixing the OZ suspend "glitches" | ||||
2002-09-10 | Fix for QTopia1.6 | zecke | 1 | -2/+0 |
2002-09-06 | Added new functionality to libopie / ODevice, regarding LCD control (on/off | sandman | 1 | -0/+4 |
brightness) | ||||
2002-09-05 | - added a setPowerButtonHandler() for iPAQs and Zs | sandman | 1 | -0/+6 |
(-> disableAPM() in launcher can be removed) - another try to fix the OZ suspend code | ||||
2002-09-05 | Use SIG_IGN rather than an empty handler to ignore SIG_TSTP. | kergoth | 1 | -2/+0 |
2002-08-28 | Use the new iPAQ suspend code for all supported platforms (that is OZ | sandman | 1 | -0/+1 |
right now ;) ) | ||||
2002-08-04 | 1) Fixes for suspend/resume (improved it for iPAQ, shouldn't have changed | sandman | 1 | -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-27 | Small extension to read the system version | sandman | 1 | -0/+1 |
(currently only functional for familiar) | ||||
2002-06-25 | Request from ljp: alarm/key/tap sounds should now also work on "Unknown" | sandman | 1 | -1/+1 |
modells (this includes x86 simulation) | ||||
2002-06-18 | Reimplemented OHwInfo as ODevice with enhanced capabilities | sandman | 1 | -0/+107 |
ODevice should replace custom-*.h in the future (iPAQ is finished) |