aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* On network redirects, update finalUrl, not urlUlf Hermann2018-05-251-8/+11
* Fix QML context leak with visual data model and list property modelsSimon Hausmann2018-05-072-5/+13
* Fix crash when calling QQmlEngine::clearComponentCache()Simon Hausmann2018-04-106-61/+71
* Handle function expressions as signal handlersErik Verbruggen2018-03-281-0/+12
* Fix issue with bindings to aliases that cannot yet be resolvedErik Verbruggen2018-03-155-60/+100
* Fix memory leak with JS importsSimon Hausmann2018-02-092-0/+3
* Fix memory leak with deferred propertiesSimon Hausmann2018-02-061-1/+2
* Clean up manual refcounting of compilation unitsSimon Hausmann2018-02-064-13/+23
* Fix memory leak with value typesSimon Hausmann2018-02-021-0/+2
* Fix dead lock / race in QML type loader when importing pluginsSimon Hausmann2018-02-021-66/+84
* Disallow registration of types beginning with lowercase lettersMitch Curtis2018-01-311-0/+9
* Fix exposure of -1 as enum value in QML exposed C++ singletonsSimon Hausmann2018-01-311-10/+12
* 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
* Have more bindingBits available inlineLars Knoll2018-01-172-43/+40
* Constify QObject* argument to QQmlData::wasDeleted()Mitch Curtis2018-01-111-4/+4
* Allow QQmlComponent::loadUrl() to load absolute URLs with relative pathsMitch Curtis2018-01-041-13/+19
* Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-216-39/+56
* Add a means to unregister custom qml typesAndy Shaw2017-12-012-0/+23
* 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-251-1/+9
|\
| * Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-231-1/+9
| |\
| | * 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
|/ /
* | 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
* QQmlTypeLoader: The profiler is a quintptr(0) if QT_NO_QML_DEBUGGINGUlf Hermann2017-09-271-2/+2
* Fix behaviors not working when sub-types declare propertiesSimon Hausmann2017-09-221-0/+2
* Fix qmlClearTypeRegistrations() not dropping all registrationsSimon Hausmann2017-09-192-0/+9
* Fix qml cache invalidation when changing dependent C++ registered QML singletonsSimon Hausmann2017-09-123-0/+25
* Remove temporary allocations during type cleanupSimon Hausmann2017-09-081-1/+1
* Get rid of the root object index variableSimon Hausmann2017-09-082-3/+3
* Fix crash with dangling context object pointersSimon Hausmann2017-09-081-0/+2
* Fix crashes with closures created in QML componentsLars Knoll2017-09-068-78/+183
* Qml Tooling: Replace bare pointers with QScopedPointerUlf Hermann2017-09-062-11/+12
* QmlProfiler: Avoid race conditions in QQmlTypeLoaderUlf Hermann2017-09-052-4/+25
* Update doc to clarify the slot parameter for connectNotifySignalAndy Shaw2017-08-251-0/+3
* Fix memory corruption with type trimmingSimon Hausmann2017-08-232-4/+4
* Small cleanupLars Knoll2017-08-231-2/+1
* Cleanup obsolete TODO in source codeLars Knoll2017-08-231-3/+0
* Clean up void * usageLars Knoll2017-08-235-13/+16