aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implement Symbol.species getter functionsLars Knoll2018-05-159-0/+35
* Add value/setValue apiDmitriy Yatmanov2018-05-152-0/+36
* Fix QQmlExtensionPlugin::baseUrl() in static buildsJ-P Nurmi2018-05-151-1/+1
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-1511-23/+61
|\
| * Fix for input method commit that ends with newlinePaul Olav Tvete2018-05-141-1/+7
| * Fix build without features.gesturesTasuku Suzuki2018-05-145-2/+32
| * MouseArea: set pressed state to Qt::NoButton not nullptrShawn Rutledge2018-05-131-1/+1
| * Fix TestCaseCollector fails to initialize component from resourcesChristoph Keller2018-05-131-2/+6
| * Fix bug where Ungrab event was not sentJan Arve Sæther2018-05-111-1/+2
| * Fix .import within .js files with CONFIG+=qtquickcompilerSimon Hausmann2018-05-113-16/+13
* | Fix SVG shape path parsing to not crash when read-only stringsSimon Hausmann2018-05-151-3/+0
* | v4: add the remaining Math.log functionsShawn Rutledge2018-05-152-0/+38
* | TableView: keep a pointer to the delegate model to reduce the amount of castingRichard Moe Gustavsen2018-05-152-14/+20
* | TableView: remove using a floatingPointMarginRichard Moe Gustavsen2018-05-151-6/+4
* | Partial support for calling iterator.return when break a for-of loopLars Knoll2018-05-141-3/+13
* | Call iterator.return when required in destructuring assignmentsLars Knoll2018-05-1410-5/+95
* | Refactor InteratorNext instructionLars Knoll2018-05-148-21/+26
* | Implement support for destructuring of rest elementsLars Knoll2018-05-148-12/+62
* | Fix lookups of indexed propertiesLars Knoll2018-05-142-0/+29
* | TableView: ensure to take spacing into account then loading edgesRichard Moe Gustavsen2018-05-141-4/+4
* | TableView: add support for table marginsRichard Moe Gustavsen2018-05-143-11/+119
* | Don't save built-in properties if there aren't any qml propertiesDmitriy Yatmanov2018-05-141-0/+4
* | Add possibility to read INI fileDmitriy Yatmanov2018-05-145-6/+46
* | Add QQmlDirParser::className()J-P Nurmi2018-05-142-1/+11
* | Fix array destructuringLars Knoll2018-05-138-16/+36
* | Fix the prototype of the Generator prototype objectLars Knoll2018-05-131-0/+1
* | Add instructions to simplify for-of loopsLars Knoll2018-05-1312-15/+101
* | Give for loops a per-iteration context as wellLars Knoll2018-05-1110-1/+55
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Simon Hausmann2018-05-114-2/+9
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-114-2/+9
| |\|
| | * Fix build without features.timezoneTasuku Suzuki2018-05-111-1/+1
| | * Fix build without features.quick-shadereffectTasuku Suzuki2018-05-101-0/+1
| | * Fix build without features.quick-pathTasuku Suzuki2018-05-101-1/+1
| | * Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-092-10/+17
| | |\
| | | * Only create CallContext objects for bindings that might be signal handlersLars Knoll2018-04-261-3/+8
| | | * Fix crash in Function.prototype.bindLars Knoll2018-04-241-7/+9
* | | | Improve ownership handling of Loader.sourceComponentSimon Hausmann2018-05-112-12/+6
* | | | Fix JS ownership of model and delegate properties in QtQuick item viewsSimon Hausmann2018-05-115-9/+37
* | | | Minor QQmlOpenMetaObjectPrivate constructor cleanupSimon Hausmann2018-05-111-18/+10
* | | | Fix storing QObject pointers in dynamic role modelsSimon Hausmann2018-05-111-1/+9
* | | | 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