Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-02-19 | Restore binary compatibility and make use of the virtual_hook | zecke | 1 | -4/+20 |
Yeah it is ugly... but will work for libopie... Now onto libopie2! development | ||||
2004-02-19 | Add notes for API fixes and BC stuff | zecke | 1 | -1/+3 |
2003-12-29 | - add fine granular backlight support for devices with the corgi backlight ↵ | mickeyl | 1 | -2/+12 |
interface - add hinge sensor framework for devices with hinge sensors | ||||
2003-12-08 | Automatic rotation. This might break binary compatibility, so beware including | treke | 1 | -2/+2 |
in BRANCH_1_0 | ||||
2003-11-17 | Changing Model_Zaurus_SLC700 to Model_Zaurus_SLC7x0 as it is in BRANCH_1_0.. | eilers | 1 | -1/+1 |
2003-11-02 | add iPAQ H5xxx support | chicken | 1 | -0/+1 |
2003-10-22 | improved Jornada 56X support | chicken | 1 | -0/+3 |
2003-10-09 | Added definitions for Yopy model, vendor, and hardkeys. | ocheong | 1 | -1/+14 |
2003-08-25 | add is null | zecke | 1 | -1/+2 |
and comment about constness | ||||
2003-06-17 | added helpful comment on usage of virtualHook | schurig | 1 | -0/+6 |
2003-06-11 | add the virtual hook in HEAD as well | zecke | 1 | -0/+2 |
2003-06-10 | renamed frequency access methods | schurig | 1 | -3/+2 |
2003-06-06 | frequency change works now | schurig | 1 | -1/+1 |
2003-06-06 | beginnings of cpu frequency changes | schurig | 1 | -3/+7 |
2003-06-06 | ramses stuff | schurig | 1 | -1/+0 |
better doc-strings setDisplayBrightness(), setDisplayContrast() and their ...Resolution() friends | ||||
2003-06-05 | added ODevice::setDisplayContrast(), ODevice::displayContrast() as virtual ↵ | schurig | 1 | -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-02 | new Ramses target | schurig | 1 | -0/+6 |
2003-05-15 | first shot at integrating SIMpad device specifica | mickeyl | 1 | -1/+10 |
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) |