aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup RegExpObjectLars Knoll2018-08-1512-210/+256
* Partial implementation of RegExp.prototype[Symbol.match]Lars Knoll2018-08-153-62/+98
* Fix explicit export of imported variablesSimon Hausmann2018-08-143-4/+24
* Simplify ES module body handlingSimon Hausmann2018-08-145-100/+17
* Fix module dependency handlingSimon Hausmann2018-08-1410-47/+54
* Fix multi variable module import listsSimon Hausmann2018-08-142-4/+1
* Improve error handling for non-existent file importsSimon Hausmann2018-08-141-1/+3
* Implement star re-exportsSimon Hausmann2018-08-142-8/+30
* Implement initial support for import namespacesSimon Hausmann2018-08-145-34/+134
* Implement indirect exports in modulesSimon Hausmann2018-08-143-24/+63
* QQuickTableView: rename attached prop tableView to viewRichard Moe Gustavsen2018-08-133-10/+10
* StorageModel manual test: use enum class for Column enumShawn Rutledge2018-08-112-48/+48
* 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-109-34/+87
* QQuickTableView: remove cacheBuffer from the public APIRichard Moe Gustavsen2018-08-1013-38/+0
* QQuickTableView: add a 'forceLayout()' function to the public APIRichard Moe Gustavsen2018-08-104-5/+131
* Enable unicode regular expressionsLars Knoll2018-08-1011-24/+30
* Update Yarr to the latest version from WebKitLars Knoll2018-08-1059-1694/+6163
* Blacklist shadersource-dynamic-shadersource::test_endresultJoni Jantti2018-08-101-0/+2
* QQuickTableView: rename enforceFirstRowColumnAtOrigo to enforceTableAtOriginRichard Moe Gustavsen2018-08-102-3/+3
* Update qtdeclarative-testsuitesJani Heikkinen2018-08-101-0/+0
* QQuickTableView: override contentWidth/Height propertiesRichard Moe Gustavsen2018-08-094-6/+117
* Add initial basic support for ES6 modulesSimon Hausmann2018-08-0930-73/+905
* Fix build warning in tst_drawingmodesTor Arne Vestbø2018-08-091-2/+2
* QQuickTableView: change how we calculate content sizeRichard Moe Gustavsen2018-08-093-17/+180
* TableView Conway's Game of Life exampleNicolas Ettlin2018-08-099-1/+688
* 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-075-18/+152
* QQuickTableView, auto test: ensure we flick more than one pageRichard Moe Gustavsen2018-08-071-1/+1
* Minor cleanupSimon Hausmann2018-08-062-5/+5
* Add sidebar manual test to the main pointer test launcherShawn Rutledge2018-08-062-0/+2
* Modify grid example to use DragHandlerShawn Rutledge2018-08-061-17/+23
* QQuickWindow: obey AA_SynthesizeMouseForUnhandledTouchEventsShawn Rutledge2018-08-066-68/+101
* tst_FlickableInterop: use categorized logging rather than qDebugShawn Rutledge2018-08-061-6/+6
* Mark non-notifying properties in event types CONSTANTShawn Rutledge2018-08-062-43/+43
* Setup the prototype correctly when subclassing error objectsLars Knoll2018-08-065-27/+21