aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| | | |\|
| | | | * Fix exposure of -1 as enum value in QML exposed C++ singletonsSimon Hausmann2018-01-311-10/+12
| | | | * Fix segfault when alias target refers to lowercase-named typeMitch Curtis2018-01-272-10/+23
* | | | | Fix crash when changing from a simple to a sparse arrayLars Knoll2018-02-153-2/+3
|/ / / /
* | | | Clear the last value when removing propertiesErik Verbruggen2018-02-141-0/+3
* | | | Fix typosJarek Kobus2018-02-142-5/+5
* | | | Use only cache path to cache .qmlc files on AndroidBogDan Vatra2018-02-131-0/+2
* | | | Fix memory leak with ListModel.getSimon Hausmann2018-02-121-3/+7
|/ / /
* | | doc: Fix qdoc warnings for templates and staticsMartin Smith2018-02-097-16/+17
* | | Fix crashes on WinRT when allocation of executable memory is disabledSimon Hausmann2018-02-094-6/+16
* | | Fix clang 5 warningsAllan Sandfeld Jensen2018-02-071-0/+2
* | | Remove unnecesary checksJesus Fernandez2018-02-071-2/+0
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-0642-410/+526
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-0242-410/+526
| |\| |
| | * | MSVC: Don't set a DLL base address for 64-bitThiago Macieira2018-01-241-1/+1
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-244-45/+49
| | |\|
| | | * Fix namespace builds with -no-qml-debugJoni Poikelin2018-01-231-0/+5
| | | * Doc: Do make 'Licenses and Attributions' valid for multiple Qt versionsKai Koehne2018-01-221-2/+3
| | | * Avoid repeated calls into thread local storage to get the animation timerLars Knoll2018-01-222-43/+41
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-2441-377/+504
| | |\|
| | | * Fix QQmlDelegateModel::object documentationPaolo Angelelli2018-01-181-5/+5
| | | * Allow for currentQmlContext to be inlinedErik Verbruggen2018-01-182-6/+12
| | | * Optimize QQmlProperty constructor for the common property caseSimon Hausmann2018-01-171-66/+70
| | | * Speed up PropertyChange state applicationSimon Hausmann2018-01-172-0/+18
| | | * Prevent a QVector detachErik Verbruggen2018-01-171-1/+1