summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-2447-27/+124
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-2447-36/+134
| |\
| | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-2446-24/+122
| | |\
| | | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-231-1/+2
| | | |\
| | | | * Fix compilation with namespace.ck2010-02-231-1/+2
| | | * | Merge remote branch 'origin/master'Thiago Macieira2010-02-2387-1670/+1363
| | | |\ \ | | | | |/
| | | | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-231-2/+2
| | | | |\
| | | | | * Fix compilation with namespace.ck2010-02-221-2/+2
| | | * | | doc: Fixed some qdoc errors.Martin Smith2010-02-221-2/+2
| | | * | | Merge remote branch 'origin/master'Thiago Macieira2010-02-2095-1911/+2734
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | * | | doc: Added "\since 4.7" to a bunch of declarative stuff.Martin Smith2010-02-1945-18/+116
| * | | | | Disallow ids that start with upper case letters.Bea Lam2010-02-241-3/+2
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-241-12/+12
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-2330-426/+1156
| |\ \ \ \ \ | | |/ / / /
| * | | | | Fix illegal access in QmlStyledText and add auto testsMartin Jones2010-02-231-12/+12
* | | | | | docWarwick Allison2010-02-231-0/+8
* | | | | | Merge fix.Warwick Allison2010-02-231-1/+6
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-2352-716/+1706
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Added missing destructor to QmlExtensionInterface.Roberto Raggi2010-02-231-0/+1
| * | | | | Merge branch 'qtruntime'Roberto Raggi2010-02-2312-245/+774
| |\ \ \ \ \
| | * | | | | Get rid of QmlModulePlugin.Roberto Raggi2010-02-234-200/+0
| | * | | | | Look for QML plugins in the paths specified in QML_PLUGIN_PATH env var.Roberto Raggi2010-02-234-6/+31
| | * | | | | Added QmlEnginePrivate::resolvePlugin.Roberto Raggi2010-02-232-3/+92
| | * | | | | Merge remote branch 'origin/master' into qtruntimeRoberto Raggi2010-02-2344-488/+964
| | |\ \ \ \ \
| | * | | | | | Load QML extensions.Roberto Raggi2010-02-227-25/+62
| | * | | | | | Document the QmlExtensionPlugin interface.Roberto Raggi2010-02-223-0/+157
| | * | | | | | Compile.Roberto Raggi2010-02-221-2/+0
| | * | | | | | Merge remote branch 'origin/master' into qtruntimeRoberto Raggi2010-02-2285-1666/+1350
| | |\ \ \ \ \ \
| | * | | | | | | Introduced QmlEngine::importExtension.Roberto Raggi2010-02-222-1/+21
| | * | | | | | | Get rid of the unfriendly ImportedNamespace::isBuiltin flag.Roberto Raggi2010-02-191-27/+16
| | * | | | | | | Added QmlExtensionPlugin and QmlExtensionInterface.Roberto Raggi2010-02-194-2/+75
| | * | | | | | | Introduced a new parser for qmldir files.Roberto Raggi2010-02-194-20/+352
| | * | | | | | | Introduced the internal virtual method QmlView::setRootObject(object).Roberto Raggi2010-02-192-45/+54
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Fix build on solarisAlan Alpert2010-02-231-1/+1
| * | | | | | | Doc fixAlan Alpert2010-02-231-1/+1
| * | | | | | | More precise compiler errorsAlan Alpert2010-02-231-2/+2
| | |_|/ / / / | |/| | | | |
| * | | | | | String to enum conversion in value typesAaron Kennedy2010-02-235-12/+38
| * | | | | | Adds QmlEasingValueType to qmlLeonardo Sobral Cunha2010-02-235-123/+178
| * | | | | | Add missing NOTIFY signals to positioners, particles and webviewJoona Petrell2010-02-236-42/+161
| | |_|/ / / | |/| | | |
| * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-2327-260/+353
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-2327-233/+373
| | |\ \ \ \ \
| | | * | | | | QmlExpression API reviewAaron Kennedy2010-02-2312-65/+38
| | | * | | | | Make QmlBinding (and friends) privateAaron Kennedy2010-02-2318-164/+167
| | * | | | | | Doc fix.Bea Lam2010-02-231-2/+2
| | * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-23306-3008/+3090
| | |\ \ \ \ \ \
| | * | | | | | | Add XmlRole::isKey property for incremental data changes when reload()Bea Lam2010-02-231-29/+146
| * | | | | | | | Remove QmlView::execute(). QmlView::setSource() does it all now.Martin Jones2010-02-233-29/+37
| | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-232-17/+19
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | Add support for setting the root index when using a QAbstractItemModel.Martin Jones2010-02-232-4/+168
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls.Warwick Allison2010-02-2342-815/+285
| |/ / / / / |/| | | | |