summaryrefslogtreecommitdiffstats
path: root/examples/declarative/clocks
Commit message (Collapse)AuthorAgeFilesLines
* Restructure the examples. They are now organized into variousBea Lam2010-05-1610-113/+0
| | | | | | 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).
* Add .qmlproject files to declarative examples.Yann Bodson2010-04-201-0/+16
|
* Fix code style in examplesBea Lam2010-04-131-3/+6
|
* Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-091-4/+4
|
* Renamed 'source' property from SpringFollow to 'to'Leonardo Sobral Cunha2010-04-081-3/+3
|
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-082-2/+2
|
* Minor cleanup.Yann Bodson2010-03-312-6/+5
|
* Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-021-3/+3
| | | | | | | | | | | | | | | | | | | | | Where you would have written x: NumberAnimation {} y: Behavior {} you now must write NumberAnimation on x {} Behavior on y {} This change also makes the parser more strict with respect to multiple assignments to a single property - they're no longer allowed. For example this x: 10 x: 11 is now an error.
* add night support for clocks exampleYann Bodson2009-11-023-1/+4
|
* fix parallax exampleYann Bodson2009-10-301-3/+3
|
* change cities in clock exampleYann Bodson2009-10-302-5/+5
|
* cleanupYann Bodson2009-10-308-0/+92