aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some details in class initializationLars Knoll2018-08-063-9/+18
* Implement String.rawLars Knoll2018-08-063-20/+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-045-21/+162
* Implement support for Object.valuesLars Knoll2018-08-043-14/+30
* Add support for Object.getOwnPropertyDescriptorsLars Knoll2018-08-043-11/+31
* Add Object.entries()Lars Knoll2018-08-043-13/+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
* Fix crash of language/expressions/object/setter-super-prop.js with JITSimon Hausmann2018-08-031-1/+1
* Fix language/expressions/class/scope-name-lex-close.js crashing with the JITSimon Hausmann2018-08-031-2/+2
* Minor cleanup in CompilationUnit::linkToEngineSimon Hausmann2018-08-032-27/+20
* Preview: Use QTranslator::install(QLocale, ...)Kai Koehne2018-08-036-8/+8
* Implement ObjectIterator using the new iteration mechanismLars Knoll2018-08-0218-346/+23
* Remove support for iterating over the proto chain from ObjectIteratorLars Knoll2018-08-026-11/+7
* Introduce a new mechanism to iterate over object propertiesLars Knoll2018-08-0225-117/+547
* Fix a memory leak when GC'ing Symbol objectsLars Knoll2018-08-021-1/+1
* Fix some spec incompatibilities in Object.prototypeLars Knoll2018-08-022-14/+8
* Fix writing to properties of primitive dataLars Knoll2018-08-024-5/+20
* Fix a couple of test failures related to error objectsLars Knoll2018-08-025-41/+28
* Add a C++ autotest for PinchHandlerShawn Rutledge2018-08-027-1/+891
* Let axis bounds restrict the target position instead of the centroidJan Arve Sæther2018-08-021-7/+6