aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Clean up QQmlOpenMetaObject property data structureSimon Hausmann2018-05-115-52/+55
* Give case blocks a proper scopeLars Knoll2018-05-113-0/+17
* Give for loops a proper block scope for it's lexically declared varsLars Knoll2018-05-113-0/+10
* Unify AST for the different 'for' statementsLars Knoll2018-05-119-92/+10
* Improve for-in and for-of supportLars Knoll2018-05-119-84/+131
* Unify ForeachStatement and LocalForeachStatement in the ASTLars Knoll2018-05-119-95/+30
* Support destructuring inside catch()Lars Knoll2018-05-118-18/+42
* Ensure we have a lexical scope for global codeLars Knoll2018-05-1118-59/+163
* 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-0915-73/+81
* 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-091-20/+40
* Fix crash when using repeaters with packagesErik Verbruggen2018-05-092-1/+19
* 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-094-13/+20
|\
| * Fix crash when changing the source of AnimatedImage after a frame changeLouis du Verdier2018-05-081-5/+11
| * Fix loading of composite singletons from resourcesSimon Hausmann2018-05-083-8/+9
* | 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-0410-24/+68
|\|
| * Fix Hidpi BorderImage in software rendererAllan Sandfeld Jensen2018-05-021-4/+7
| * QQuickItem: Guard against null deref in transformationsRobin Burchell2018-04-301-0/+6
| * 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
| * 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-271-2/+2
| * Normalize URL before loading typesErik Verbruggen2018-04-272-10/+24
| * QQmlDelegateModel: provide better warningsMitch Curtis2018-04-271-2/+1
* | name anonymous functions that wayLars Knoll2018-05-031-1/+1
* | The length property of function objects is configurableLars Knoll2018-05-031-1/+1
* | Add Generator supportLars Knoll2018-05-0320-50/+566
* | 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-0310-105/+200
* | 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
* | Remove the code to manually initialize resources in static buildsSimon Hausmann2018-05-0213-105/+11