aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implement the dead temporal zoneSimon Hausmann2018-08-2820-19/+189
* Fix crash when running with aggressive gcSimon Hausmann2018-08-281-0/+1
* Fix byte code debug output for registers and argsSimon Hausmann2018-08-281-1/+1
* QQuickTableView: handle RebuildOption::ViewportOnlyRichard Moe Gustavsen2018-08-272-13/+32
* QQuickTableView: rename to scheduleRebuildTable, and add rebuild optionsRichard Moe Gustavsen2018-08-272-14/+32
* Remove very dead codeErik Verbruggen2018-08-271-3/+0
* Bump private API versions after typed array API changesSimon Hausmann2018-08-271-1/+1
* Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Simon Hausmann2018-08-275-6/+626
|\
| * Merge remote-tracking branch 'origin/5.11' into 5.12Simon Hausmann2018-08-275-6/+626
| |\
| | * Fix quadratic behavior when allocating very large objectsLars Knoll2018-08-211-0/+17
| | * Doc: add list of SVG colors to color QML Basic Type pageMitch Curtis2018-08-093-2/+605
| | * Doc: Rename section titles to avoid auto-linker issuesPaul Wicking2018-08-071-4/+4
* | | QQuickTableView: only preload to pool if reuseItems is trueRichard Moe Gustavsen2018-08-271-2/+4
* | | V4: Split PlatformAssemblerCommon (and base classes) in its own fileErik Verbruggen2018-08-278-1088/+1406
|/ /
* | Implement most remaining methods of AtomicsLars Knoll2018-08-263-16/+124
* | Partial Atomics supportLars Knoll2018-08-266-15/+386
* | Clean up the code handling reads and writes into typed arraysLars Knoll2018-08-253-140/+98
* | Implement support for SharedArrayBufferLars Knoll2018-08-257-43/+164
* | QQuickTableView: decide whether to reuse items from calling locationRichard Moe Gustavsen2018-08-242-5/+5
* | Implement support for call/callAsConstructor in Proxy objectsLars Knoll2018-08-235-17/+116
* | Implement IsConstructor for Function objectsLars Knoll2018-08-2315-74/+40
* | Prevent ListView from jumping horizontally with flick(0,<number>)Michael Brasser2018-08-231-2/+2
* | QQuickTableView: don't overwrite rebuildStateRichard Moe Gustavsen2018-08-232-11/+20
* | reuse already calculated object offsets during compilationRolf Eike Beer2018-08-231-15/+12
* | Fix QML extended type registrationSimon Hausmann2018-08-231-3/+5
* | Fix some remaining issues with detaching of array buffersLars Knoll2018-08-233-43/+75
* | Implement %TypedArray%.prototype.sliceLars Knoll2018-08-232-24/+75
* | Implement %TypedArray%.prototype.mapLars Knoll2018-08-232-0/+44
* | Implement %TypedArray%.prototype.filterLars Knoll2018-08-232-1/+57
* | Fix %TypedArray%.prototype.subarrayLars Knoll2018-08-231-5/+7
* | Fix toLocaleString implementations in (Typed)Array.prototypeLars Knoll2018-08-238-15/+68
* | 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
* | QQuickTableView: drain pool upon setting reuseItems to falseRichard Moe Gustavsen2018-08-221-0/+6
* | Ensure that SinglePointHandler handles touch pointsShawn Rutledge2018-08-221-2/+4
* | Doc: clarify the type and meaning of QQuickMultiPointHandler::centroidShawn Rutledge2018-08-223-2/+13
* | MultiPointHandler: ensure centroid properties are reset after releaseShawn Rutledge2018-08-221-1/+5
* | QQuickTableView: move TableView from Qt.labs to QtQuickRichard Moe Gustavsen2018-08-227-114/+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-211-1/+1
* | Provide option to skip registration of enum classes unscopedRainer Keller2018-08-212-1/+54