summaryrefslogtreecommitdiffstats
path: root/examples/declarative
Commit message (Collapse)AuthorAgeFilesLines
* sourceWidth/sourceHeight -> sourceSizeWarwick Allison2010-03-261-12/+11
|
* Control of image rendered size (esp. SVG).Warwick Allison2010-03-262-0/+70
| | | | | | | Add Translate transform. Image::sourceWidth and Image::sourceHeight read/write properties. Task-number: QTBUG-8984
* Qt.Infinite -> Animation.InfiniteMichael Brasser2010-03-2512-21/+21
| | | | | Too misleading to have on the Qt object, as it only means infinite for animation loops.
* Replace Animation's repeat property with loops.Michael Brasser2010-03-2512-21/+21
| | | | | You can now loop a fixed number of times as well as forever. The old repeat behavior (loop forever) can be acheived with loops: Qt.Infinite.
* Remove support for QML-in-HTML-in-WebViewWarwick Allison2010-03-243-119/+0
| | | | Currently, this feature too prone to accidental misuse and abuse.
* Show loading progressWarwick Allison2010-03-233-2/+21
| | | | Task-number: QTBUG-9260
* Deprecate inline Script {} blocksAaron Kennedy2010-03-225-194/+43
| | | | | | | | Inline blocks/includes have been replaced with an import syntax: import "foo.js" as Foo this gives better separation between QML and code. Imported script blocks also have a mandatory qualifier, which leads to better optimization potential.
* Fix examples after 47fb07c9fdf47584ae55f3412102bbeef5576b04.Yann Bodson2010-03-187-0/+0
|
* Fix documentationmae2010-03-162-4/+4
|
* add alan's tic-tac-toe AImae2010-03-163-7/+151
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-1616-47/+50
|\ | | | | | | | | | | Conflicts: src/declarative/qml/qdeclarativeengine.cpp tests/auto/declarative/qdeclarativelistmodel/tst_qdeclarativelistmodel.cpp
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-111-2/+2
| |\
| | * Add a positioning 'mode' to positionViewAtIndex()Martin Jones2010-03-111-2/+2
| | | | | | | | | | | | Provides more control over where and how the view is positioned.
| * | Move particles in their own plugin (Qt.labs.particles)Yann Bodson2010-03-113-0/+3
| |/ | | | | | | Task-number: QT-2846
| * Document - and use - the qmlRegisterXXX template functionsmae2010-03-1010-44/+43
| | | | | | | | This commit removes the obsolete QML_REGISTER_TYPE macros.
| * Merge remote branch 'qt/4.7' into qml-4.7Qt Continuous Integration System2010-03-101-0/+1
| |\ | | | | | | | | | | | | Conflicts: src/declarative/util/qdeclarativestateoperations.cpp
| | * doc: Fixed several qdoc errors.Martin Smith2010-03-091-0/+1
| | |
| * | Oooops --- revert wrong commitmae2010-03-101-1/+1
| |/
* | Remove WorkerListModel and integrate its functionality into ListModel.Bea Lam2010-03-162-1/+1
|/ | | | Task-number: QT-2829
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-0814-1/+107
|\
| * Fixed declarative examples not being installed.Rohan McGovern2010-03-0814-1/+107
| |
* | Add Flipable example.Bea Lam2010-03-083-0/+37
|/ | | | Task-number: QT-2824
* Make compile following QDeclarativeMetaProperty renamingBea Lam2010-03-084-8/+8
|
* Delete uninspiring example.Yann Bodson2010-03-051-46/+0
|
* Use new enum syntax for value types.Yann Bodson2010-03-051-11/+11
|
* More declarative examples cleanup.Yann Bodson2010-03-053-20/+24
|
* Improve declarative tabs example.Yann Bodson2010-03-052-33/+60
|
* declarative examples cleanupYann Bodson2010-03-057-40/+12
|
* Remove Qt.playSound()Michael Brasser2010-03-041-4/+8
| | | | Use SoundEffect instead.
* Make sure currentIndex is updated when view is flicked.Martin Jones2010-03-031-0/+1
| | | | Task-number: QTBUG-8396
* make example work againmae2010-03-032-5/+5
| | | | | The code is now a bit on the imperative side, but that was the only working solution to remove the binding loops.
* More renaming: MouseRegion -> MouseAreaYann Bodson2010-03-033-3/+3
|
* Merge branch 'master' into 4.7Yann Bodson2010-03-035-0/+311
|\
| * add colorbrowser qml exampleYann Bodson2010-03-035-0/+311
| | | | | | | | This example shows how to use qml packages to animate between pathview, gridview and listview.
* | Add import Qt.widgets 4.6 to layout.qml exampleJoona Petrell2010-03-031-1/+1
| |
* | Adapted example to use the import mechanismmae2010-03-025-31/+40
| |
* | Merge branch 'master' into 4.7Warwick Allison2010-03-029-1/+9
|\ \ | |/ | | | | | | Conflicts: tests/auto/declarative/qdeclarativegridview/tst_qdeclarativegridview.cpp
| * Move WebView to an extension plugin.Warwick Allison2010-03-029-1/+9
| | | | | | | | | | | | | | | | Using WebView now requires: import org.webkit 1.0 Task-number: QT-2995
| * Example of text focus.Warwick Allison2010-03-021-0/+83
| | | | | | | | Task-number: QT-448
* | Example of text focus.Warwick Allison2010-03-021-0/+83
| | | | | | | | Task-number: QT-448
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-0230-325/+66
|\ \ | |/
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAaron Kennedy2010-03-0227-27/+31
| |\ | | | | | | | | | | | | | | | Conflicts: demos/declarative/minehunt/main.cpp demos/declarative/minehunt/minehunt.qml
| | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlYann Bodson2010-03-0126-15/+15
| | |\
| | * | use ParentAnimationYann Bodson2010-03-011-12/+16
| | | |
| * | | Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-0229-313/+50
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Add docs and tests for WorkerListModel.Bea Lam2010-03-022-0/+47
| |/ |/| | | | | Task-number: QT-2807
* | Make SameGame tutorials share imagesAlan Alpert2010-03-0126-15/+15
|/ | | | | | | | | It's a bit of a waste to have four copies of all of the images. And as an advanced tutorial throwing in a minor complication like this is probably beneficial. Additionally, the background has been replaced by a smaller JPEG version.
* Change Connection syntax as per QT-2822.Warwick Allison2010-02-261-2/+2
|
* Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-267-12/+12
| | | | A viewport is the thing you look through, not what you look at.
* Introduced QDeclarativeExtensionPlugin::registerTypes(uri).Roberto Raggi2010-02-251-3/+2
| | | | | | Now, you have to reimplement registerTypes(uri) to expose native QML types, and initializeEngine(engine,uri) to add instances to the QML engine's root context.