summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/samegame/samegame1
Commit message (Collapse)AuthorAgeFilesLines
* Link to example files from tutorial pagesBea Lam2010-04-231-0/+16
|
* Indentation and whitespace fixes in qml's samegame tutorialLeonardo Sobral Cunha2010-04-192-4/+4
|
* Doc improvementsBea Lam2010-04-131-1/+1
|
* Fix example code styleBea Lam2010-04-133-20/+30
|
* Example code style improvementsBea Lam2010-04-091-1/+2
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-04-083-3/+3
|\ | | | | | | | | Conflicts: examples/declarative/tutorials/samegame/samegame4/content/samegame.js
| * Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-083-3/+3
| |
* | Improve example code - rename variables, remove redundant ids.Bea Lam2010-04-082-4/+4
|/
* Doc improvements, fixesBea Lam2010-04-012-3/+3
|
* Make SameGame tutorials share imagesAlan Alpert2010-03-014-2/+2
| | | | | | | | | It's a bit of a waste to have four copies of all of the images. And as an advanced tutorial throwing in a minor complication like this is probably beneficial. Additionally, the background has been replaced by a smaller JPEG version.
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-1/+1
|
* Disallow ids that start with uppercase letters and update docs andBea Lam2010-02-032-8/+8
| | | | | | examples accordingly. Task-number: QT-2786
* Update advanced tutorial with new imagesAlan Alpert2010-02-012-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.
* Use console.log, not printWarwick Allison2009-11-231-1/+1
|
* Use darker() and lighter() functions from global Qt object rather than from ↵Yann Bodson2009-11-052-2/+2
| | | | SystemPalette.
* cleanupYann Bodson2009-10-281-1/+1
|
* Switch Same Game tutorial to using snippets properlyAlan Alpert2009-10-073-0/+6
|
* Add SameGame based advanced tutorialAlan Alpert2009-10-075-0/+73
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.