summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* React to QAbstractItemModel::modelReset() signal.Martin Jones2010-02-2510-1/+54
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAlan Alpert2010-02-241-7/+12
|\
| * Add support for qml imports directory in configure, qmake, and qmlenginemae2010-02-241-7/+12
* | Fix building without the XmlPatterns ModuleAlan Alpert2010-02-241-0/+2
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAlan Alpert2010-02-241-0/+3
|\ \ | |/
| * Build fix when using <QtDeclarative> include.Alexis Menard2010-02-241-0/+3
* | Add QDeclarativeGraphicsWidget, a QGraphicsWidget version of QmlViewAlan Alpert2010-02-243-2/+574
* | Explain the onPropertyChanged pattern in the docs.Alan Alpert2010-02-241-0/+11
|/
* Make QDeclarativeMetaType and QDeclarativeType privateAaron Kennedy2010-02-2413-26/+30
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-2423-317/+328
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAaron Kennedy2010-02-241-1/+1
| |\
| | * Fix wrong property name in qdeclarativeitem docsLeonardo Sobral Cunha2010-02-241-1/+1
| * | Fixup tests after QDeclarative class renamesAaron Kennedy2010-02-241-1/+1
| * | Simplify QML element registration headersAaron Kennedy2010-02-2421-315/+326
| |/
* | Don't crash if the currentIndex is set while creating a delegate.Martin Jones2010-02-242-1/+5
|/
* Add an "asynchonous" property to Image.Martin Jones2010-02-248-58/+178
* Removed unnecessary update calls in qmlgraphicsitemLeonardo Sobral Cunha2010-02-241-4/+0
* Automatically connect to a notify signal if the requested signal isBea Lam2010-02-241-0/+10
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-24313-16161/+16161
* 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