aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't normalize the path via the shell if it is a qrc based pathAndy Shaw2015-11-101-0/+3
* Document that modifying the globalObject of QQmlEngine is not supportedMitch Curtis2015-09-091-1/+1
* Doc: added documentation to undocumented methodsNico Vertriest2015-08-041-0/+15
* Fix possible stack overflow with many property bindingsEskil Abrahamsen Blomfeldt2015-07-211-8/+20
* QtQml: Fix const correctness in old style castsThiago Macieira2015-07-091-1/+1
* Make argument to QQmlDebuggingEnabler::startTcpServer an enumUlf Hermann2015-06-101-7/+18
* Only heap allocate binding bits storage if needed.Aaron Kennedy2015-04-271-6/+28
* Unregister types in the QMetaType system on unload.Robert Griebl2015-04-151-1/+10
* QtQml: Micro-optimize iterator loops.Friedemann Kleint2015-02-261-2/+5
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+3
|\
| * Doc: add missing "winrt" & "winphone" to Qt.platform.osJ-P Nurmi2015-02-021-0/+2
| * Doc: fix Qt.platform.os since -tagJ-P Nurmi2015-02-021-1/+1
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | Expose QStyleHints as Qt.styleHintsJ-P Nurmi2015-01-171-0/+28
* | Further reduce v8engine dependenciesLars Knoll2015-01-081-2/+2
* | Allow importing protected modules with different major versionsJ-P Nurmi2015-01-081-1/+1
* | 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