summaryrefslogtreecommitdiffstats
path: root/demos/declarative/minehunt
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | Reviewed-by: Trust Me
* Make minehunt more responsiveAlan Alpert2010-01-071-1/+1
|
* binary?Warwick Allison2009-11-261-0/+0
|
* Fix minehunt demoAlan Alpert2009-11-114-2/+17
|
* Rename targets -> matchTargets and properties -> matchProperties.Michael Brasser2009-11-061-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-051-1/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Remove "to" limit on minor version.Warwick Allison2009-11-051-1/+1
| | | | | | | | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421
* | Particles cleaned up and placed in in qmlgraphics/Alan Alpert2009-11-051-5/+2
|/ | | | | | | | | | | | | 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
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-301-0/+40
|\ | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/debugger/qmldebug.cpp src/declarative/fx/qmlgraphicsimagebase_p.h src/declarative/util/qmlanimation.h src/declarative/util/qmlstate.h src/declarative/util/qmltimer.cpp
| * fix headersWarwick Allison2009-10-291-0/+40
| |
* | Rename qfx files to qmlgraphics filesAaron Kennedy2009-10-301-1/+1
|/
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-10-281-1/+1
|\ | | | | | | into kinetic-declarativeui
| * "Compile"Aaron Kennedy2009-10-281-1/+1
| |
* | cleanupYann Bodson2009-10-281-1/+1
|/
* lowercase idsYann Bodson2009-10-061-5/+5
|
* Renaming: QFxView -> QmlViewYann Bodson2009-09-221-3/+3
|
* Move ComponentInstance functionality into LoaderMartin Jones2009-09-091-2/+2
|
* Move minehunt and twitter to demos directoryAlan Alpert2009-09-0316-0/+576
Minehunt is more a demo than an example, and the twitter app goes with the flickr app.