summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/samegame
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix samegame tutorial 3Alan Alpert2009-11-101-12/+12
| | | | | the js file hadn't been updated to avoid global vars Also updating a missed particles element
* Rename targets -> matchTargets and properties -> matchProperties.Michael Brasser2009-11-061-1/+1
|
* fix javascript errors in samegame tutorialsYann Bodson2009-11-054-57/+102
|
* Use darker() and lighter() functions from global Qt object rather than from ↵Yann Bodson2009-11-058-8/+8
| | | | SystemPalette.
* Particles cleaned up and placed in in qmlgraphics/Alan Alpert2009-11-051-6/+7
| | | | | | | | | | | | | API changes: Removed bool streamIn Added int emissionRate Added int emissionVariance Added void burst(count, emissionRate=-1) While rewriting the internals to accomodate this, all other outstanding particles bugs were believed fixed. Task-number: QT-2392 QT-2391 QT-2390 QT-2406
* cleanupYann Bodson2009-10-284-4/+4
|
* doc cleanupYann Bodson2009-10-082-8/+8
|
* Switch Same Game tutorial to using snippets properlyAlan Alpert2009-10-0711-1/+37
|
* Add SameGame based advanced tutorialAlan Alpert2009-10-0739-0/+975
Could use some cleanup, as I didn't manage to get code snippets working correctly. Also might benefit from being re-written by a good tutor.