summaryrefslogtreecommitdiffstats
path: root/examples/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the install rules for the QML plugins example.Roberto Raggi2010-02-231-11/+14
| | | | | | | | Install the QML components in $[QT_INSTALL_EXAMPLES]/declarative/plugins/com/nokia/TimeExample and the source files in $[QT_INSTALL_EXAMPLES]/declarative/plugins/
* 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
| | | | Task-number: QT-2538
* 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
| | | | | | | | As a value type QmlListProperty doesn't consume any memory in the object. It also has a companion QmlListReference class that is part of the public API for C++ developers to interact with that also manages memory issues that existed with previous solutions (if the containing QObject was destroyed it left a dangling pointer).
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-2241-57/+57
|
* Fix dynamic exampleAlan Alpert2010-02-191-0/+1
| | | | Dynamic property creation appears to have been restricted.
* More strict type checking of ListElement properties.Warwick Allison2010-02-192-3/+3
| | | | Task-number: QTBUG-6203
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-1855-55/+55
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-02-1654-54/+54
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (42 commits) doc: Fixed some qdoc errors. doc: Fixed some qdoc errors. Fix copyright year. Fix broken license headers. doc: Fixed some qdoc errors. Reusing sheets on Mac OS X 10.5 & above shows painting artifacts. doc: Fixed some qdoc errors. QNetworkAccessManager: add method to send custom requests doc: Fixed some qdoc errors. Optimization: Avoid calling out to public API function Mac: submenu shows up at the wrong position Add operator< and qHash for QSharedPointer and fix operator-. Don't use QSystemLocale if QT_NO_SYSTEMLOCALE (like QWS) Don't use QSystemLocale if QT_NO_SYSTEMLOCALE (like QWS) Optimized QLocale to access system locale on demand. Fix QRegion under Mac OS X. update according to Thiago's comments. Changes: add functionality for dbus auto start to qt Add license header to this file readdir64 is not available on HP-UX ...
| | * Fix copyright year.Jason McDonald2010-02-1654-54/+54
| | | | | | | | | | | | Reviewed-by: Trust Me
* | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2/+2
|/ / /
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into ↵Qt Continuous Integration System2010-02-174-0/+135
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-qml: (47 commits) Add missing NOTIFY signals to various QML item class properties Fix currentIndex after itemsMoved() qmlviewer: build on symbian Revert "Replace QList<>* support with QmlListProperty" Declare QmlXmlListModelRole meta type before any code uses it. Make compile on Symbian (call Q_DECLARE_METATYPE earlier) Conditionally link webkit on wince Revert "Run dos2unix on these files." Expose LayoutItem documentation Fix palette on the N900 Fix QTBUG-8090, improve original patch effectiveness. Replace QList<>* support with QmlListProperty Run dos2unix on these files. Remove standalone QmlDebugger. It is now only available through the Mobility 404 Fix crash in QmlMetaProperty that could occur when using value-type QML binding optimizer crash QML binding optimizer crash Fix crash in QML binding optimizer Don't delete binding directly ...
| * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | Setting an image source to image://providerid/imageid will pass the request for imageid to the provider registered for providerid. QmlImageProvider::request() is run in a low priority thread, so the main thread is not blocked while the image is loaded/rendered. Reviewed-by: Aaron Kennedy
* | | fix line endingsOswald Buddenhagen2010-02-163-98/+98
| |/ |/| | | | | get your git settings fixed, windows users!
* | Compile fix for OSX.Roberto Raggi2010-02-121-1/+2
|/
* Removed "running: true" for animations used as propertyvaluesourceLeonardo Sobral Cunha2010-02-1112-20/+19
| | | | | | This attribution is not necessary anymore since 923710196d6d5..., Reviewed-by: Michael Brasser
* Disallow ids that start with uppercase letters and update docs andBea Lam2010-02-0312-37/+37
| | | | | | examples accordingly. Task-number: QT-2786
* 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
| | | | | | Some of the images used in the example and documentation were still with the old graphics. This has been fixed so as to only use the new graphics.
* Don't use statics for type definition, at least for plugin modules.Warwick Allison2010-02-011-1/+6
| | | | Task-number: QT-2798
* 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
| | | | | | This allows projects which use the declarative module to add QML types through C++ modules, such that qmlviewer (or any QML) can import those types.
* Remove loader. Its functionality is now available in qmlviewer.Martin Jones2009-12-2212-1086/+0
|
* Allow a ListView.section.delegate to avoid creating sections in delegate.Martin Jones2009-12-161-15/+10
|
* Faster sections.Martin Jones2009-12-161-1/+2
|
* spring follows do not like to operate on "var" sourcesmae2009-12-141-1/+1
|
* Update FlowPositioner to the new BasePositioner implementationAlan Alpert2009-12-091-5/+0
|
* Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-12-091-9/+53
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Add a Flow positioner.Martin Jones2009-12-081-9/+53
| |
* | Update positioners exampleAlan Alpert2009-12-091-18/+2
|/
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-12-023-87/+2
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-12-022-3/+19
| |\ | | | | | | | | | into kinetic-declarativeui
| * | Remove qlistmodelinterface.h duplicateMartin Jones2009-12-023-87/+2
| | |
* | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-12-022-3/+19
|\ \ \ | | |/ | |/| | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-12-011-60/+0
| |\ \ | | |/ | | | | | | into kinetic-declarativeui
| * | Two way WorkerScript communicationsAaron Kennedy2009-11-302-3/+19
| | |
* | | When loading QML, reset the Browser view.Martin Jones2009-12-021-4/+17
| |/ |/|
* | Remove accidentally added file.Michael Brasser2009-12-011-60/+0
|/
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-11-301-7/+1
|\ | | | | | | into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-303-2/+3
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui