summaryrefslogtreecommitdiffstats
path: root/demos/declarative/minehunt
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-08-263-0/+13
|\
| * Add quit buttons to declarative demosJoona Petrell2010-08-263-0/+13
| | | | | | | | | | Task-number: QTBUG-13048 Reviewed-by: Martin Jones
* | Make declarative examples a bit more qt-like.Yann Bodson2010-08-263-1/+1
|/
* Fix minehunt demo for SymbianJoona Petrell2010-08-206-145/+215
| | | | | Task-number: QTBUG-8927 Reviewed-by: Alan Alpert
* Fixed deployment locations for various profiles.axis2010-07-021-1/+1
| | | | RevBy: Trust me
* Removed unnecessary data_caging_paths.prf loading from applicationsMiikka Heikkinen2010-06-221-1/+0
| | | | | | | | | Since plugin and import paths variables were moved to symbian.conf, there were many unnecessary load(data_caging_paths) statements left in applications. Task-number: QTBUG-11619 Reviewed-by: Janne Koskinen
* Unify naming of import plugin targetsJoona Petrell2010-05-262-4/+4
| | | | | Task-number: QTBUG-10834 Reviewed-by: Warwick Allison
* Add license headers for .qml files.Jason McDonald2010-05-213-0/+123
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Emit numFlagsChangedAlan Alpert2010-05-111-0/+2
| | | | Task-number: QTBUG-10552
* Use enum rather than string for easing type.Yann Bodson2010-05-051-1/+1
|
* Add .qmlproject files for declarative demos.Yann Bodson2010-04-201-0/+16
|
* QML_DECLARE_TYPE is no longer necessary - fix docs and examplesBea Lam2010-04-191-2/+0
|
* Reduce QML runtime capabilities to NetworkServices and ReadUserDataJoona Petrell2010-04-141-1/+1
| | | | | Task-number: Reviewed-by: Martin Jones
* Minehunt cleanup/optimization.Michael Brasser2010-04-147-134/+125
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Qt Continuous Integration System2010-04-131-1/+0
|\ | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public: Fix qmake.pro after Symbian alternate build system integration Fix compile error Don't try to use so much permissions, use something a lot more sane A bit saner suggestion Remove not needed permissions Make compile on Symbian
| * Remove not needed permissionsThomas Zander2010-04-121-1/+0
| |
* | Text.wrap is deprecatedYann Bodson2010-04-091-16/+17
| |
* | Warn if the minehunt C++ plugin is not compiled.Yann Bodson2010-04-081-0/+7
| |
* | Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-082-2/+2
| |
* | Cleanup minehunt exampleYann Bodson2010-04-071-160/+114
|/ | | | | | | Make it more touchscreen friendly Use QML coding conventions Task-number: QTBUG-9361
* Merge remote branch 'origin/4.7' into HEADThiago Macieira2010-04-011-1/+0
|\ | | | | | | | | Conflicts: demos/declarative/minehunt/minehunt.pro
| * Remove capability flag not available in public SDKsJoona Petrell2010-04-011-2/+0
| | | | | | | | | | Task-number: QTBUG-9366 Reviewed-by: Martin Jones
* | Fix building on public symbian SDK.Thomas Zander2010-03-301-2/+2
|/ | | | | the capability CAP_GENERAL_DLL is apparently an alias, so replace it with the extended version
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-262-9/+24
|\
| * Add Symbian deploy section for qml import pluginsJoona Petrell2010-03-261-0/+15
| | | | | | | | | | Task-number: QTBUG-9364 Reviewed-by: jbarron
| * Merge remote branch 'main/4.7' into 4.7Morten Johan Sørvig2010-03-252-1/+25
| |\ | | | | | | | | | | | | | | | Conflicts: demos/declarative/minehunt/minehunt.cpp src/declarative/qml/qdeclarativecompiler.cpp
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-03-191-9/+9
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (63 commits) Revert "Don't emit open signal on session close/error." Rename networkAccess property to networkAccessible. Don't emit open signal on session close/error. Rename private signal. Autotest: fix instability by accepting rounding errors Dont force height for filter widget - Fix importdir option on unix/linux configure Remove incorrect semi-colons after Q_PROPERTY 10n: Update German translation for 4.7.0 Redesigned filter widgets Add a test case for commit 76d767080a6be7b025f36d6778dfaedbd31a9f07 Add Japanese/Korean keyboard specific keys to QKeySequence Fixed qmdiarea autotest regression on Cocoa Fix JSC export macros Minor update for f3f979cbd37f47892cd0c0a9fc23b802ed6f7890 Incorrect translation for Application menu items in Mac. doc: Fixed use of Qt 3 support function in QIcon doc snippet Build and run QElapsedTimer test. Fix license headers. Add flag to indicate that network sessions are expected on a platform. ...
| | * | Remove incorrect semi-colons after Q_PROPERTYThiago Macieira2010-03-181-9/+9
| | | |
* | | | Tweak import behaviourAlan Alpert2010-03-251-1/+1
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The implicit import of types in the same directory/module now imports version -1 (which means all versions). This fixes the Twitter demo. Additionally, the current directory is not added to the imports path. No functionality is lost, as you can import local modules with relative paths for the same effect. Improved docs are on the way. Reviewed-by: mae
* | | Minehunt readme was missing a step.Alan Alpert2010-03-231-0/+2
| | |
* | | Use QDeclarativeListProperty properlyAlan Alpert2010-03-231-1/+23
|/ / | | | | | | | | Task-number: QTBUG-8713 Reviewed-by: Aaron Kennedy
* | Replace QDeclarativeContext::addDefaultObject() -> setContextObject()Aaron Kennedy2010-03-111-1/+1
| | | | | | | | It is faster and easier to use to just support a single context object.
* | Move particles in their own plugin (Qt.labs.particles)Yann Bodson2010-03-111-0/+1
| | | | | | | | Task-number: QT-2846
* | Document - and use - the qmlRegisterXXX template functionsmae2010-03-101-3/+2
|/ | | | This commit removes the obsolete QML_REGISTER_TYPE macros.
* Use a better method for installing declarative demos.Rohan McGovern2010-03-081-1/+1
| | | | Simply copy the demo directories, instead of writing a stub .pro file.
* Fixed declarative demos not being installed.Rohan McGovern2010-03-081-0/+14
|
* Add minehunt READMEAlan Alpert2010-03-021-0/+3
|
* Rewrite Minehunt demo to use the runtime.Alan Alpert2010-03-0218-148/+62
|
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAaron Kennedy2010-03-022-17/+23
|\ | | | | | | | | | | Conflicts: demos/declarative/minehunt/main.cpp demos/declarative/minehunt/minehunt.qml
| * Fix minehunt demoAlan Alpert2010-03-012-7/+11
| | | | | | | | | | 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-022-4/+3
|/ | | | | | | | | | | | | | | | | | | | | 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-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