aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow DelegateModel-based views to support multiple delegate typesPaolo Angelelli2018-08-1718-30/+675
* Load pregenerated glyph cache in default DF cacheEskil Abrahamsen Blomfeldt2018-08-176-13/+458
* 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-151-2/+13
* QQuickTableView: preload one extra row and column at start-upRichard Moe Gustavsen2018-08-142-32/+101
* QQuickTableView: be more precise about when to load and unload a columnRichard Moe Gustavsen2018-08-141-4/+4
* 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
* QQuickTableView: rename attached prop tableView to viewRichard Moe Gustavsen2018-08-132-10/+9
* Enable the Yarr JIT for regexps with nested parenthesisLars Knoll2018-08-113-2/+11
* Get rid of the Macro assembler for ARMv6 and earlierLars Knoll2018-08-117-3083/+0
* Get rid of the SH4 macro assemblerLars Knoll2018-08-116-4520/+0
* Fix support for default exports in modulesSimon Hausmann2018-08-108-21/+87
* QQuickTableView: remove cacheBuffer from the public APIRichard Moe Gustavsen2018-08-102-25/+0
* QQuickTableView: add a 'forceLayout()' function to the public APIRichard Moe Gustavsen2018-08-102-5/+23
* Enable unicode regular expressionsLars Knoll2018-08-1010-10/+30
* Update Yarr to the latest version from WebKitLars Knoll2018-08-1059-1694/+6163
* QQuickTableView: rename enforceFirstRowColumnAtOrigo to enforceTableAtOriginRichard Moe Gustavsen2018-08-102-3/+3
* QQuickTableView: override contentWidth/Height propertiesRichard Moe Gustavsen2018-08-093-6/+98
* Add initial basic support for ES6 modulesSimon Hausmann2018-08-0925-12/+812
* QQuickTableView: change how we calculate content sizeRichard Moe Gustavsen2018-08-091-17/+17
* JS: Also have modulo return integer 0 when the lhs is 0Erik Verbruggen2018-08-091-4/+7
* Compressed textures: Replace file decoding code with QtGui functionalityEirik Aavitsland2018-08-0912-690/+60
* Fix ASAN warnings about new-delete-size-mismatchSimon Hausmann2018-08-081-1/+9
* Add missing header guardJędrzej Nowacki2018-08-081-0/+5
* Fix ASAN error about new-delete-size mismatchSimon Hausmann2018-08-081-1/+4
* QQmlTableInstanceModel: remove false assertRichard Moe Gustavsen2018-08-071-6/+18
* QQuickTableView: don't access the model from the destructorRichard Moe Gustavsen2018-08-072-20/+15
* QQuickTableView: improve draining of reuse poolRichard Moe Gustavsen2018-08-073-16/+56
* Minor cleanupSimon Hausmann2018-08-062-5/+5
* QQuickWindow: obey AA_SynthesizeMouseForUnhandledTouchEventsShawn Rutledge2018-08-061-5/+9
* Mark non-notifying properties in event types CONSTANTShawn Rutledge2018-08-062-43/+43
* Setup the prototype correctly when subclassing error objectsLars Knoll2018-08-064-20/+21
* Fix some details in class initializationLars Knoll2018-08-062-1/+18
* Implement String.rawLars Knoll2018-08-062-0/+43
* Simplify chunk sweeping codeSimon Hausmann2018-08-051-17/+11
* Fix crashes when GC'ing internal classesLars Knoll2018-08-041-3/+11
* Implement support for ownKeys in Proxy objectsLars Knoll2018-08-044-3/+162
* Implement support for Object.valuesLars Knoll2018-08-042-0/+30
* Add support for Object.getOwnPropertyDescriptorsLars Knoll2018-08-042-0/+31
* Add Object.entries()Lars Knoll2018-08-042-0/+41
* Simplify ObjectIterator::nextLars Knoll2018-08-045-71/+38
* Adapt to QMetaObject::d internal changesThiago Macieira2018-08-041-1/+1
* Fix crash in language/statements/class/syntax/class-body-method-definition-su...Simon Hausmann2018-08-031-1/+2