Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make it possible to manually set the orientation of QML Viewer on Symbian | Joona Petrell | 2010-08-03 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-12142 Reviewed-by: Warwick Allison This patch brings ability to switch QML Viewer's orientation between auto-orientation (=follow sensor), portrait and landscape orientations (lock orientation) on Symbian. It provides same orientation options as Qt Creator 2.1's Qt QML Standalone Application creation wizard. Also, menu item rotateOrientation now works on Symbian, but it's hidden when orientation mode is set to auto-orientation. Property runtime.orientation has been switched back to supporting four-way orientation on Symbian, previously it only updated values between portrait and landscape. If your application only supports landscape or portrait modes, just don't react to the inverted orientations. Added orientation example screenorientation under examples/declarative. The patch includes a fix for calculator example, which rotated to wrong direction when switching from portrait to landscape. Also, improved qdeclarativeviewer unit tests. Changes have been tested to work on Windows, Linux and Symbian^3. | ||||
* | Fix docs to link to the new QML Viewer page instead of the Runtime page | Bea Lam | 2010-07-02 | 1 | -2/+2 |
| | | | | | where applicable, and remove or rename references to 'qml' tool. Also improve QML Viewer docs. | ||||
* | Rewrite runtime & qmlviewer docs and emphasise that qmlviewer shouldn't | Bea Lam | 2010-06-30 | 1 | -0/+234 |
| | | | | | | be used for deployment Task-number: QTBUG-11287 | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -99/+0 |
| | | | | QDeclarativeXXX. | ||||
* | Doc: these files are NOT part of the test suite of the Qt toolkit | Thiago Macieira | 2010-02-20 | 1 | -1/+1 |
| | |||||
* | Fix broken license headers. | Jason McDonald | 2010-02-16 | 1 | -18/+18 |
| | | | | Reviewed-by: Trust Me | ||||
* | Document QtObject | Alan Alpert | 2010-02-08 | 1 | -1/+1 |
| | | | | Task-number:QTBUG-6034 | ||||
* | Augment documentation | Alan Alpert | 2010-02-03 | 1 | -0/+21 |
| | | | | Document automatic signal handlers and QmlViewer.Screen. | ||||
* | Doc. | Michael Brasser | 2009-11-23 | 1 | -1/+1 |
| | |||||
* | Remove a bunch of unneeded semicolons. | Martin Jones | 2009-10-08 | 1 | -0/+3 |
| | |||||
* | Doc | Michael Brasser | 2009-05-06 | 1 | -0/+75 |