summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeengine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix auto testmae2010-03-171-8/+8
* Fix type lookup with urlmae2010-03-171-8/+8
* Add an implicit import "." to types loaded from a local urlmae2010-03-171-0/+1
* One url for an *unqualilfied* import is not special.Warwick Allison2010-03-171-1/+2
* Optimization: Reduce unnecessary QObject allocationsAaron Kennedy2010-03-171-17/+16
* Optimization: Combine QDeclarativeDeclarativeData and QObject allocationsAaron Kennedy2010-03-171-1/+4
* Fixes for the module importmae2010-03-161-38/+110
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-161-70/+123
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-161-5/+6
| |\
| | * Fix regression from previous commitmae2010-03-151-5/+6
| * | Little more doc on QabstractItemModel and QML.Martin Jones2010-03-151-2/+4
| |/
| * Remove Qt.closestAngle().Michael Brasser2010-03-121-20/+0
| * Fix importing qml modules from rcc resourcesmae2010-03-111-39/+48
| * Document - and use - the qmlRegisterXXX template functionsmae2010-03-101-5/+5
| * when loading debug import plugins on Mac, try with _debug.dylib suffixmae2010-03-101-0/+3
| * Merge remote branch 'qt/4.7' into qml-4.7Qt Continuous Integration System2010-03-101-6/+4
| |\
| | * doc: Fixed several qdoc errors.Martin Smith2010-03-091-2/+2
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-081-4/+2
| | |\
| | | * 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