aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* doc: Correct mostly linking errorsMartin Smith2018-02-234-4/+6
* Disallow the use of id properties with value type group propertiesSimon Hausmann2018-02-221-0/+3
* Fix ListModel.get(idx) == ListModel.get(idx)Simon Hausmann2018-02-222-9/+16
* Allow setting values in value type group properties in "on" assignmentsSimon Hausmann2018-02-222-1/+9
* WinRT: Do not call canAllocateExecutableMemory from static initializerOliver Wolff2018-02-222-7/+7
* Move the QML_COMPILE_HASH macro definition from the command-lineThiago Macieira2018-02-212-14/+26
* Fix build with GCC 7: possibly uninitialized array warningThiago Macieira2018-02-211-1/+1
* Correctly set this object when calling scope/context functionsErik Verbruggen2018-02-208-1/+108
* Finally really remove QT_NO_QML_DEBUGGERUlf Hermann2018-02-192-4/+2
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-185-7/+87
|\
| * Revert "Restore a temporary QQmlInstanceModel::object() overload"J-P Nurmi2018-02-121-1/+0
| * Fix memory leak with JS importsSimon Hausmann2018-02-093-1/+6
| * Document how to work with arrays using QJSValueMitch Curtis2018-02-081-5/+81
* | Fix "Expression depends on non-NOTIFYable properties" regressionMitch Curtis2018-02-173-17/+47
* | Add missing Q_FALLTRHOUGH()Thiago Macieira2018-02-161-0/+2
* | Merge "Merge remote-tracking branch 'origin/5.10.1' into 5.11" into refs/stag...Qt Forward Merge Bot2018-02-1519-115/+269
|\ \
| * \ Merge "Merge remote-tracking branch 'origin/5.10' into 5.11" into refs/stagin...Simon Hausmann2018-02-1519-115/+269
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-1219-115/+269
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-078-19/+83
| | | |\|
| | | | * Fix memory leak with deferred propertiesSimon Hausmann2018-02-061-1/+2
| | | | * Clean up manual refcounting of compilation unitsSimon Hausmann2018-02-064-13/+23
| | | | * Add back the optional heaptrack trace pointsAndras Mantia2018-02-061-0/+15
| | | | * Document that Q_GADGET classes cannot be used with newQMetaObject()Mitch Curtis2018-02-052-5/+39
| | | | * QML: Collapse all NaNs into one single (encoded) NaNErik Verbruggen2018-02-051-0/+4
| | | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-028-76/+151
| | | |\|
| | | | * Doc: add C++11 lambda examples for qmlRegisterSingletonType()J-P Nurmi2018-02-021-0/+25
| | | | * Fix memory leak with QtQuick compiler generated filesSimon Hausmann2018-02-021-0/+3
| | | | * 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
| | | | * Improve persistent/weak value allocation performanceSimon Hausmann2018-01-311-10/+24
| | | | * Disallow registration of types beginning with lowercase lettersMitch Curtis2018-01-313-0/+13
| | | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-313-20/+35
| | | |\|