summaryrefslogtreecommitdiffstats
path: root/demos/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Use a better method for installing declarative demos.Rohan McGovern2010-03-087-76/+16
| | | | | Simply copy the demo directories, instead of writing a stub .pro file. (cherry picked from commit c97e1e29aedaceead92cd231b3a77d60bab2af50)
* Fixed declarative demos not being installed.Rohan McGovern2010-03-087-0/+91
| | | | (cherry picked from commit 23440d84ddf78755e77cea75956cd7445647230a)
* Rewrite Minehunt demo to use the runtime.Jesper Thomschutz2010-03-0818-151/+62
| | | | | | | | (cherry picked from commit f56893bbffd5eb26dd77e56707615cbb11a26c9b) Conflicts: demos/declarative/minehunt/minehunt.cpp
* Fix minehunt demoAlan Alpert2010-03-012-7/+11
| | | | | | Game works again, and the issue with X11 native rendering being abysmally slow has been 'fixed'. (cherry picked from commit bcb2ed5667bd957476e3b62ef3a479a26f1252f3)
* Make Minehunt demo compile.Alan Alpert2010-03-011-13/+17
| | | | | | | It still isn't working though. Investigations continue. Task-number: QTBUG-8549 (cherry picked from commit 3a4dc08d08ce0388dd183a24923871e3e03ba531)
* Change Connection syntax as per QT-2822.Warwick Allison2010-02-263-9/+9
|
* Test, demo, and work-around bug QTBUG-8535Warwick Allison2010-02-262-18/+28
|
* Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-265-30/+30
| | | | A viewport is the thing you look through, not what you look at.
* Recfactor in declarative snake demoLeonardo Sobral Cunha2010-02-251-2/+2
| | | | | Avoid having 2 'states' that have 'when' conditions that can be 'true' at the same time.
* 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-2318-29/+27
|\ | | | | | | | | | | 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-2317-26/+26
| |
| * 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-2218-23/+23
|
* 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-1820-29/+29
|\ \
| * | Fix example after introduction of RotationAnimation.Michael Brasser2010-02-182-2/+2
| | | | | | | | | | | | id can't be the same as a TypeName.
| * | Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-1818-27/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
|/ /
* | Fix palette on the N900Harald Fernengel2010-02-161-1/+1
| | | | | | | | | | | | | | | | The N900 has by default black background with white text, but white line edits with black text. Use windowText for the "Score" label to make it readable. Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
* | Fix SameGame high scoresAlan Alpert2010-02-151-2/+3
| | | | | | | | | | When it's deployed across multiple devices, there is no 'standard' grid size. This allows non-desktop versions to display high scores.
* | Enhance samegame high score dialogAlan Alpert2010-02-153-3/+18
|/ | | | | 'Better' layout mechanics, included animated resize for those people with long names.
* Disallow ids that start with uppercase letters and update docs andBea Lam2010-02-033-8/+8
| | | | | | examples accordingly. Task-number: QT-2786
* Remove samegame README (mentioned images have been replaced)Kai Koehne2010-01-221-10/+0
|
* Tweak marble graphics in SamegameNigel Hietala2010-01-224-0/+0
|
* Updated graphics for SamegameNigel Hietala2010-01-216-0/+1
|
* Follow naming conventions (pass examples test)Warwick Allison2010-01-1123-5/+6
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Alan Alpert2010-01-071-2/+4
|\ | | | | | | into kinetic-declarativeui
| * Avoid spurious error messagesWarwick Allison2010-01-061-2/+4
| | | | | | | | Delegate is reused in Grid and PathView, so PathView attributes might not be defined
* | Make minehunt more responsiveAlan Alpert2010-01-071-1/+1
|/
* Add a quit button to the toolbarHarald Fernengel2009-12-161-0/+6
| | | | | Allows to run SameGame full-screen on the N900, and being able to quit without having to use xkill :)
* Set score text color (so that it will be visible)Alan Alpert2009-12-162-1/+2
|
* Fix initial scaling. QWebPage::setPreferredSize doesn't really work.Warwick Allison2009-12-021-3/+3
|
* Restructure for easier re-use.Warwick Allison2009-12-027-278/+276
|
* Change from scaling/zooming by zoomFactor to instead use painter scaling.Warwick Allison2009-12-021-10/+22
| | | | Uses a fixed zoomFactor of 4 to allow sufficient sub-"pixel" precision.
* Fix use of XmlHttpRequest in examplesAlan Alpert2009-11-272-0/+2
|
* binary?Warwick Allison2009-11-261-0/+0
|
* Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-262-1/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * reenable particles effect for the cookiemae2009-11-262-1/+1
| |
* | Fix minor clipping issue in twitter appAlan Alpert2009-11-262-3/+2
|/
* Twitter demo touchupsAlan Alpert2009-11-267-29/+61
| | | | | | Arrowkey navigation on the login page, and Escape on the main page takes you back to the login page. Posting does not seem to be working still. Also switched to pixelSize fonts in many places.
* added a snake demomae2009-11-2522-0/+1019
|
* If zooming on nothing, zoom 2x rather than doing nothing.Warwick Allison2009-11-251-0/+2
|
* Use console.log, not printWarwick Allison2009-11-232-2/+2
|
* Pass error messages through to WebView users.Warwick Allison2009-11-181-0/+2
|
* Fix URL update in demoWarwick Allison2009-11-181-1/+1
| | | | If you manually typed in a url in the qml webbrowser demo the browser stopped updating the url bar with the current page your are on.
* Update examples for new SQL API.Warwick Allison2009-11-181-22/+10
|
* Partial fix for QTBUGT-5845Warwick Allison2009-11-171-7/+8
|