aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Implement a couple of methods of TypedArray.prototypeLars Knoll2018-08-232-0/+569
* Implement TypedArray.prototype.copyWithinLars Knoll2018-08-233-1/+53
* Fix a couple of test failures for detached buffersLars Knoll2018-08-231-12/+21
* Implement %TypedArray%.ofLars Knoll2018-08-232-0/+40
* Fix name property of %TypedArray% objectLars Knoll2018-08-231-1/+3
* Fix DataView constructor to be spec compliantLars Knoll2018-08-231-27/+35
* Fix test failures in DataView.prototype methodsLars Knoll2018-08-231-50/+88
* Fix DataView constructorLars Knoll2018-08-231-1/+1
* Fix bugs in ArrayBuffer.prototype.sliceLars Knoll2018-08-234-26/+31
* QQmlDelegateModelItem: ensure that we emit changes to row and columnRichard Moe Gustavsen2018-08-221-5/+3
* Provide option to skip registration of enum classes unscopedRainer Keller2018-08-212-1/+54
* Clarify docs of WorkerScript with regards to memory usageSimon Hausmann2018-08-211-0/+4
* Fix race condition when removing worker scriptsSimon Hausmann2018-08-211-0/+1
* Port WorkerScript threading examples to use ES modulesSimon Hausmann2018-08-211-3/+3
* Add support for ECMASCript modules in WorkerScript elementsSimon Hausmann2018-08-213-18/+39
* Clean up QML worker scripts part 3Simon Hausmann2018-08-211-144/+55
* Clean up QML worker scripts part 2Simon Hausmann2018-08-214-91/+24
* Clean up QML worker scripts part 1Simon Hausmann2018-08-211-20/+19
* Merge dev into 5.12Oswald Buddenhagen2018-08-2123-84/+667
|\
| * V4: clarify current vs. next instruction offset in ByteCodeHandlerErik Verbruggen2018-08-204-13/+19
| * QQmlAdaptorModel: include qqmlglobal_p.h in header fileShawn Rutledge2018-08-171-1/+1
| * Allow DelegateModel-based views to support multiple delegate typesPaolo Angelelli2018-08-1714-29/+576
| * Handle changes in MOC internals - part 2Liang Qi2018-08-161-2/+4
| * Modernize loops and simplify QQmlEasingValueType::setBezierCurveErik Verbruggen2018-08-161-33/+27
| * Handle changes in MOC internalsAllan Sandfeld Jensen2018-08-141-2/+2
| * Fix revision of Connections.enabled propertySimon Hausmann2018-08-143-4/+38
* | Implement the $262.detachArrayBuffer() method for testingLars Knoll2018-08-204-9/+46
* | Fix function name bindings for function declarationsSimon Hausmann2018-08-201-1/+1
* | Add support for compiling ES modules ahead of timeSimon Hausmann2018-08-176-32/+37
* | Add support for disk caching of ES modulesSimon Hausmann2018-08-174-12/+23
* | Add support for importing ES modules in .qml filesSimon Hausmann2018-08-1710-72/+147
* | Provide some more documentation for modules in QJSEngineSimon Hausmann2018-08-161-0/+39
* | Add API to QJSEngine for importing ECMAScript modulesSimon Hausmann2018-08-162-0/+51
* | Fix the class name property of default exported classesSimon Hausmann2018-08-161-0/+8
* | Fix the name of anonymous generators and function declarationsSimon Hausmann2018-08-151-5/+12
* | Fix initialization of default exported functions and generatorsSimon Hausmann2018-08-154-13/+31
* | Fix attributes returned by getOwnPropertyDescriptor on module namespace objectsSimon Hausmann2018-08-151-1/+1
* | Fix order of own property names of module namespace objectsSimon Hausmann2018-08-156-13/+59
* | Fix Reflect.ownKeysSimon Hausmann2018-08-151-2/+22
* | Fix usage of const in for declarationsSimon Hausmann2018-08-153-1/+4
* | Implement RegExp.prototype[Symbol.split]Lars Knoll2018-08-152-17/+137
* | Fix spec compliance for the RegExp constructorLars Knoll2018-08-153-31/+76
* | Fix some details in RegExp handlingLars Knoll2018-08-155-18/+52
* | Implement RegExp.prototype[Symbol.replace]Lars Knoll2018-08-154-15/+181
* | Implement RegExp.prototype[Symbol.search]Lars Knoll2018-08-152-0/+36
* | Implement String.prototype.match as per ES7 specLars Knoll2018-08-151-29/+17
* | Improve RegExp.prototype[Symbol.match] implementationLars Knoll2018-08-153-15/+67
* | Cleanup RegExpObjectLars Knoll2018-08-1510-148/+244
* | Partial implementation of RegExp.prototype[Symbol.match]Lars Knoll2018-08-152-46/+98
* | Fix explicit export of imported variablesSimon Hausmann2018-08-142-3/+24