aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix JSON[Symbol.toStringTag]Lars Knoll2018-05-241-0/+3
* Fix Function.prototype.nameLars Knoll2018-05-241-0/+1
* Fix some corner cases when parsing Function(...)Lars Knoll2018-05-241-1/+3
* Fix the length property of various functionsLars Knoll2018-05-245-28/+28
* Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-05-244-11/+33
|\
| * On network redirects, update finalUrl, not urlUlf Hermann2018-05-231-8/+11
| * Fix change-of-sign warningThiago Macieira2018-05-231-1/+1
| * Fix crash when incubating objects with non-existent initial propertiesSimon Hausmann2018-05-231-2/+5
| * Fix crash when modifying objects used as prototypesLars Knoll2018-05-231-0/+2
| * Ensure we restore QML-defined enumsMichael Brasser2018-05-231-0/+16
* | Implement Object.setPrototypeOf()Lars Knoll2018-05-232-0/+26
* | Fixup the throwTypeError internal functionLars Knoll2018-05-231-2/+4
* | Implement String.prototype.padEnd/padStartLars Knoll2018-05-232-0/+86
* | Implement String.prototype.normalizeLars Knoll2018-05-232-0/+29
* | Set the usesThis flag on the function contextLars Knoll2018-05-232-1/+13
* | Cleanup handling of direct evalsLars Knoll2018-05-234-13/+24
* | Simplify Push and PopContext instructionsLars Knoll2018-05-2311-75/+60
* | Set the name of the context as early as possibleLars Knoll2018-05-234-23/+22
* | Print function identifier when calling toString() on a functionMitch Curtis2018-05-231-1/+13
* | Allow partial creation of more than 10 QQmlComponent instancesRichard Weickelt2018-05-182-15/+3
* | Remove bindings that have no dependenciesSimon Hausmann2018-05-168-9/+49
* | Speed up string handling from QML cache filesSimon Hausmann2018-05-164-10/+53
* | Implement String.fromCodePointLars Knoll2018-05-152-13/+45
* | Implement String.prototype.codePointAtLars Knoll2018-05-152-0/+25
* | Implement Symbol.species getter functionsLars Knoll2018-05-159-0/+35
* | Fix QQmlExtensionPlugin::baseUrl() in static buildsJ-P Nurmi2018-05-151-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-153-16/+13
|\|
| * Fix .import within .js files with CONFIG+=qtquickcompilerSimon Hausmann2018-05-113-16/+13
* | v4: add the remaining Math.log functionsShawn Rutledge2018-05-152-0/+38
* | 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
* | 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-112-1/+7
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-112-1/+7
| |\|
| | * Fix build without features.timezoneTasuku Suzuki2018-05-111-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
* | | | 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