aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make QQmlPropertyCache available in QJSEngineSimon Hausmann2014-12-291-19/+1
* Prepare for QQmlPropertyCache to become available in QJSEngineSimon Hausmann2014-12-291-1/+1
* Replace usage of stdout for debug output by qDebugErik Verbruggen2014-12-191-5/+5
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-0/+6
|\
| * Document Qt.application.supportsMultipleWindows property.Mitch Curtis2014-11-251-0/+6
* | May it rest in pieces.Robin Burchell2014-12-091-1/+0
* | QmlDebug: Provide public method for starting a debug serverUlf Hermann2014-12-051-0/+20
* | Mark parameter to QQmlDebuggingEnabler as unused if it isn't used.Ulf Hermann2014-12-051-0/+2
* | Update qml to use new QMetaType::registerNormalizedType signatureJędrzej Nowacki2014-11-181-4/+0
|/
* QmlEngine: Use separate mutex for network access managerKai Koehne2014-10-231-2/+2
* Fix a PIDLIST_ABSOLUTE leak in QQmlEngine on WindowsJocelyn Turcotte2014-10-221-1/+5
* Cleaned up the documentation for QQmlEngine::ObjectOwnership.Kavindra Palaraja2014-09-161-34/+30
* Fixed documentation for QQmlEngine::ObjectOwnership.Kavindra Palaraja2014-09-161-1/+1
* Doc: Fix link to Qt namespacev5.4.0-alpha1Topi Reinio2014-09-051-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-1/+1
|\
| * Fix crash on QQmlEngine destruction.Andrew den Exter2014-07-031-1/+1
* | Avoid race condition in QQmlEngine on shutdown.Gunnar Sletta2014-07-041-0/+2
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-021-6/+3
|\|
| * Fix intermittent crash with older MinGW releasesRobin KAY2014-06-271-6/+3
* | Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-06-131-0/+1
|\|
| * Fix bindings to when property of States not always workingSimon Hausmann2014-06-041-0/+1
* | Javascript heap profilerUlf Hermann2014-06-061-3/+3
|/
* Remove V8 profiler serviceUlf Hermann2014-05-091-2/+0
* Fix build on older MinGWKonstantin Ritt2014-03-271-1/+14
* Static plugins: support loading static plugins from several enginesRichard Moe Gustavsen2014-03-131-1/+1
* Remove old compiler and VMESimon Hausmann2014-03-071-4/+2
* Switch the code path from the old compiler and VME to the new code pathSimon Hausmann2014-03-061-3/+1
* Combine the source file, line and column number triplet in a common structureSimon Hausmann2014-03-041-5/+5
* Document qmlContext() and qmlEngine().Mitch Curtis2014-03-041-0/+6
* [new compiler] Fix qquickanimation test crashSimon Hausmann2014-03-021-1/+1
* Add dedicated QML profiler and adapterUlf Hermann2014-02-151-1/+7
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-111-2/+2
|\
| * [Regression] Fix lazy binding evaluationSimon Hausmann2014-02-061-2/+2
* | Add a debug service for controlling qml enginesUlf Hermann2014-02-101-0/+2
* | Unify the interface for QQmlDebugServicesUlf Hermann2014-02-051-7/+7
* | Change QQmlProfilerService::instance to be a getterUlf Hermann2014-01-291-1/+1
* | Rename V8 profiler classes to V4Ulf Hermann2014-01-231-2/+2
* | fix whitespaceOswald Buddenhagen2014-01-221-1/+1
|/
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-121-1/+1
|\
| * Revert "Revert ffaf39e9a7f11d4e2800b3b37160a2a952795614"Alan Alpert2013-12-041-1/+1
* | Windows: Use Shell API for checking file case correctness.Friedemann Kleint2013-12-101-8/+26
* | Remove old qml object creation profilingUlf Hermann2013-11-291-8/+0
* | Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-281-0/+10
* | Merge branch 'release' of ssh://codereview.qt-project.org/qt/qtdeclarative in...Simon Hausmann2013-11-261-4/+17
|\|
| * Allow for QtQml and QtDeclarative to co-exist at run-timeSimon Hausmann2013-11-251-4/+17
* | Fix crash on QQmlEngine destruction.Robin Burchell2013-11-251-1/+1
|/
* Revert ffaf39e9a7f11d4e2800b3b37160a2a952795614Alan Alpert2013-11-131-1/+1
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-1/+0
* Delay calculation of offline storage path as long as is practically possible.Robin Burchell2013-10-081-6/+10