summaryrefslogtreecommitdiff
path: root/core/applets/rotateapplet/rotate.cpp
AgeCommit message (Collapse)AuthorFilesLines
2003-10-07kill un-needed QCOP checkingzecke1-2/+0
2003-04-18Make appearance and rotate applet use the new rotation method of odevice.kergoth1-9/+16
2003-04-18add a qcop channelharlekin1-1/+24
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-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 ↵harlekin1-10/+28
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-25better interaction with the rotate appharlekin1-3/+3
2003-03-25here comes the rotate startmenu applet .-)harlekin1-0/+127