aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Disambiguate different allocation functions in the memory managerLars Knoll2018-04-128-19/+19
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-107-63/+47
|\
| * 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
* | Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-04-092-66/+70
|\|
| * Allow for QQmlData::set*Bit and clear*Bit to be inlinedErik Verbruggen2018-04-062-66/+70
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-282-9/+10
|\|
| * Fix QQmlExpression::hasError()/error() on syntax errorsSimon Hausmann2018-03-272-9/+10
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-223-8/+22
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-219-71/+171
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-176-14/+24
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-129-69/+132
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-0322-34/+34
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-2791-803/+779
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-232-1/+3
|\|
| * doc: Correct mostly linking errorsMartin Smith2018-02-232-1/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-221-0/+2
|\|
| * Allow setting values in value type group properties in "on" assignmentsSimon Hausmann2018-02-221-0/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-182-0/+3
|\|
| * 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 remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-159-91/+133
|\| |
| * | 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