aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix QQmlDelegateModel::object documentationPaolo Angelelli2018-01-181-5/+5
* Allow for currentQmlContext to be inlinedErik Verbruggen2018-01-182-6/+12
* Optimize QQmlProperty constructor for the common property caseSimon Hausmann2018-01-171-66/+70
* Speed up PropertyChange state applicationSimon Hausmann2018-01-172-0/+18
* Prevent a QVector detachErik Verbruggen2018-01-171-1/+1
* Revert "Allow canceling incubation"J-P Nurmi2018-01-176-49/+0
* Use a more optimized lookup for global propertiesLars Knoll2018-01-177-14/+23
* Have more bindingBits available inlineLars Knoll2018-01-172-43/+40
* Speed up V4 QML context creationSimon Hausmann2018-01-163-0/+6
* Optimizations for Repeater::clear() and ~QQmlItem()Lars Knoll2018-01-151-1/+1
* Fix crash when accessing a deleted objectMitch Curtis2018-01-111-0/+4
* Constify QObject* argument to QQmlData::wasDeleted()Mitch Curtis2018-01-111-4/+4
* Enable JIT on QNX7 for ARM64Samuli Piippo2018-01-111-1/+1
* Enable JIT on QNX for X86_64Adam Treat2018-01-111-1/+1
* Compile under QNX 7.0 with qcc 5.4 for instanceAdam Treat2018-01-091-1/+1
* Fix segfault on invalid property alias syntaxMitch Curtis2018-01-041-1/+5
* Doc: state that property aliases do not work with grouped propertiesMitch Curtis2018-01-041-7/+32
* Qml Profiling: Track signals globallyUlf Hermann2018-01-041-4/+10
* Allow QQmlComponent::loadUrl() to load absolute URLs with relative pathsMitch Curtis2018-01-042-13/+77
* Remove extra addrefMichael Brasser2017-12-291-1/+0
* Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-2121-60/+124
* Fix stack use after scope when calling overloaded constructorsSimon Hausmann2017-12-141-1/+1
* Add logging categories for GC statisticsLars Knoll2017-12-112-99/+70
* Restore a temporary QQmlInstanceModel::object() overloadJ-P Nurmi2017-12-011-0/+1
* Add a means to unregister custom qml typesAndy Shaw2017-12-012-0/+23
* QQmlDelegateModel: add incubationStatus(), and use it to determine 'requested...Richard Moe Gustavsen2017-11-305-0/+29
* QQmlIntanceModel: use QQmlIncubator::IncubationMode instead of bool to specif...Richard Moe Gustavsen2017-11-306-20/+19
* Check linked contexts for context objects being deletedUlf Hermann2017-11-281-1/+4
* Merge "Merge remote-tracking branch 'origin/5.9.3' into 5.9" into refs/stagin...Liang Qi2017-11-252-1/+11
|\
| * Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-232-1/+11
| |\
| | * Fix crash with dangling context object pointersAndy Shaw2017-11-141-0/+2
| | * Improve encapsulation of the the IR de-serialization from QtQuick CompilerSimon Hausmann2017-11-121-1/+9
* | | More fine-grained deferred property executionJ-P Nurmi2017-11-254-13/+113
* | | Re-enable QML memory profilingUlf Hermann2017-11-235-20/+44
|/ /
* | Don't reject plugin-only qmldir filesUlf Hermann2017-11-221-2/+2
* | Fix URL interception for qmldir filesUlf Hermann2017-11-223-17/+59
|/
* Prevent the QML engine from registering circular dependenciesErik Verbruggen2017-11-062-1/+10
* Fix crash with dangling context object pointersAndy Shaw2017-10-261-0/+2
* Return "qnx" for Qt.platform.os when appropriateLiang Qi2017-10-242-0/+3
* QQmlTypeLoader: Drain events before shutting down the threadUlf Hermann2017-10-201-10/+17
* Tell QQmlImportInstance::resolveType what kind of type we wantUlf Hermann2017-10-195-29/+66
* Fix execution of deferred propertiesJ-P Nurmi2017-10-186-31/+60
* Fix qdoc files to always use FDLKai Koehne2017-10-181-31/+18
* Fix outdated FDL license headerKai Koehne2017-10-1749-245/+245
* Fix outdated BSD license headerKai Koehne2017-10-17105-302/+1352
* Merge remote-tracking branch 'origin/5.9.2' into 5.9Liang Qi2017-10-062-3/+3
|\
| * QQmlTypeLoader: The profiler is a quintptr(0) if QT_NO_QML_DEBUGGINGUlf Hermann2017-09-271-2/+2
| * Merge 5.9 into 5.9.2Oswald Buddenhagen2017-09-254-41/+30
| |\
| * | Fix crash when using signal handlers on group propertiesThomas Hartmann2017-09-211-1/+1
* | | Simplify compilation unit tracking in the execution engineSimon Hausmann2017-10-064-5/+9