summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeviewer
Commit message (Collapse)AuthorAgeFilesLines
* QML viewer now supports TopUp, TopDown, RightUp and LeftUp orientationsBea Lam2010-06-022-6/+15
| | | | | | | | 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
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-1/+8
| | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones
* Resize qmlruntime window to new dimensions when orientation changesJoona Petrell2010-05-073-0/+129
Task-number: Reviewed-by: Warwick Allison