aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Port WorkerScript threading examples to use ES modulesSimon Hausmann2018-08-217-9/+9
* Add support for ECMASCript modules in WorkerScript elementsSimon Hausmann2018-08-216-26/+62
* Clean up QML worker scripts part 3Simon Hausmann2018-08-211-144/+55
* Clean up QML worker scripts part 2Simon Hausmann2018-08-219-154/+24
* Clean up QML worker scripts part 1Simon Hausmann2018-08-211-20/+19
* Merge dev into 5.12Oswald Buddenhagen2018-08-2158-315/+4477
|\
| * V4: clarify current vs. next instruction offset in ByteCodeHandlerErik Verbruggen2018-08-204-13/+19
| * QQuickFlickable: add a default for new added Qt::ScrollMomentumLiang Qi2018-08-201-0/+2
| * HoverHandler: stop handling any points outside the parent ItemShawn Rutledge2018-08-171-1/+1
| * QQmlAdaptorModel: include qqmlglobal_p.h in header fileShawn Rutledge2018-08-171-1/+1
| * Allow DelegateModel-based views to support multiple delegate typesPaolo Angelelli2018-08-1728-30/+1144
| * Load pregenerated glyph cache in default DF cacheEskil Abrahamsen Blomfeldt2018-08-176-13/+458
| * Add doxyfile for building doxygen documentationShawn Rutledge2018-08-161-0/+2466
| * Handle changes in MOC internals - part 2Liang Qi2018-08-161-2/+4
| * Use nullptr instead of 0Jesus Fernandez2018-08-161-1/+1
| * Modernize loopsErik Verbruggen2018-08-161-36/+23
| * Format QQuickItemPrivate::ChangeListenerErik Verbruggen2018-08-161-4/+18
| * Modernize loops and simplify QQmlEasingValueType::setBezierCurveErik Verbruggen2018-08-161-33/+27
| * Protect tab focus chain from infinite loops when item is invisibleFrederik Gladhorn2018-08-153-2/+43
| * test, abstractitemmodel: improve manual testRichard Moe Gustavsen2018-08-152-11/+54
| * QQuickTableView: preload one extra row and column at start-upRichard Moe Gustavsen2018-08-143-41/+134
| * QQuickTableView: be more precise about when to load and unload a columnRichard Moe Gustavsen2018-08-142-50/+39
| * Handle changes in MOC internalsAllan Sandfeld Jensen2018-08-141-2/+2
| * QQuickTableView: remove cacheBuffer from the implementationRichard Moe Gustavsen2018-08-142-69/+1
| * Fix revision of Connections.enabled propertySimon Hausmann2018-08-143-4/+38
| * Fix udis86 compilationErik Verbruggen2018-08-141-2/+2
* | Implement the $262.detachArrayBuffer() method for testingLars Knoll2018-08-206-89/+84
* | Fix function name bindings for function declarationsSimon Hausmann2018-08-202-2/+1
* | Fix property declarationsSimon Hausmann2018-08-201-6/+6
* | Update Apple copyright year in the MASM attributionsSimon Hausmann2018-08-201-1/+1
* | Add support for compiling ES modules ahead of timeSimon Hausmann2018-08-1716-110/+167
* | Add support for disk caching of ES modulesSimon Hausmann2018-08-179-14/+79
* | Add support for importing ES modules in .qml filesSimon Hausmann2018-08-1719-72/+215
* | Provide some more documentation for modules in QJSEngineSimon Hausmann2018-08-161-0/+39
* | Add API to QJSEngine for importing ECMAScript modulesSimon Hausmann2018-08-165-0/+109
* | Fix the class name property of default exported classesSimon Hausmann2018-08-162-1/+8
* | Fix the name of anonymous generators and function declarationsSimon Hausmann2018-08-152-7/+12
* | Fix initialization of default exported functions and generatorsSimon Hausmann2018-08-155-15/+31
* | Fix attributes returned by getOwnPropertyDescriptor on module namespace objectsSimon Hausmann2018-08-152-2/+1
* | Fix order of own property names of module namespace objectsSimon Hausmann2018-08-157-15/+59
* | Fix Reflect.ownKeysSimon Hausmann2018-08-152-4/+22
* | Minor tweak to the ES test expectationsSimon Hausmann2018-08-151-2/+6
* | Fix usage of const in for declarationsSimon Hausmann2018-08-154-5/+4
* | Implement RegExp.prototype[Symbol.split]Lars Knoll2018-08-153-69/+137
* | Fix spec compliance for the RegExp constructorLars Knoll2018-08-153-31/+76
* | Fix some details in RegExp handlingLars Knoll2018-08-156-46/+52
* | Implement RegExp.prototype[Symbol.replace]Lars Knoll2018-08-155-64/+182
* | Implement RegExp.prototype[Symbol.search]Lars Knoll2018-08-153-18/+36
* | Implement String.prototype.match as per ES7 specLars Knoll2018-08-152-31/+17
* | Improve RegExp.prototype[Symbol.match] implementationLars Knoll2018-08-154-30/+70