summaryrefslogtreecommitdiffstats
path: root/examples/declarative/toys/clocks/content
Commit message (Collapse)AuthorAgeFilesLines
* Toys Examples Modificationsartoka2011-11-1710-176/+0
| | | | | | | | | | | | toys/ clocks, corkboards, dynamicscene, tic-tac-toe and tvtennis example modifications Modified examples to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Update copyright year to 2011.Jason McDonald2011-01-102-2/+2
| | | | Reviewed-by: Trust Me
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-292-3/+3
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Doc: Fixed text in license headers.David Boddie2010-09-132-2/+2
|
* Add missing license headersJoona Petrell2010-08-311-0/+40
| | | | | Task-number: Reviewed-by: Martin Jones
* Fix application exiting in embedded qml examplesJoona Petrell2010-08-302-0/+12
| | | | | 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-211-0/+40
| | | | | | | 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-168-0/+83
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).