summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeengine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| | | * doc: Fixed some QML qdoc errors.Martin Smith2010-03-051-4/+2
| * | | Integrate QML's object ownership with the JS collectorAaron Kennedy2010-03-091-1/+61
| |/ /
* | | Remove WorkerListModel and integrate its functionality into ListModel.Bea Lam2010-03-161-1/+0
|/ /
* | Fix Qt.tint() algorithmAaron Kennedy2010-03-081-10/+6
* | Allow unquoted enum syntax for value typesAaron Kennedy2010-03-051-0/+1
|/
* Compile fix for winceThierry Bastian2010-03-041-3/+3
* Remove Qt.playSound()Michael Brasser2010-03-041-25/+0
* Add formatting functions to QML's global Qt object.Michael Brasser2010-03-041-0/+65
* system import path not supported with Qt 4.6.Warwick Allison2010-03-031-0/+4
* Build fix on windowsTobias Hunger2010-03-021-1/+1
* Fix qml import modules loading on Windowsmae2010-03-021-8/+20
* 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
* Rename QDeclarativeMetaProperty -> QDeclarativePropertyAaron Kennedy2010-02-251-2/+1
* 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 QDec...Warwick Allison2010-02-241-0/+1901