aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-2213-26/+83
|\
| * add qmlRegisterModule to all QML plugins (QUIP 99)Shawn Rutledge2018-03-211-0/+6
| * Add a feature for DelegateModelUlf Hermann2018-03-2110-11/+65
| * Simplify handling of function expressions as signal handlersMichael Brasser2018-03-213-15/+12
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-2131-180/+348
|\|
| * Fix QQmlListModel crash when appending an empty array in debug modeDaniel Vrátil2018-03-201-11/+12
| * Tighten QML cache version checkingSimon Hausmann2018-03-205-39/+21
| * Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-2015-56/+150
| * Handle function expressions as signal handlersErik Verbruggen2018-03-207-5/+39
| * Fix assigning objects to QJSValue propertiesSimon Hausmann2018-03-202-1/+13
| * Fix out of bounds reads in Array.concatLars Knoll2018-03-201-1/+1
| * Fix crash when calling QQmlEngine::clearComponentCache()Simon Hausmann2018-03-196-61/+71
| * Restore the QV4_WRITE_PERF_MAP featureUlf Hermann2018-03-191-6/+41
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-1720-79/+34
|\|
| * Pass "this" object when evaluating debug jobsUlf Hermann2018-03-172-4/+5
| * Fix lookup of enums declared in QML singletonsSimon Hausmann2018-03-1611-61/+3
| * 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
| * Add Q_UNUSED(engine) to fix build on iOSShawn Rutledge2018-03-161-0/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-153-17/+48
|\|
| * Fix a crash in Object.proto.propertyIsEnumerableLars Knoll2018-03-141-3/+5
| * Doc: Add Qt Quick usage guidelinesVenugopal Shivashankar2018-03-131-0/+29
| * Fix ABI/API symbol taggingSimon Hausmann2018-03-121-14/+14
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-1219-117/+276
|\|
| * Fix failing assertion when loading QML/JS on IntegrityErik Verbruggen2018-03-091-4/+15
| * 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 issue with allocating huge objects in the memory managerLars Knoll2018-03-082-3/+24
| * Rebuild property cache in QObjectWrapper::getProperty if deletedDavid Edmundson2018-03-081-0/+5
| * Fix group property bindings for aliases that point to id objectsSimon Hausmann2018-03-086-41/+106
| * 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-082-1/+4
* | Remove unused function - convertUnicode()Liang Qi2018-03-071-6/+0
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-0336-169/+169
|\|
| * Silence another GCC 8 warning in qpodvectorVille Voutilainen2018-02-281-1/+1
| * Silence GCC 8 warnings in qpodvectorVille Voutilainen2018-02-281-4/+4
| * Silence a GCC 8 warning in qv4stringVille Voutilainen2018-02-281-1/+1
| * Silence a GCC 8 warning in qv4engineVille Voutilainen2018-02-281-1/+1
| * Silence a GCC 8 warning in qqmljsparserVille Voutilainen2018-02-281-1/+1
| * Do not write JSC files when debuggingErik Verbruggen2018-02-271-1/+1
| * use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-2731-160/+160
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-27219-1613/+1553
|\|
| * Remove unused testing codeSimon Hausmann2018-02-261-2/+0
| * init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-2629-199/+141
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-26208-1454/+1454
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-234-4/+6
|\|
| * doc: Correct mostly linking errorsMartin Smith2018-02-234-4/+6
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-224-10/+28
|\|