aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement a couple of methods of TypedArray.prototypeLars Knoll2018-08-233-214/+569
* Implement TypedArray.prototype.copyWithinLars Knoll2018-08-234-26/+53
* Fix a couple of test failures for detached buffersLars Knoll2018-08-232-18/+21
* Implement %TypedArray%.ofLars Knoll2018-08-233-11/+40
* Fix name property of %TypedArray% objectLars Knoll2018-08-232-2/+3
* Fix DataView constructor to be spec compliantLars Knoll2018-08-233-31/+35
* Fix test failures in DataView.prototype methodsLars Knoll2018-08-232-132/+88
* Fix DataView constructorLars Knoll2018-08-232-2/+1
* Fix bugs in ArrayBuffer.prototype.sliceLars Knoll2018-08-235-43/+31
* QQmlDelegateModelItem: ensure that we emit changes to row and columnRichard Moe Gustavsen2018-08-223-5/+126
* QQuickTableView: drain pool upon setting reuseItems to falseRichard Moe Gustavsen2018-08-222-0/+25
* Ensure that SinglePointHandler handles touch pointsShawn Rutledge2018-08-222-2/+58
* Doc: clarify the type and meaning of QQuickMultiPointHandler::centroidShawn Rutledge2018-08-223-2/+13
* MultiPointHandler: ensure centroid properties are reset after releaseShawn Rutledge2018-08-222-1/+24
* QQuickTableView: move TableView from Qt.labs to QtQuickRichard Moe Gustavsen2018-08-2222-129/+10
* fix non-prefix builds with pre-synced headersOswald Buddenhagen2018-08-221-1/+1
* Flickable: handle the new ScrollMomentum phase in QWheelEventShawn Rutledge2018-08-222-30/+18
* QQuickTableView: check if the providers are undefined, not nullRichard Moe Gustavsen2018-08-212-3/+3
* Provide option to skip registration of enum classes unscopedRainer Keller2018-08-216-1/+136
* Doc: correct statement on Qt Quick QML types reference pageMitch Curtis2018-08-211-1/+1
* QQuickTableView: set the stacking order of delegate items to 1Richard Moe Gustavsen2018-08-212-1/+4
* 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-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