summaryrefslogtreecommitdiffstats
path: root/examples/declarative
Commit message (Expand)AuthorAgeFilesLines
* doc: Fixed several qdoc errors.Martin Smith2010-03-091-0/+1
* 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
|/
* 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
* Make sure currentIndex is updated when view is flicked.Martin Jones2010-03-031-0/+1
* make example work againmae2010-03-032-5/+5
* 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
* | 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
|\ \ | |/
| * Move WebView to an extension plugin.Warwick Allison2010-03-029-1/+9
| * Example of text focus.Warwick Allison2010-03-021-0/+83
* | Example of text focus.Warwick Allison2010-03-021-0/+83
* | 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
| |\
| | * 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
| |/ /
* | | Add docs and tests for WorkerListModel.Bea Lam2010-03-022-0/+47
| |/ |/|
* | Make SameGame tutorials share imagesAlan Alpert2010-03-0126-15/+15
|/
* Change Connection syntax as per QT-2822.Warwick Allison2010-02-261-2/+2
* Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-267-12/+12
* Introduced QDeclarativeExtensionPlugin::registerTypes(uri).Roberto Raggi2010-02-251-3/+2
* Add simple Package example.Martin Jones2010-02-252-0/+79
* Connections example could be turned incorrectlyYann Bodson2010-02-251-8/+4
* Add subdirs .pro for examples/declarative/extendingAaron Kennedy2010-02-242-0/+14
* Add an "asynchonous" property to Image.Martin Jones2010-02-241-0/+1
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-2446-129/+129
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-2324-94/+103
|\
| * Get rid of the useless import 'files'Roberto Raggi2010-02-231-1/+0
| * Fixed the install rules for the QML plugins example.Roberto Raggi2010-02-231-11/+14
| * Added the qmldir file for declarative plugins exampleThorbjørn Lindeijer2010-02-231-0/+2
| * Get rid of QmlModulePlugin.Roberto Raggi2010-02-237-11/+16
| * Updates all qml examples/demos to use the easing curve value type syntaxLeonardo Sobral Cunha2010-02-2313-75/+77
| * Remove QmlView::execute(). QmlView::setSource() does it all now.Martin Jones2010-02-232-4/+2
* | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls.Warwick Allison2010-02-2330-47/+58
|/
* Updated based on change to transformOrignNigel Hietala2010-02-225-0/+5
* Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-2225-57/+156
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-2241-57/+57
* Fix dynamic exampleAlan Alpert2010-02-191-0/+1
* More strict type checking of ListElement properties.Warwick Allison2010-02-192-3/+3