summaryrefslogtreecommitdiff
path: root/core/applets/rotateapplet
AgeCommit message (Collapse)AuthorFilesLines
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