Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-04-24 | Resource -> OResource | drw | 1 | -27/+27 |
2005-04-01 | scale O-Menu-Applet pixmaps according to AppLnk::smallIconSize | mickeyl | 1 | -3/+3 |
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 1 | -45/+1 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 1 | -1/+45 |
2004-04-05 | convert core/applets/* to Opie debug framework | mickeyl | 1 | -4/+5 |
2004-03-28 | remove hardcoded build types "debug" and "release". these are set by the ↵ | mickeyl | 1 | -1/+1 |
build system | ||||
2004-03-15 | Fixed LIBOPIE2 config depends | brad | 1 | -1/+1 |
2004-03-14 | Updatet the applets | zecke | 3 | -4/+4 |
2004-03-02 | run the optimize_connect script | alwin | 1 | -2/+2 |
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here) | ||||
2004-03-01 | fix includes | chicken | 2 | -5/+0 |
2004-02-14 | Clean-up of .cvsignore files | drw | 1 | -0/+2 |
2004-02-05 | "Here we are now entertain US....." | zecke | 2 | -3/+2 |
Some janitor tasks... remove ulong ref; If we use Q_REFCOUNT | ||||
2004-01-27 | Funny what my SDK all triggers | zecke | 1 | -0/+2 |
Ok the reason to use a bool as return type is that you can say that something worked or not worked. So if we don't implement the given interface don't lie!! | ||||
2004-01-12 | nanoseconds are neither milliseconds nor microseconds | mickeyl | 1 | -1/+1 |
2004-01-08 | turn on the light after opening the hinge when 'display off' is configured ↵ | mickeyl | 2 | -7/+24 |
as hinge action NOTE: I think there's a bug in the Embedix kernel which either tells a wrong hinge value after suspend or sends out a double (bogus) keycode event on closing the hinge. How to reproduce: 1.) Configure "suspend" as closeHingeAction 2.) Close Display --> Device Suspends 3.) Open Display --> Device does nothing (needs a kernel patch to wake up automatically, but that's another story) 4.) Wakeup Device --> Device sends F14 to rotateApplet, rotateApplet reads hinge code... it's CLOSED(!) - which is wrong 5.) Device resuspends. 6.) Wakeup again --> Device sends F14 (huh, again?) to rotateApplet. rotateApplet reads hinge code... it's OPEN now - which is ok. Ideas? | ||||
2004-01-04 | better not shutoff the display without shutting it on again :D | mickeyl | 1 | -1/+1 |
2004-01-04 | - implement action on closing the hinge for devices with hinge sensors | mickeyl | 1 | -90/+114 |
- first batch of minor code cleanup | ||||
2003-12-09 | Disabling the rotationw worked, but the code was horribly unobvious. ↵ | treke | 1 | -2/+2 |
Rewriting for clarity. | ||||
2003-12-08 | Automatic rotation. This might break binary compatibility, so beware including | treke | 2 | -1/+43 |
in BRANCH_1_0 | ||||
2003-12-04 | use opie-lupdate instead lupdate | ar | 1 | -18/+0 |
2003-11-03 | Porting Opie to MacOS-X. | eilers | 1 | -1/+1 |
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details | ||||
2003-10-07 | kill un-needed QCOP checking | zecke | 1 | -2/+0 |
2003-09-03 | Fix the most grave visible problems with bigger screen | zecke | 1 | -0/+2 |
resolutions | ||||
2003-06-03 | allow 'ROOT_INSTALL=blahblah make install' to work | schurig | 1 | -0/+1 |
2003-04-21 | shut up, please | cniehaus | 1 | -0/+1 |
2003-04-20 | adding dutch to the .pro-files | cniehaus | 1 | -0/+1 |
2003-04-18 | Make appearance and rotate applet use the new rotation method of odevice. | kergoth | 1 | -9/+16 |
2003-04-18 | add a qcop channel | harlekin | 2 | -5/+36 |
2003-04-15 | Add a third rotation direction, for 180 degree. | kergoth | 1 | -4/+6 |
2003-03-31 | rotate applet between desktop and suspend and not suspend and logout | harlekin | 1 | -1/+1 |
2003-03-30 | enable translation of rotateapplet. carsten: will you add the rest of the ↵ | mickeyl | 1 | -0/+17 |
.ts files? | ||||
2003-03-27 | 1) now that setCurrentRotation sets QWS_DISPLAY, dont call setDefaultRotation | kergoth | 1 | -14/+10 |
2) now that we arent calling setDefaultRotation, we can rely on defaultRotation() returning the actual original default rotation (deforient). So in turn, we can simply 'flip back' to the original rotation, rather than trying to calculate what the original rotation would have been. | ||||
2003-03-27 | Remove the need for explicit <= 0, >= 360 etc handling by using % 360. | kergoth | 1 | -11/+4 |
2003-03-26 | adapted to what was discussed today on irc. Direction of rotation is ↵ | harlekin | 2 | -11/+29 |
settable in appearance in future | ||||
2003-03-26 | On older ipaqs the display is rotated to 270 as default so adding 90 does ↵ | groucho | 1 | -0/+8 |
nothing => fixed by rotating the values (270+90=0, 0-90=370) | ||||
2003-03-26 | - oops. thx Harlekin | simon | 1 | -9/+0 |
2003-03-26 | - adding control file | simon | 1 | -0/+9 |
2003-03-25 | better interaction with the rotate app | harlekin | 2 | -4/+3 |
2003-03-25 | ignore | harlekin | 1 | -0/+1 |
2003-03-25 | here comes the rotate startmenu applet .-) | harlekin | 4 | -0/+205 |