summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-1901/+0
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-241-0/+2
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-241-0/+2
| |\
| | * Merge remote branch 'origin/master'Thiago Macieira2010-02-231-14/+23
| | |\
| | * \ Merge remote branch 'origin/master'Thiago Macieira2010-02-201-8/+89
| | |\ \
| | * | | doc: Added "\since 4.7" to a bunch of declarative stuff.Martin Smith2010-02-191-0/+2
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-231-62/+196
|\ \ \ \ \ | |/ / / /
| * | | | Get rid of QmlModulePlugin.Roberto Raggi2010-02-231-1/+0
| * | | | Look for QML plugins in the paths specified in QML_PLUGIN_PATH env var.Roberto Raggi2010-02-231-4/+26
| * | | | Added QmlEnginePrivate::resolvePlugin.Roberto Raggi2010-02-231-3/+86
| * | | | Merge remote branch 'origin/master' into qtruntimeRoberto Raggi2010-02-231-1/+1
| |\ \ \ \
| | * | | | Make QmlBinding (and friends) privateAaron Kennedy2010-02-231-1/+1
| | | |_|/ | | |/| |
| * | | | Load QML extensions.Roberto Raggi2010-02-221-22/+45
| * | | | Merge remote branch 'origin/master' into qtruntimeRoberto Raggi2010-02-221-14/+24
| |\ \ \ \ | | |/ / /
| * | | | Introduced QmlEngine::importExtension.Roberto Raggi2010-02-221-1/+20
| * | | | Get rid of the unfriendly ImportedNamespace::isBuiltin flag.Roberto Raggi2010-02-191-27/+16
| * | | | Introduced a new parser for qmldir files.Roberto Raggi2010-02-191-18/+16
| | |_|/ | |/| |
* | | | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls.Warwick Allison2010-02-231-1/+13
| |/ / |/| |
* | | Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-221-14/+23
|/ /
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-2/+6
|\ \ | |/
| * Fix copyright year.Jason McDonald2010-02-161-1/+1
| * doc: Fixed some qdoc errors.Martin Smith2010-02-161-1/+5
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-161-0/+8
|\ \
| * | Move type initialization from global static initializers to QmlEngine constru...Warwick Allison2010-02-141-0/+8
| |/
* | Add QmlImageProvider to allow asynchronous access to images.Martin Jones2010-02-161-8/+81
|/
* Cleanup public QmlMetaType APIAaron Kennedy2010-02-121-7/+21
* CrashAaron Kennedy2010-02-101-0/+2
* Properly insert objects into the context's object listAlan Alpert2010-02-091-0/+1
* Remove old implicit module support.Warwick Allison2010-02-091-8/+6
* Document QtObjectAlan Alpert2010-02-081-0/+19
* Clean up QmlImageReader thread on engine destruction.Martin Jones2010-02-051-0/+2
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2010-02-031-8/+20
|\
| * Don't create one QNetworkAccessManager per XMLHttpRequestAaron Kennedy2010-02-031-15/+27
* | Really run image reader in its own thread.Martin Jones2010-02-031-14/+1
|/
* Don't use statics for type definition, at least for plugin modules.Warwick Allison2010-02-011-1/+3
* Move image network access into a separate thread, with decoding.Martin Jones2010-01-291-15/+47
* Harden binding optimizerAaron Kennedy2010-01-271-1/+0
* Compile with Qt 4.6.1Aaron Kennedy2010-01-201-3/+3
* Remove QByteArray constructor from QmlComponent.Michael Brasser2010-01-131-2/+4
* Fix and test version 0.0 installed imports.Warwick Allison2010-01-131-1/+1
* Improve efficiency and correctness of qHash(QUrl), and use it in DeclarativeWarwick Allison2010-01-121-2/+2
* unwarnWarwick Allison2010-01-111-1/+1
* Use URI, not modified URL when resolving type namesAaron Kennedy2010-01-111-2/+2
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2010-01-111-6/+5
|\
| * Must always ask factory loader, or else plugins will only load the second time.Warwick Allison2010-01-081-6/+5
* | Optimization: Cache compiled dynamic functionsAaron Kennedy2010-01-081-4/+1
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-01-081-9/+6
|\
| * Optimization: Improve property read speedAaron Kennedy2010-01-081-9/+6
* | Allow QML types defined in both C++ and QML files to be in the same module.Warwick Allison2010-01-081-45/+54
|/
* Load qmlmodules plugins.Warwick Allison2010-01-071-0/+12