aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support destructuring inside catch()Lars Knoll2018-05-119-73/+42
* Ensure we have a lexical scope for global codeLars Knoll2018-05-1119-77/+165
* Don't cast an ExpressionNode to a StatementLars Knoll2018-05-091-3/+3
* Always set the correct thisObject in strict modeLars Knoll2018-05-091-1/+2
* Add some basic support for for-of loopsLars Knoll2018-05-0916-129/+82
* BorderImage: fix binding loop warning when binding to border propertiesMitch Curtis2018-05-092-4/+12
* TableView: ensure we check that returned iterators are not at the endRichard Moe Gustavsen2018-05-092-20/+101
* tests, qquicktableview: check that the expected number of delegate items are ...Richard Moe Gustavsen2018-05-093-10/+94
* Fix crash when using repeaters with packagesErik Verbruggen2018-05-094-1/+78
* Fix running ES tests with ASAN -Og buildsSimon Hausmann2018-05-091-1/+1
* Fix return value of qjstestSimon Hausmann2018-05-091-1/+5
* TableView: release unused model object rather than delete itRichard Moe Gustavsen2018-05-091-3/+3
* TableView: insert index into FxTableItemRichard Moe Gustavsen2018-05-091-0/+1
* Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-05-099-16/+69
|\
| * tests: unblacklist tst_qquickwindow.cpp::touchEvent_propagationGatis Paeglis2018-05-081-3/+0
| * Fix crash when changing the source of AnimatedImage after a frame changeLouis du Verdier2018-05-082-5/+39
| * Fix loading of composite singletons from resourcesSimon Hausmann2018-05-085-8/+27
| * tests: blacklist tst_qquickitem::qtBug60123Gatis Paeglis2018-05-081-0/+3
* | Fix another ubsan warningLars Knoll2018-05-042-2/+2
* | Avoid accessing an object with this == nullptrLars Knoll2018-05-043-1/+4
* | Unify code paths for the two Foreach variantsLars Knoll2018-05-042-59/+42
* | Reformulate for-in in terms of iteratorsLars Knoll2018-05-041-7/+9
* | Rename ForeachIterator to ForInIteratorLars Knoll2018-05-046-19/+52
* | TableView: factor out private header into separate fileRichard Moe Gustavsen2018-05-043-265/+323
* | Fix crash when loading ahead-of-time generated cache filesSimon Hausmann2018-05-041-7/+11
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-0421-32/+157
|\|
| * Fix Hidpi BorderImage in software rendererAllan Sandfeld Jensen2018-05-021-4/+7
| * QQuickItem: Guard against null deref in transformationsRobin Burchell2018-04-303-0/+33
| * Fix QML context leak with visual data model and list property modelsSimon Hausmann2018-04-303-6/+14
| * Doc: add "Best Practices for QML and Qt Quick" to best-practices groupMitch Curtis2018-04-281-0/+1
| * Tests: Silence Clang warningsFriedemann Kleint2018-04-272-7/+5
| * test: fix flaky in tst_QQuickPathView::movementDirection()Liang Qi2018-04-271-1/+3
| * Add "We mean it" to qqmlprofilerclientdefinitions_p.hUlf Hermann2018-04-271-0/+11
| * QQmlDelegateModel: include QQDMIncubationTask errors with our errorsMitch Curtis2018-04-271-1/+3
| * Fix qmlInfo and friends for anonymous componentsSimon Hausmann2018-04-273-2/+24
| * Normalize URL before loading typesErik Verbruggen2018-04-276-10/+60
| * QQmlDelegateModel: provide better warningsMitch Curtis2018-04-271-2/+1
* | name anonymous functions that wayLars Knoll2018-05-032-3/+1
* | The length property of function objects is configurableLars Knoll2018-05-032-19/+1
* | Add Generator supportLars Knoll2018-05-0322-620/+572
* | Don't use bitfields for VTable flagsLars Knoll2018-05-034-14/+14
* | Cosmetic cleanupLars Knoll2018-05-031-5/+3
* | Fix handling of yield expression in the parserLars Knoll2018-05-031-6/+18
* | Optimize conversions to array indicesLars Knoll2018-05-031-19/+21
* | Add support for horizontal gradients in RectangleMichael Brasser2018-05-0311-106/+222
* | QV4::String: Fix build with QT_NO_CAST_FROM_ASCIIFriedemann Kleint2018-05-031-1/+1
* | Fix UBSAN warnings in masmErik Verbruggen2018-05-032-3/+19
* | QmlJS: Do not use realloc for QStringRefOrgad Shaneh2018-05-031-3/+2
* | Fix some parse errorsLars Knoll2018-05-031-3/+3
* | Make qqmljs.g accessible in Qt CreatorSimon Hausmann2018-05-021-0/+2