Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-11-17 | Shit .. missed a wrong ")".. Odevice compiles now.. ! | eilers | 1 | -1/+1 |
2003-11-17 | Merging the corgie-patches from Branch manually.. (no cvs -j would caused | eilers | 1 | -10/+13 |
a big mess .. ;) ) Changed the keysound handling for zaurus: Just all C7x0 and the 5600 will use the sounddevice.. All other will use the old /dev/sharp_buz device.. | ||||
2003-11-03 | Porting Opie to MacOS-X. | eilers | 1 | -0/+2 |
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details | ||||
2003-11-02 | add iPAQ H5xxx support | chicken | 1 | -10/+17 |
2003-10-24 | even more Jornada 56X updates | chicken | 1 | -0/+11 |
2003-10-22 | improved Jornada 56X support | chicken | 1 | -1/+127 |
2003-10-09 | Added class for Yopy devices. | ocheong | 1 | -2/+147 |
It doesn't really do much, as power and backlight is still handled by the demons running under X (Opie is meant to be used without terminating X). | ||||
2003-08-10 | Experimental odevice: | eilers | 1 | -30/+112 |
This enables real sound support for all openzaurus kernels and devices. | ||||
2003-08-08 | Added support for C 750 (Shepherd): | eilers | 1 | -9/+78 |
Device is detected and sounds for keypress, screentap and alarm is working (using the sound device) Attention: Please don't activate the screentab sound. It has some quirks.. | ||||
2003-08-08 | Merging all changes from BRANCH_1_0. | eilers | 1 | -48/+63 |
2003-07-01 | silence some warnings | schurig | 1 | -53/+28 |
still trying to find out what d->m_rotation does exactly fake setSoftSuspend() working suspend() different /proc/sys/board entry for Brightness & Contrast | ||||
2003-06-11 | add the virtual hook in HEAD as well | zecke | 1 | -1/+3 |
2003-06-10 | renamed frequency access methods | schurig | 1 | -4/+4 |
2003-06-06 | frequency change works now | schurig | 1 | -20/+29 |
2003-06-06 | beginnings of cpu frequency changes | schurig | 1 | -3/+58 |
2003-06-06 | ramses stuff | schurig | 1 | -4/+8 |
better doc-strings setDisplayBrightness(), setDisplayContrast() and their ...Resolution() friends | ||||
2003-06-05 | added ODevice::setDisplayContrast(), ODevice::displayContrast() as virtual ↵ | schurig | 1 | -85/+140 |
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/+197 |
2003-05-30 | slight fix to simpad buttons. opie-button-settings really has to be adapted | mickeyl | 1 | -13/+15 |
to support the larger screen size | ||||
2003-05-30 | add support for the SIMpad virtual switches | mickeyl | 1 | -9/+50 |
2003-05-23 | fix default rotation and direction for SIMpad | mickeyl | 1 | -1/+4 |
2003-05-23 | more handling of SIMpad specifica | mickeyl | 1 | -1/+39 |
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 |
fd was an integer static to the function which means that the assignment only happens once. This is ok, when we don't close the device, but not if we close it after usage. Thanks to eilers for confirming! I wonder why noone else spotted this... | ||||
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 ↵ | kergoth | 1 | -3/+42 |
screen rotation. | ||||
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 ↵ | kergoth | 1 | -0/+10 |
the hardware in question. | ||||
2003-04-16 | Attempt to workaround oliver's reported suspend issue. Check for a qws ↵ | kergoth | 1 | -2/+9 |
server at runtime rather than init time, and set the keyboard filter in initButtons rather than init. | ||||
2003-04-13 | Jumbo API documentation update | zecke | 1 | -6/+102 |
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-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 |
- faster startup for apps that are not accessing the HW buttons - the basic ODevice stuff is useable without a QApplication object | ||||
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 ↵ | groucho | 1 | -5/+10 |
introducing the " ignore" statement. Also removed unsed debug code | ||||
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 |
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-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 |
- ODevice is now derived from QObject (don't ask me why I didn't make this from the beginning) | ||||
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 |
funny to change the screen rotation on every model, I have also restructured the keyfilter to make it more readable. | ||||
2002-11-20 | Reverting back to use system ( "apm --suspend" );, even though I don't | sandman | 1 | -24/+14 |
like it. It is needed since a real apm implementation only allows suspends by uid == 0, which doesn't work with a multi-user Opie. So making apm SUID root and calling it on suspend is the only option here. |