summaryrefslogtreecommitdiffstats
path: root/tools/qml/deviceorientation_maemo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make the QML viewer usable on the N900Robert Griebl2010-06-251-127/+0
|
* Fix the N900 device orientation backendHarald Fernengel2010-06-161-68/+55
| | | | | | Use D-Bus calls instead of polling Reviewed-by: Alan Alpert
* Revert to Portrait/Landscape terminology for Orientation enum, withBea Lam2010-06-041-6/+6
| | | | | | additional PortraitInverted and LandscapeInverted values. TopUp etc. only indicates rotation which makes it difficult to resize the window according to whether the device is in Portrait or Landscape orientation.
* QML viewer now supports TopUp, TopDown, RightUp and LeftUp orientationsBea Lam2010-06-021-4/+8
| | | | | | | | instead of Portrait/Landscape. The new orientations are named the same as the orientations in the QtMobility sensors module. Task-number: QTBUG-11106 Reviewed-by: akennedy
* WarningAaron Kennedy2010-04-121-1/+1
|
* Read Maemo orientation at startupAaron Kennedy2010-04-121-8/+5
| | | | QT-2695
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+139
QDeclarativeXXX.