aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | Moved meta-type id members to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-311-9/+9
* | | Move property caches from QQmlCompiledData to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-311-5/+5
* | | Get rid of QQmlCompiledData::rootPropertyCache memberSimon Hausmann2016-05-241-5/+5
* | | V4: make QQmlEnginePrivate::dereferenceScarceResources inlinable.Erik Verbruggen2016-04-211-22/+10
* | | Add delayed property to Binding.Michael Brasser2016-04-081-0/+1
* | | Merge remote-tracking branch 'origin/5.7' into devSimon Hausmann2016-04-081-20/+1
|\| |
| * | QML: add some hot-path hints for the compiler.Erik Verbruggen2016-04-051-1/+1
| * | QML: allow more methods to get inlined.Erik Verbruggen2016-04-051-19/+0
* | | Remove Windows CE.Friedemann Kleint2016-03-101-12/+10
* | | QtLite: no_network option for QtDeclarativePaolo Angelelli2016-03-041-18/+20
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-02-241-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-191-2/+2
| |\|
| | * Revert "Fix crash on QQmlEngine destruction."Robin Burchell2016-02-171-2/+2
* | | Expose Qt.application.fontMitch Curtis2016-02-231-0/+5
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-221-1/+1
|\|
| * Doc: typo fixJoerg Bornemann2016-01-121-1/+1
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | tvOS supportMike Krus2016-01-011-0/+1
* | Support debugging and profiling for pure QJSEnginesUlf Hermann2015-12-151-8/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-071-1/+1
|\|
| * Make property interceptors work on alias properties againLars Knoll2015-11-261-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-211-0/+3
|\|
| * 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
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-031-0/+4
|\| |
| * | Doc: added required include statement QtQmlNico Vertriest2015-10-301-0/+4
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-4/+7
|\| |
| * | 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
* | | Add enabled property to the QML Connections elementDan Cape2015-09-091-0/+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