summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/samegame
Commit message (Collapse)AuthorAgeFilesLines
* Disallow ids that start with uppercase letters and update docs andBea Lam2010-02-039-33/+33
| | | | | | examples accordingly. Task-number: QT-2786
* Update advanced tutorial with new imagesAlan Alpert2010-02-018-0/+0
| | | | | | Some of the images used in the example and documentation were still with the old graphics. This has been fixed so as to only use the new graphics.
* Remove samegame README (mentioned images have been replaced)Kai Koehne2010-01-221-10/+0
|
* Copy updated images from demos/samegame to samegame tutorialKai Koehne2010-01-225-0/+0
|
* Fix use of XmlHttpRequest in examplesAlan Alpert2009-11-271-0/+1
|
* Use console.log, not printWarwick Allison2009-11-231-1/+1
|
* Update examples for new SQL API.Warwick Allison2009-11-181-22/+10
|
* Update SameGame tutorial to discuss offline storageAlan Alpert2009-11-111-1/+3
| | | | | | Also removed the \target and got the navigation set up properly. Task-number: QT-2375
* 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.