summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/declarative/rotation.qml
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-291-1/+1
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Doc: More work on the QML documentation.David Boddie2010-09-141-1/+1
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-06-161-30/+26
|\
| * Doc improvements, including snippet fixes, linking to examples, makingBea Lam2010-06-111-30/+26
| | | | | | | | docs more consistent
* | Doc: Updated example license to three clause BSD license.David Boddie2010-06-101-27/+26
|/ | | | | | | See change 8f47373e3795d7ec50387d5f1a771a59567bdaea for context. Reviewed-by: Trust Me Requested-by: Legal
* Add license headers for .qml files.Jason McDonald2010-05-211-0/+41
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* import Qt 4.6 -> import Qt 4.7Yann Bodson2010-04-121-1/+1
|
* Doc.Michael Brasser2009-10-261-6/+10
|
* Renaming Rect -> RectangleYann Bodson2009-08-191-1/+1
|
* readd and fix the qml documentation for Rotation and ScaleLars Knoll2009-08-141-4/+4
| | | | | | | This got forgotten during the move to QGraphicsTransform. The docs also required a few adjustments as Rotation3D is now gone and some properties in Scale and Rotation have changed.
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-0/+2
| | | | | Adjust examples and demos accordingly. As per QT-558
* Format conversion for animation, states and transitions, and transformMichael Brasser2009-05-011-0/+27
elements.