aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QQuickTableView: move TableView from Qt.labs to QtQuickRichard Moe Gustavsen2018-08-2213-13/+0
* QQuickTableView: check if the providers are undefined, not nullRichard Moe Gustavsen2018-08-211-2/+2
* Provide option to skip registration of enum classes unscopedRainer Keller2018-08-214-0/+82
* QQuickTableView: set the stacking order of delegate items to 1Richard Moe Gustavsen2018-08-211-0/+1
* Add support for ECMASCript modules in WorkerScript elementsSimon Hausmann2018-08-213-8/+23
* Clean up QML worker scripts part 2Simon Hausmann2018-08-215-63/+0
* Merge dev into 5.12Oswald Buddenhagen2018-08-2110-66/+411
|\
| * Allow DelegateModel-based views to support multiple delegate typesPaolo Angelelli2018-08-175-0/+259
| * Protect tab focus chain from infinite loops when item is invisibleFrederik Gladhorn2018-08-152-0/+30
| * test, abstractitemmodel: improve manual testRichard Moe Gustavsen2018-08-152-11/+54
| * QQuickTableView: preload one extra row and column at start-upRichard Moe Gustavsen2018-08-141-9/+33
| * QQuickTableView: be more precise about when to load and unload a columnRichard Moe Gustavsen2018-08-141-46/+35
* | Implement the $262.detachArrayBuffer() method for testingLars Knoll2018-08-202-80/+38
* | Fix function name bindings for function declarationsSimon Hausmann2018-08-201-1/+0
* | Add support for compiling ES modules ahead of timeSimon Hausmann2018-08-175-1/+44
* | Add support for disk caching of ES modulesSimon Hausmann2018-08-175-2/+56
* | Add support for importing ES modules in .qml filesSimon Hausmann2018-08-179-0/+68
* | Add API to QJSEngine for importing ECMAScript modulesSimon Hausmann2018-08-163-0/+58
* | Fix the class name property of default exported classesSimon Hausmann2018-08-161-1/+0
* | Fix the name of anonymous generators and function declarationsSimon Hausmann2018-08-151-2/+0
* | Fix initialization of default exported functions and generatorsSimon Hausmann2018-08-151-2/+0
* | Fix attributes returned by getOwnPropertyDescriptor on module namespace objectsSimon Hausmann2018-08-151-1/+0
* | Fix order of own property names of module namespace objectsSimon Hausmann2018-08-151-2/+0
* | Fix Reflect.ownKeysSimon Hausmann2018-08-151-2/+0
* | Minor tweak to the ES test expectationsSimon Hausmann2018-08-151-2/+6
* | Fix usage of const in for declarationsSimon Hausmann2018-08-151-4/+0
* | Implement RegExp.prototype[Symbol.split]Lars Knoll2018-08-151-52/+0
* | Fix some details in RegExp handlingLars Knoll2018-08-151-28/+0
* | Implement RegExp.prototype[Symbol.replace]Lars Knoll2018-08-151-49/+1
* | Implement RegExp.prototype[Symbol.search]Lars Knoll2018-08-151-18/+0
* | Implement String.prototype.match as per ES7 specLars Knoll2018-08-151-2/+0
* | Improve RegExp.prototype[Symbol.match] implementationLars Knoll2018-08-151-15/+3
* | Cleanup RegExpObjectLars Knoll2018-08-152-62/+12
* | Partial implementation of RegExp.prototype[Symbol.match]Lars Knoll2018-08-151-16/+0
* | Fix explicit export of imported variablesSimon Hausmann2018-08-141-1/+0
* | Fix module dependency handlingSimon Hausmann2018-08-141-2/+0
* | Fix multi variable module import listsSimon Hausmann2018-08-141-3/+0
* | Implement star re-exportsSimon Hausmann2018-08-141-7/+0
* | Implement initial support for import namespacesSimon Hausmann2018-08-141-30/+0
* | Implement indirect exports in modulesSimon Hausmann2018-08-141-12/+0
|/
* QQuickTableView: rename attached prop tableView to viewRichard Moe Gustavsen2018-08-131-0/+1
* StorageModel manual test: use enum class for Column enumShawn Rutledge2018-08-112-48/+48
* Fix support for default exports in modulesSimon Hausmann2018-08-101-13/+0
* QQuickTableView: remove cacheBuffer from the public APIRichard Moe Gustavsen2018-08-1011-13/+0
* QQuickTableView: add a 'forceLayout()' function to the public APIRichard Moe Gustavsen2018-08-102-0/+108
* Enable unicode regular expressionsLars Knoll2018-08-101-14/+0
* Blacklist shadersource-dynamic-shadersource::test_endresultJoni Jantti2018-08-101-0/+2
* Update qtdeclarative-testsuitesJani Heikkinen2018-08-101-0/+0
* QQuickTableView: override contentWidth/Height propertiesRichard Moe Gustavsen2018-08-091-0/+19
* Add initial basic support for ES6 modulesSimon Hausmann2018-08-094-46/+62