summaryrefslogtreecommitdiffstats
path: root/demos/declarative/snake
Commit message (Expand)AuthorAgeFilesLines
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-136-103/+103
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-041-1/+1
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-196-6/+6
| |\
| * | Introduce Qt.application.active propertyJoona Petrell2011-01-071-1/+1
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-176-6/+6
|\ \ \ | | |/ | |/|
| * | Update copyright year to 2011.Jason McDonald2011-01-106-6/+6
| |/
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-291-1/+1
|\ \ | |/
| * Missing part of 64a05cfa97b1192ac247558c0601ba0e4ec464c9Alan Alpert2010-10-281-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-253-3/+14
|\ \ | |/
| * Snake demo now pauses when the window loses focus.Alan Alpert2010-10-153-3/+13
* | Merge remote branch 'origin/4.7' into master-from-4.7Rohan McGovern2010-10-046-6/+6
|\ \ | |/
| * Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-296-6/+6
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-102-2/+12
|\ \ | |/
| * Remove debug.Martin Jones2010-08-301-1/+0
| * Snake: Don't use Behavior with states.Martin Jones2010-08-304-5/+18
* | State handling cleanupmae2010-09-093-21/+50
|/
* Add quit buttons to declarative demosJoona Petrell2010-08-261-0/+6
* Fix game could not be restartedmae2010-08-162-16/+5
* Snake game cannot be restartedmae2010-08-031-2/+15
* Uncomment code accidentally removed with 1937adaab5861ced44813c6a4b0bff1c3750...Aaron Kennedy2010-07-291-2/+0
* Undefined is undefined, and now qml warns about itmae2010-06-291-3/+3
* Move knowledge of QGraphicsObject out of qml engineAaron Kennedy2010-06-161-0/+2
* Fix snake demomae2010-06-083-3/+12
* Add license headers for .qml files.Jason McDonald2010-05-216-0/+246
* Rename Component::errorsString() -> errorString() (and also forBea Lam2010-05-201-2/+2
* Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-071-3/+3
|\
| * CleanupYann Bodson2010-05-061-3/+3
* | Make component.createObject require a parent argumentAlan Alpert2010-05-051-4/+2
|/
* Remove Component's isReady, isLoading, isError and isNull properties.Bea Lam2010-04-291-4/+4
* Replace usage of print() with console.log().Michael Brasser2010-04-231-4/+4
* Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-211-0/+16
|\
| * Add .qmlproject files for declarative demos.Yann Bodson2010-04-201-0/+16
* | Make the dynamic creation functions on the Qt objectAlan Alpert2010-04-211-2/+2
|/
* Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-091-1/+1
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-086-6/+6
* Deprecate inline Script {} blocksAaron Kennedy2010-03-222-28/+25
* Import "content" with as qualifier to support network without qmldirmae2010-03-151-5/+5
* Move particles in their own plugin (Qt.labs.particles)Yann Bodson2010-03-112-0/+2
* Use a better method for installing declarative demos.Rohan McGovern2010-03-081-13/+0
* Fixed declarative demos not being installed.Rohan McGovern2010-03-081-0/+13
* Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-025-13/+13
* Recfactor in declarative snake demoLeonardo Sobral Cunha2010-02-251-2/+2
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-222-2/+2
* Follow naming conventions (pass examples test)Warwick Allison2010-01-1123-5/+6
* reenable particles effect for the cookiemae2009-11-262-1/+1
* added a snake demomae2009-11-2522-0/+1019