summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeextensionplugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Updates to the module documentationmae2010-04-141-4/+8
|
* doc: Fixed three new qdoc errors.Martin Smith2010-03-111-0/+3
|
* doc: Fixed several qdoc errors.Martin Smith2010-03-091-1/+1
|
* Introduced QDeclarativeExtensionPlugin::registerTypes(uri).Roberto Raggi2010-02-251-2/+14
| | | | | | Now, you have to reimplement registerTypes(uri) to expose native QML types, and initializeEngine(engine,uri) to add instances to the QML engine's root context.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+87
QDeclarativeXXX.