summaryrefslogtreecommitdiffstats
path: root/demos/declarative/minehunt/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-25/+25
| | | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: I280c0a575987d1770e354b4948f1d4d767d711ea Reviewed-by: Simo Fält <simo.falt@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
| | | | | | | | | | | | | - Replace Nokia contact email address with Qt Project website. - Remove "All rights reserved" line from license headers. As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: Ie7ba62011752fcb149b99b26317c54f2a0cfa931 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
| | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* demos/declarative/minehunt example modificationsartoka2011-11-171-19/+10
| | | | | | | | | Modified the example to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Fix minehunt execution from QtDemoJoona Petrell2010-10-061-1/+1
| | | | | Task-number: QTBUG-14250 Reviewed-by: Martin Jones
* Add quit buttons to declarative demosJoona Petrell2010-08-261-0/+1
| | | | | Task-number: QTBUG-13048 Reviewed-by: Martin Jones
* Fix minehunt demo for SymbianJoona Petrell2010-08-201-0/+70
| | | | | Task-number: QTBUG-8927 Reviewed-by: Alan Alpert
* Rewrite Minehunt demo to use the runtime.Alan Alpert2010-03-021-351/+0
|
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAaron Kennedy2010-03-021-10/+16
|\ | | | | | | | | | | Conflicts: demos/declarative/minehunt/main.cpp demos/declarative/minehunt/minehunt.qml
| * Fix minehunt demoAlan Alpert2010-03-011-0/+4
| | | | | | | | | | Game works again, and the issue with X11 native rendering being abysmally slow has been 'fixed'.
| * Make Minehunt demo compile.Alan Alpert2010-03-011-13/+17
| | | | | | | | | | | | It still isn't working though. Investigations continue. Task-number: QTBUG-8549
* | Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-021-3/+2
|/ | | | | | | | | | | | | | | | | | | | | Where you would have written x: NumberAnimation {} y: Behavior {} you now must write NumberAnimation on x {} Behavior on y {} This change also makes the parser more strict with respect to multiple assignments to a single property - they're no longer allowed. For example this x: 10 x: 11 is now an error.
* 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-231-3/+1
|\ | | | | | | | | | | Conflicts: src/declarative/util/qmlanimation.cpp src/declarative/util/qmlxmllistmodel.cpp
| * 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
* 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
* | QmlView API review. See QmlChanges.txt for details.Martin Jones2010-02-181-4/+1
|/
* Make minehunt more responsiveAlan Alpert2010-01-071-1/+1
|
* Fix minehunt demoAlan Alpert2009-11-111-0/+1
|
* 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
* 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
|/
* Renaming: QFxView -> QmlViewYann Bodson2009-09-221-3/+3
|
* Move minehunt and twitter to demos directoryAlan Alpert2009-09-031-0/+309
Minehunt is more a demo than an example, and the twitter app goes with the flickr app.