summaryrefslogtreecommitdiffstats
path: root/examples/declarative/animation
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-119-9/+9
| | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350)
* Add new behavior example.Yann Bodson2010-10-131-0/+108
|
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-298-9/+9
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Fix easing example having wrong contentHeightJoona Petrell2010-09-211-1/+1
|
* Make easing.qml usable on highres capacitive screenAlessandro Portale2010-09-161-7/+8
|
* Doc: Fixed text in license headers.David Boddie2010-09-138-8/+8
|
* Add missing license headersJoona Petrell2010-08-311-0/+40
| | | | | Task-number: Reviewed-by: Martin Jones
* Fix application exiting in embedded qml examplesJoona Petrell2010-08-303-3/+28
| | | | | Task-number: QTBUG-13178 Reviewed-by: Martin Jones
* Make declarative examples a bit more qt-like.Yann Bodson2010-08-264-8/+8
|
* Examples clean upBea Lam2010-06-281-1/+1
|
* Clean up some examplesBea Lam2010-06-222-6/+7
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-247-0/+280
|\
| * Add license headers for .qml files.Jason McDonald2010-05-217-0/+280
| | | | | | | | | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* | Fix typoAlan Alpert2010-05-241-1/+1
|/
* Restructure the examples. They are now organized into variousBea Lam2010-05-1618-0/+570
subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples).