aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Remove old pre-QFileSystemEngine-rewrite codeErik Verbruggen2018-05-281-9/+1
* On network redirects, update finalUrl, not urlUlf Hermann2018-05-231-8/+11
* Fix change-of-sign warningThiago Macieira2018-05-231-1/+1
* Fix .import within .js files with CONFIG+=qtquickcompilerSimon Hausmann2018-05-111-4/+1
* Fix loading of composite singletons from resourcesSimon Hausmann2018-05-083-8/+9
* Fix QML context leak with visual data model and list property modelsSimon Hausmann2018-04-302-5/+13
* Fix qmlInfo and friends for anonymous componentsSimon Hausmann2018-04-271-2/+2
* Normalize URL before loading typesErik Verbruggen2018-04-272-10/+24
* Clarify ownership around QQmlEngine::setNAMFMÃ¥rten Nordheim2018-04-261-0/+2
* Fix memory leak when calling instanceof on QML itemsSimon Hausmann2018-04-171-0/+1
* Fix calling Qt.binding() on bound functionsLars Knoll2018-04-167-26/+76
* Fix XMLHttpRequest when used with QQmlEngine::evaluateSimon Hausmann2018-04-091-30/+32
* Fix crash when QML engine warning handler feeds errors back into QMLSimon Hausmann2018-04-096-33/+15
* Allow for QQmlData::set*Bit and clear*Bit to be inlinedErik Verbruggen2018-04-062-66/+70
* Fix QQmlExpression::hasError()/error() on syntax errorsSimon Hausmann2018-03-272-9/+10
* add qmlRegisterModule to all QML plugins (QUIP 99)Shawn Rutledge2018-03-211-0/+6
* Add a feature for DelegateModelUlf Hermann2018-03-211-0/+4
* Simplify handling of function expressions as signal handlersMichael Brasser2018-03-212-8/+12
* Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-204-10/+80
* Handle function expressions as signal handlersErik Verbruggen2018-03-201-0/+8
* Fix assigning objects to QJSValue propertiesSimon Hausmann2018-03-201-0/+12
* Fix crash when calling QQmlEngine::clearComponentCache()Simon Hausmann2018-03-196-61/+71
* Reduce the overhead of type loader lockingSimon Hausmann2018-03-164-14/+15
* When deactivating a loader, do not immediately clear its contextErik Verbruggen2018-03-162-0/+9
* Fix issue with bindings to aliases that cannot yet be resolvedErik Verbruggen2018-03-095-57/+97
* Fix unnecessary evaluation of dependent bindingsSimon Hausmann2018-03-081-1/+2
* Initialize all members of QQmlPropertyDatav5.11.0-beta2Lars Knoll2018-03-081-9/+10
* Fix group property bindings for aliases that point to id objectsSimon Hausmann2018-03-081-1/+7
* Fix calling Qt.createComponent() from QQmlEngine::evaluate()Simon Hausmann2018-03-081-0/+10
* Fix regression involving aliases on case-insensitive file systemsMitch Curtis2018-03-081-1/+3
* Improve documentation on component creation contextMichael Brasser2018-03-081-0/+3
* Silence another GCC 8 warning in qpodvectorVille Voutilainen2018-02-281-1/+1
* Silence GCC 8 warnings in qpodvectorVille Voutilainen2018-02-281-4/+4
* Do not write JSC files when debuggingErik Verbruggen2018-02-271-1/+1
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-2720-28/+28
* Remove unused testing codeSimon Hausmann2018-02-261-2/+0
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-2612-88/+66
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-2686-726/+726
* doc: Correct mostly linking errorsMartin Smith2018-02-232-1/+3
* Allow setting values in value type group properties in "on" assignmentsSimon Hausmann2018-02-221-0/+2
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-182-0/+3
|\
| * Fix memory leak with JS importsSimon Hausmann2018-02-092-0/+3
* | Merge "Merge remote-tracking branch 'origin/5.10' into 5.11" into refs/stagin...Simon Hausmann2018-02-158-90/+132
|\ \
| * \ Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-128-90/+132
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-074-14/+25
| | |\|
| | | * Fix memory leak with deferred propertiesSimon Hausmann2018-02-061-1/+2
| | | * Clean up manual refcounting of compilation unitsSimon Hausmann2018-02-064-13/+23
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-023-66/+95
| | |\|
| | | * 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