aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix crash on QQmlEngine destruction."Robin Burchell2016-02-171-2/+2
* Doc: typo fixJoerg Bornemann2016-01-121-1/+1
* Make property interceptors work on alias properties againLars Knoll2015-11-261-1/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-171-0/+3
|\
| * Don't normalize the path via the shell if it is a qrc based pathAndy Shaw2015-11-101-0/+3
* | Doc: added required include statement QtQmlNico Vertriest2015-10-301-0/+4
* | Make QML composite types inherit attached propertiesJ-P Nurmi2015-10-091-3/+6
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-1/+1
|\|
| * Document that modifying the globalObject of QQmlEngine is not supportedMitch Curtis2015-09-091-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-9/+36
|\|
| * 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
* | qml: Avoid heap allocations due to QString::fromLatin1()Sérgio Martins2015-08-131-1/+1
* | Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-041-4/+4
* | Move debugger initialization out of QQmlDebugServer and QQmlEngineUlf Hermann2015-07-301-23/+1
* | Extract minimal interface from QQmlDebugServer and use it.Ulf Hermann2015-07-301-4/+4
* | Remove static proxy methods from QQmlDebugServiceUlf Hermann2015-07-291-2/+1
* | Add option to use a local socket for QML debuggingUlf Hermann2015-06-261-21/+0
* | Save another pointer in QQmlBoundSignalLars Knoll2015-06-181-1/+1
* | Get rid of QQmlAbstractBoundSignalLars Knoll2015-06-181-2/+2
* | Make bindings refcountedLars Knoll2015-06-101-8/+16
* | Remove more unused code from the QQmlEnginePrivateHolger Hans Peter Freyther2015-06-081-4/+3
* | doc: Remove uses of \mainclassMartin Smith2015-06-071-2/+0
* | QQmlData: Don't detach QObject::children list.Robin Burchell2015-06-071-1/+1
* | Fix build with QT_STRICT_ITERATORSSérgio Martins2015-05-151-14/+14
* | CleanupLars Knoll2015-04-261-2/+2
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-1/+10
|\|
| * Unregister types in the QMetaType system on unload.Robert Griebl2015-04-151-1/+10
* | Add QQuickAsyncImageProviderAlbert Astals Cid2015-03-261-0/+4
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-031-3/+8
|\|
| * 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
* | | Only heap allocate binding bits storage if needed.Aaron Kennedy2015-02-241-6/+28
|/ /
* | 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