summaryrefslogtreecommitdiffstats
path: root/demos/declarative/minehunt
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-8/+8
| | | | QDeclarativeXXX.
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-232-4/+2
|\ | | | | | | | | | | Conflicts: src/declarative/util/qmlanimation.cpp src/declarative/util/qmlxmllistmodel.cpp
| * Updates all qml examples/demos to use the easing curve value type syntaxLeonardo Sobral Cunha2010-02-231-1/+1
| |
| * Remove QmlView::execute(). QmlView::setSource() does it all now.Martin Jones2010-02-231-3/+1
| | | | | | | | Task-number: QT-2538
* | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls.Warwick Allison2010-02-231-1/+2
|/ | | | Task-number: QT-2798
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-222-3/+3
|
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/linux-g++-x11egl/qplatformdefs.h src/declarative/qml/qmldom.h src/declarative/util/qmlview.cpp src/declarative/util/qmlview.h tools/qdoc3/cppcodemarker.cpp tools/qmldebugger/standalone/canvasframerate.cpp tools/qmldebugger/standalone/engine.cpp tools/qmldebugger/standalone/expressionquerywidget.cpp tools/qmldebugger/standalone/expressionquerywidget.h tools/qmldebugger/standalone/objectpropertiesview.cpp tools/qmldebugger/standalone/objectpropertiesview.h tools/qmldebugger/standalone/objecttree.cpp tools/qmldebugger/standalone/qmldebugger.cpp tools/qmldebugger/standalone/watchtable.cpp tools/qmldebugger/standalone/watchtable.h
| * Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-181-1/+1
|\ \
| * | Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-181-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | has proven to be confusing in practice. property/target and properties/targets will be functionally equivilant (the only distinction being singular/plural). In a transition these properties can be used for both 'matching' and explicit animation based on whether a 'to' value is supplied. The documentation, tests, examples and demos have been updated as well.
* | QmlView API review. See QmlChanges.txt for details.Martin Jones2010-02-182-11/+8
|/
* 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.