summaryrefslogtreecommitdiffstats
path: root/examples/declarative
Commit message (Expand)AuthorAgeFilesLines
* Example of text focus.Warwick Allison2010-03-021-0/+83
* 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
| |\
| | * Make SameGame tutorials share imagesAlan Alpert2010-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
|/
* 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
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-1855-55/+55
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-1654-54/+54
| |\
| | * Fix copyright year.Jason McDonald2010-02-1654-54/+54
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-1820-37/+37
|\ \ \
| * | | Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-1820-37/+37
* | | | QmlView API review. See QmlChanges.txt for details.Martin Jones2010-02-182-2/+2
|/ / /
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into master-integra...Qt Continuous Integration System2010-02-174-0/+135
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-161-1/+2
| |\ \ | | |/
| * | Add QmlImageProvider to allow asynchronous access to images.Martin Jones2010-02-164-0/+135
* | | fix line endingsOswald Buddenhagen2010-02-163-98/+98
| |/ |/|
* | Compile fix for OSX.Roberto Raggi2010-02-121-1/+2
|/
* Removed "running: true" for animations used as propertyvaluesourceLeonardo Sobral Cunha2010-02-1112-20/+19
* Disallow ids that start with uppercase letters and update docs andBea Lam2010-02-0312-37/+37
* Fix QList<QObject*> as a model. Add docs and example.Martin Jones2010-02-016-0/+252
* Update advanced tutorial with new imagesAlan Alpert2010-02-018-0/+0
* Don't use statics for type definition, at least for plugin modules.Warwick Allison2010-02-011-1/+6
* Replace FreeMono by OCRA fontKai Koehne2010-01-223-1/+1
* Remove samegame README (mentioned images have been replaced)Kai Koehne2010-01-221-10/+0
* Copy updated images from demos/samegame to samegame tutorialKai Koehne2010-01-225-0/+0
* Fix examples/declarative/plugins exampleAlan Alpert2010-01-191-1/+2
* Allow QML types defined in both C++ and QML files to be in the same module.Warwick Allison2010-01-089-31/+135
* Load qmlmodules plugins.Warwick Allison2010-01-074-0/+136
* Remove loader. Its functionality is now available in qmlviewer.Martin Jones2009-12-2212-1086/+0