aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | * | 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
| | | | * Disallow registration of types beginning with lowercase lettersMitch Curtis2018-01-311-0/+9
| | | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-311-10/+12
| | | |\|
| | | | * Fix exposure of -1 as enum value in QML exposed C++ singletonsSimon Hausmann2018-01-311-10/+12
| * | | | Fix typosJarek Kobus2018-02-141-1/+1
| |/ / /
* | | | Add a feature for qml-animationUlf Hermann2018-02-151-2/+2
* | | | Add a feature for QML locale supportUlf Hermann2018-02-156-2/+28
* | | | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-133-8/+9
|\| | |
| * | | doc: Fix qdoc warnings for templates and staticsMartin Smith2018-02-093-8/+9
* | | | Add a feature for xmlhttprequestUlf Hermann2018-02-125-8/+20