Age | Commit message (Expand) | Author | Files | Lines |
2003-05-19 | SIMpad specific fix | mickeyl | 1 | -4/+4 |
2003-05-15 | first shot at integrating SIMpad device specifica | mickeyl | 1 | -0/+320 |
2003-05-07 | fix bug kergoth introduced in rev 1.43 | mickeyl | 1 | -1/+1 |
2003-04-21 | Final fix for the suspend bug | kergoth | 1 | -14/+6 |
2003-04-20 | Typo | kergoth | 1 | -1/+1 |
2003-04-20 | Revamp the zaurus model detection to actually work on the C700. | kergoth | 1 | -18/+23 |
2003-04-19 | Add SL-C700 button handling, so we can handle the keycode for the physical sc... | kergoth | 1 | -3/+42 |
2003-04-19 | Add note about c700 physical screen orientation handling. | kergoth | 1 | -3/+15 |
2003-04-18 | Add rotation direction to ODevice, to ensure the default is appropriate for t... | kergoth | 1 | -0/+10 |
2003-04-16 | Attempt to workaround oliver's reported suspend issue. Check for a qws serve... | kergoth | 1 | -2/+9 |
2003-04-13 | Jumbo API documentation update | zecke | 1 | -6/+102 |
2003-04-10 | openembedded/ipaq name | harlekin | 1 | -108/+124 |
2003-04-01 | Open zaurus buzzer device as write only, and close it. | kergoth | 1 | -2/+4 |
2003-04-01 | Set appropriate default rotation for SL-A300. | kergoth | 1 | -1/+3 |
2003-03-26 | delay the initialization of the button information: | sandman | 1 | -23/+68 |
2003-03-26 | Use QObject::tr rather than qApp->translate | kergoth | 1 | -3/+3 |
2003-03-19 | Fixed bug #744 where non mapped buttons in buttonsettings were not saved by i... | groucho | 1 | -5/+10 |
2003-01-26 | None->Rot0 name for transformation enum, as it stomped on someone elses None ;) | kergoth | 1 | -1/+1 |
2003-01-26 | 1) Add Sharp Zaurus A300/B600|5600/C700 models, will add the model specific bits | kergoth | 1 | -8/+47 |
2002-12-27 | fix typo | cniehaus | 1 | -2/+2 |
2002-12-23 | grrr .. somehow joe put a 'k' in the file | sandman | 1 | -1/+1 |
2002-12-23 | Fixed a few typos and removed some qDebugs | sandman | 1 | -6/+2 |
2002-12-22 | - added the device button stuff to ODevice | sandman | 1 | -16/+230 |
2002-12-17 | fix for alarm volume handling on iPAQs | sandman | 1 | -4/+2 |
2002-12-12 | Set vendor to OpenZaurus Team on OZ roms | kergoth | 1 | -0/+1 |
2002-12-12 | Proper zaurus model checking for ODevice | kergoth | 1 | -2/+17 |
2002-11-21 | support for the new H3900 iPAQ in the iPAQ keyfilter. Since HP thinks it is | sandman | 1 | -37/+35 |
2002-11-20 | Reverting back to use system ( "apm --suspend" );, even though I don't | sandman | 1 | -24/+14 |
2002-11-19 | Removed the last QT_QWS_* in libopie .. the libopie binary should now be | sandman | 1 | -8/+0 |
2002-11-10 | fix system version string for zaurus | llornkcor | 1 | -1/+1 |
2002-11-01 | setDisplayBrightness calculated the wrong backlight level for iPAQs | sandman | 1 | -5/+3 |
2002-10-29 | - redone the Model enum to make it easy to check for series (like: is this an | sandman | 1 | -15/+19 |
2002-10-29 | added lightSensorResolution() to get the hardware resolution of the light | sandman | 1 | -2/+10 |
2002-10-28 | Fixed a typo -- just wondering why I commited this | sandman | 1 | -1/+1 |
2002-10-28 | - read ( fd, buffer, 4 ); return 5 (!!) for /proc/hal/light_sensor | sandman | 1 | -7/+7 |
2002-10-27 | fixed a typo in the light sensor code | sandman | 1 | -1/+1 |
2002-10-27 | - new function to check for and read the light sensor | sandman | 1 | -0/+42 |
2002-10-19 | don't probe for old device names on iPAQs anymore | sandman | 1 | -5/+2 |
2002-10-07 | Fixed the "can't suspend 38xx's anymore by pressing power" bug -- I forgot | sandman | 1 | -2/+2 |
2002-10-01 | Small bug fix for iPAQ only: screensaver "dim" didn't work anymore - | sandman | 1 | -1/+2 |
2002-09-30 | - partly rearranged for better bc in the future | sandman | 1 | -124/+285 |
2002-09-27 | Check for /etc/oz_version.. tired of seeing OpenZaurus v0.0 in opie-login. | kergoth | 1 | -0/+8 |
2002-09-06 | Fix for the new OD_IO macros | sandman | 1 | -6/+8 |
2002-09-06 | Added new functionality to libopie / ODevice, regarding LCD control (on/off | sandman | 1 | -20/+144 |
2002-09-05 | - added a setPowerButtonHandler() for iPAQs and Zs | sandman | 1 | -5/+65 |
2002-09-05 | suspend code now also calls sync() to flush fs caches (just like apm tool) | sandman | 1 | -2/+4 |
2002-09-05 | Use SIG_IGN rather than an empty handler to ignore SIG_TSTP. | kergoth | 1 | -7/+1 |
2002-08-28 | Use the new iPAQ suspend code for all supported platforms (that is OZ | sandman | 1 | -65/+54 |
2002-08-06 | - Fix for the "iPAQ won't suspend until apm --suspend is called" problem | sandman | 1 | -1/+3 |
2002-08-04 | 1) Fixes for suspend/resume (improved it for iPAQ, shouldn't have changed | sandman | 1 | -0/+62 |