summaryrefslogtreecommitdiff
path: root/core/applets/rotateapplet
AgeCommit message (Collapse)AuthorFilesLines
2005-04-24Resource -> OResourcedrw1-27/+27
2005-04-01scale O-Menu-Applet pixmaps according to AppLnk::smallIconSizemickeyl1-3/+3
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-45/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+45
2004-04-05convert core/applets/* to Opie debug frameworkmickeyl1-4/+5
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-15Fixed LIBOPIE2 config dependsbrad1-1/+1
2004-03-14Updatet the appletszecke3-4/+4
2004-03-02run the optimize_connect scriptalwin1-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-01fix includeschicken2-5/+0
2004-02-14Clean-up of .cvsignore filesdrw1-0/+2
2004-02-05"Here we are now entertain US....."zecke2-3/+2
Some janitor tasks... remove ulong ref; If we use Q_REFCOUNT
2004-01-27Funny what my SDK all triggerszecke1-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-12nanoseconds are neither milliseconds nor microsecondsmickeyl1-1/+1
2004-01-08turn on the light after opening the hinge when 'display off' is configured ↵mickeyl2-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-04better not shutoff the display without shutting it on again :Dmickeyl1-1/+1
2004-01-04- implement action on closing the hinge for devices with hinge sensorsmickeyl1-90/+114
- first batch of minor code cleanup
2003-12-09Disabling the rotationw worked, but the code was horribly unobvious. ↵treke1-2/+2
Rewriting for clarity.
2003-12-08Automatic rotation. This might break binary compatibility, so beware includingtreke2-1/+43
in BRANCH_1_0
2003-12-04use opie-lupdate instead lupdatear1-18/+0
2003-11-03Porting Opie to MacOS-X.eilers1-1/+1
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details
2003-10-07kill un-needed QCOP checkingzecke1-2/+0
2003-09-03Fix the most grave visible problems with bigger screenzecke1-0/+2
resolutions
2003-06-03allow 'ROOT_INSTALL=blahblah make install' to workschurig1-0/+1
2003-04-21shut up, pleasecniehaus1-0/+1
2003-04-20adding dutch to the .pro-filescniehaus1-0/+1
2003-04-18Make appearance and rotate applet use the new rotation method of odevice.kergoth1-9/+16
2003-04-18add a qcop channelharlekin2-5/+36
2003-04-15Add a third rotation direction, for 180 degree.kergoth1-4/+6
2003-03-31rotate applet between desktop and suspend and not suspend and logoutharlekin1-1/+1
2003-03-30enable translation of rotateapplet. carsten: will you add the rest of the ↵mickeyl1-0/+17
.ts files?
2003-03-271) now that setCurrentRotation sets QWS_DISPLAY, dont call setDefaultRotationkergoth1-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-27Remove the need for explicit <= 0, >= 360 etc handling by using % 360.kergoth1-11/+4
2003-03-26adapted to what was discussed today on irc. Direction of rotation is ↵harlekin2-11/+29
settable in appearance in future
2003-03-26On older ipaqs the display is rotated to 270 as default so adding 90 does ↵groucho1-0/+8
nothing => fixed by rotating the values (270+90=0, 0-90=370)
2003-03-26- oops. thx Harlekinsimon1-9/+0
2003-03-26- adding control filesimon1-0/+9
2003-03-25better interaction with the rotate appharlekin2-4/+3
2003-03-25ignoreharlekin1-0/+1
2003-03-25here comes the rotate startmenu applet .-)harlekin4-0/+205