summaryrefslogtreecommitdiffstats
path: root/tools/qml/deviceorientation.h
Commit message (Collapse)AuthorAgeFilesLines
* Merged 'orientation' into 'runtime' context property in qmlruntimeLeonardo Sobral Cunha2010-04-141-0/+1
| | | | | | | | | | | Removed the 'Screen' element from DeclarativeViewer, as it was used only for the orientation property. Now access the 'orientation' property like this: 'runtime.orientation' and the enum is accessed as 'Orientation.Landscape', when using the qmlruntime. Updated docs for qmlruntime. Reviewed-by: Martin Jones
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+73
QDeclarativeXXX.