summaryrefslogtreecommitdiffstats
path: root/demos/declarative/snake/content/Cookie.qml
Commit message (Collapse)AuthorAgeFilesLines
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-081-1/+1
|
* Move particles in their own plugin (Qt.labs.particles)Yann Bodson2010-03-111-0/+1
| | | | Task-number: QT-2846
* Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | 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.
* Follow naming conventions (pass examples test)Warwick Allison2010-01-111-0/+48