summaryrefslogtreecommitdiffstats
path: root/examples/declarative/toys/clocks
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Added missing license headers for documentation and examples.David Boddie2011-06-083-0/+120
|
* Squashed commit of the changes from the mobile-examples repositoryDavid Boddie2011-04-2820-0/+742
| | | | (4.7-generated-declarative branch).
* Update copyright year to 2011.Jason McDonald2011-01-103-3/+3
| | | | Reviewed-by: Trust Me
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-293-4/+4
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Doc: Fixed text in license headers.David Boddie2010-09-133-3/+3
|
* 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-0/+17
| | | | | Task-number: QTBUG-13178 Reviewed-by: Martin Jones
* Use SpringAnimation in relevant examples again.Michael Brasser2010-08-241-3/+3
|
* Fix clock example: make sure hands always moves forward.Michael Brasser2010-07-211-3/+3
| | | | Task-number: QTBUG-12292
* Follow -> Behaviormae2010-07-081-17/+18
| | | | Replace the usages of Follows with Behaviors, update docs.
* Attribute change to allow inclusion of image files.Toby Tomkins2010-06-166-0/+0
|
* Add license headers for .qml files.Jason McDonald2010-05-212-0/+80
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Restructure the examples. They are now organized into variousBea Lam2010-05-1610-0/+113
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).