summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Rename QDeclarativeGraphics_setParent_noEvent QDeclarative_setParent_noEventMartin Jones2010-03-014-5/+5
* Fixed private header include style to work when headers are installed.Rohan McGovern2010-03-011-1/+1
* Merge remote branch 'origin/master' into 4.7Thiago Macieira2010-02-27156-10083/+11063
|\
| * DocAaron Kennedy2010-02-262-13/+150
| * Polish QDeclarativeProperty APIAaron Kennedy2010-02-265-58/+126
| * Remove unnecessary QDeclarativeProperty::Type enum valuesAaron Kennedy2010-02-263-22/+43
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-2534-1259/+1395
| |\
| | * Protect against double initialization.Roberto Raggi2010-02-252-6/+20
| | * Fix compilation due to enabling of QStringBuilder throughoutThiago Macieira2010-02-251-1/+1
| | * Don't look for contextual keywords when defining properties.Roberto Raggi2010-02-253-632/+658
| | * Introduced QDeclarativeExtensionPlugin::registerTypes(uri).Roberto Raggi2010-02-255-6/+29
| | * Rename QDeclarativeMetaProperty -> QDeclarativePropertyAaron Kennedy2010-02-2524-226/+225
| | * Introduced alternative syntax for defining QML bindings.Roberto Raggi2010-02-257-1000/+1072
| | * Make more private QDeclarativeMetaProperty methods privateAaron Kennedy2010-02-2511-69/+71
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-254-29/+27
| |\ \ | | |/
| | * Tweak QDeclarativeMetaProperty type category APIAaron Kennedy2010-02-254-29/+27
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-2524-653/+635
| |\ \ | | |/
| | * Remove QDeclarativeMetaProperty::AttachedAaron Kennedy2010-02-253-40/+13
| | * Remove QDeclarativeMetaProperty::createProperty() methodAaron Kennedy2010-02-252-106/+86
| | * Move private QDeclarativeMetaProperty functions into the private classAaron Kennedy2010-02-255-34/+49
| | * Make QML_REGISTER...TYPE functions unnecessary (still exist for now).Warwick Allison2010-02-251-13/+13
| | * Add support for qml imports directory in configure, qmake, and qmlenginemae2010-02-241-7/+12
| | * Build fix when using <QtDeclarative> include.Alexis Menard2010-02-241-0/+3
| | * Make QDeclarativeMetaType and QDeclarativeType privateAaron Kennedy2010-02-2411-23/+27
| | * Fixup tests after QDeclarative class renamesAaron Kennedy2010-02-241-1/+1
| | * Simplify QML element registration headersAaron Kennedy2010-02-2412-314/+316
| * | Automatically connect to signals "onFooChanged" if property is "foo".Bea Lam2010-02-253-25/+14
| |/
| * 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-24148-6924/+6924
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-2411-6/+16
| |\
| | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-2410-3/+14
| | |\
| | | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-2410-3/+14
| | | |\
| | * | | 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-2332-433/+1092
| |\ \ \ | | |/ /
| | * | Added missing destructor to QmlExtensionInterface.Roberto Raggi2010-02-231-0/+1
| | * | Merge branch 'qtruntime'Roberto Raggi2010-02-2310-200/+722
| | |\ \
| | | * | 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-2323-246/+384
| | | |\ \
| | | * | | Load QML extensions.Roberto Raggi2010-02-227-25/+62
| | | * | | Document the QmlExtensionPlugin interface.Roberto Raggi2010-02-223-0/+157
| | | * | | Merge remote branch 'origin/master' into qtruntimeRoberto Raggi2010-02-2232-747/+731
| | | |\ \ \
| | | * | | | 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
| | * | | | | Fix build on solarisAlan 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