summaryrefslogtreecommitdiffstats
path: root/examples/declarative/clocks
Commit message (Collapse)AuthorAgeFilesLines
* 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