summaryrefslogtreecommitdiffstats
path: root/demos/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Add/delete albums in photoviewer.Yann Bodson2010-03-175-24/+95
|
* Import "content" with as qualifier to support network without qmldirmae2010-03-151-5/+5
|
* Small fixes to photoviewer demoYann Bodson2010-03-152-12/+14
|
* Add busy indicator to photoviewer demoYann Bodson2010-03-155-2/+18
|
* Add new declarative photoviewer demoYann Bodson2010-03-1212-0/+354
|
* Replace QDeclarativeContext::addDefaultObject() -> setContextObject()Aaron Kennedy2010-03-111-1/+1
| | | | It is faster and easier to use to just support a single context object.
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-114-0/+4
|\
| * Move particles in their own plugin (Qt.labs.particles)Yann Bodson2010-03-114-0/+4
| | | | | | | | Task-number: QT-2846
* | Truncate title at right if too long (cannot currently ElideRight and center).Warwick Allison2010-03-111-3/+1
|/
* Document - and use - the qmlRegisterXXX template functionsmae2010-03-101-3/+2
| | | | This commit removes the obsolete QML_REGISTER_TYPE macros.
* Use no-version-specified to mean any version (used to work, fixed again,Warwick Allison2010-03-102-13/+13
| | | | was only working with -1.-1 which looks silly)
* 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.
* Fixed declarative demos not being installed.Rohan McGovern2010-03-087-0/+91
|
* Fix Samegame.Michael Brasser2010-03-031-1/+1
|
* Add minehunt READMEAlan Alpert2010-03-021-0/+3
|
* Refactor demosAlan Alpert2010-03-0236-5/+15
| | | | Samegame and Twitter are now trying the new naming convention.
* Rewrite Minehunt demo to use the runtime.Alan Alpert2010-03-0218-148/+62
|
* Fix zooming (broke with transformOrigin default change).Warwick Allison2010-03-021-0/+1
| | | | Task-number: QTBUG-5845
* Move WebView to an extension plugin.Warwick Allison2010-03-023-0/+3
| | | | | | | | Using WebView now requires: import org.webkit 1.0 Task-number: QT-2995
* follow syntax changeWarwick Allison2010-03-021-1/+1
|
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAaron Kennedy2010-03-023-21/+24
|\ | | | | | | | | | | 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'.
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAlan Alpert2010-03-019-66/+72
| |\
| | * Fix position of image in detail view in flickr-mobileYann Bodson2010-03-011-4/+1
| | |
| * | 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-0217-30/+29
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Set correct transformOrigin.Martin Jones2010-03-011-0/+1
| |
* | Fix position of image in detail view.Martin Jones2010-03-011-3/+1
| |
* | 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
|