summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/samegame/samegame1/samegame.qml
Commit message (Collapse)AuthorAgeFilesLines
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Jason McDonald2010-10-011-1/+1
| | | | | | | | | | | | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones (cherry picked from commit 49452ad6b22e080b1dfdfde38c21c48bb910a1ae) Conflicts: tests/auto/declarative/qdeclarativeconnection/data/error-object.qml tests/auto/declarative/qdeclarativeconnection/data/error-property.qml tests/auto/declarative/qdeclarativeconnection/data/error-property2.qml tests/auto/declarative/qdeclarativeconnection/data/error-syntax.qml tests/auto/declarative/qdeclarativelistmodel/tst_qdeclarativelistmodel.cpp tests/auto/declarative/qdeclarativeqt/data/quit.qml tests/auto/declarative/qdeclarativeview/data/error1.qml
* Doc: Fixed text in license headers.David Boddie2010-09-131-1/+1
|
* Fix image sourceBea Lam2010-07-291-1/+1
| | | | Task-number: QTBUG-12493
* Doc: Fixing typo - background file nameMorten Engvoldsen2010-07-081-1/+1
|
* Add license headers for .qml files.Jason McDonald2010-05-211-0/+40
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Doc improvements, simplify example codeBea Lam2010-05-051-4/+3
|
* Doc improvementsBea Lam2010-04-131-1/+1
|
* Fix example code styleBea Lam2010-04-131-10/+13
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-04-081-1/+1
|\ | | | | | | | | Conflicts: examples/declarative/tutorials/samegame/samegame4/content/samegame.js
| * Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-081-1/+1
| |
* | Improve example code - rename variables, remove redundant ids.Bea Lam2010-04-081-1/+1
|/
* Doc improvements, fixesBea Lam2010-04-011-1/+1
|
* Make SameGame tutorials share imagesAlan Alpert2010-03-011-1/+1
| | | | | | | | | 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.
* Disallow ids that start with uppercase letters and update docs andBea Lam2010-02-031-5/+5
| | | | | | examples accordingly. Task-number: QT-2786
* 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-051-1/+1
| | | | SystemPalette.
* cleanupYann Bodson2009-10-281-1/+1
|
* Switch Same Game tutorial to using snippets properlyAlan Alpert2009-10-071-0/+2
|
* Add SameGame based advanced tutorialAlan Alpert2009-10-071-0/+38
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.