aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | * 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
|/ / /
* | | doc: Fix qdoc warnings for templates and staticsMartin Smith2018-02-093-8/+9
* | | Remove unnecesary checksJesus Fernandez2018-02-071-2/+0
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-0614-221/+220
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-0214-221/+220
| |\| |
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-2414-220/+218
| | |\|
| | | * Allow for currentQmlContext to be inlinedErik Verbruggen2018-01-182-6/+12
| | | * Optimize QQmlProperty constructor for the common property caseSimon Hausmann2018-01-171-66/+70