summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeengine.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Protect against double initialization.Roberto Raggi2010-02-251-5/+19
|
* Fix compilation due to enabling of QStringBuilder throughoutThiago Macieira2010-02-251-1/+1
|
* Introduced QDeclarativeExtensionPlugin::registerTypes(uri).Roberto Raggi2010-02-251-2/+10
| | | | | | 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.
* Rename QDeclarativeMetaProperty -> QDeclarativePropertyAaron Kennedy2010-02-251-2/+1
| | | | There's nothing meta about our properties.
* Add support for qml imports directory in configure, qmake, and qmlenginemae2010-02-241-7/+12
|
* Make QDeclarativeMetaType and QDeclarativeType privateAaron Kennedy2010-02-241-3/+2
|
* Simplify QML element registration headersAaron Kennedy2010-02-241-0/+12
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+1901
QDeclarativeXXX.