aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Protect tab focus chain from infinite loops when item is invisibleFrederik Gladhorn2018-08-152-0/+30
* 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
* QQuickTableView: rename attached prop tableView to viewRichard Moe Gustavsen2018-08-131-0/+1
* Fix support for default exports in modulesSimon Hausmann2018-08-101-13/+0
* QQuickTableView: remove cacheBuffer from the public APIRichard Moe Gustavsen2018-08-1010-12/+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
* Fix build warning in tst_drawingmodesTor Arne Vestbø2018-08-091-2/+2
* QQuickTableView: change how we calculate content sizeRichard Moe Gustavsen2018-08-092-0/+163
* QQuickTableView: improve draining of reuse poolRichard Moe Gustavsen2018-08-072-2/+96
* QQuickTableView, auto test: ensure we flick more than one pageRichard Moe Gustavsen2018-08-071-1/+1
* QQuickWindow: obey AA_SynthesizeMouseForUnhandledTouchEventsShawn Rutledge2018-08-065-63/+92
* tst_FlickableInterop: use categorized logging rather than qDebugShawn Rutledge2018-08-061-6/+6
* Setup the prototype correctly when subclassing error objectsLars Knoll2018-08-061-7/+0
* Fix some details in class initializationLars Knoll2018-08-061-8/+0
* Implement String.rawLars Knoll2018-08-061-20/+0
* Implement support for ownKeys in Proxy objectsLars Knoll2018-08-041-18/+0
* Implement support for Object.valuesLars Knoll2018-08-041-14/+0
* Add support for Object.getOwnPropertyDescriptorsLars Knoll2018-08-041-11/+0
* Add Object.entries()Lars Knoll2018-08-041-13/+0
* Preview: Use QTranslator::install(QLocale, ...)Kai Koehne2018-08-032-2/+2
* Fix some spec incompatibilities in Object.prototypeLars Knoll2018-08-021-6/+0
* Fix writing to properties of primitive dataLars Knoll2018-08-021-1/+0
* Fix a couple of test failures related to error objectsLars Knoll2018-08-022-20/+1
* Add a C++ autotest for PinchHandlerShawn Rutledge2018-08-027-1/+891
* tst_MptaInterop::touchesThenPinch: don't forget to flushShawn Rutledge2018-08-021-0/+2
* MultiPointHandler::wantsPointerEvent: reset if different cand countShawn Rutledge2018-08-021-14/+18
* Make pinch handler not activate on draggingJan Arve Sæther2018-08-022-4/+11
* QQmlTableInstanceModel: handle model data changes more gracefullyRichard Moe Gustavsen2018-08-023-10/+73
* QQuickTableView: implement support for reusing delegate itemsRichard Moe Gustavsen2018-08-023-11/+306
* Fix naming of methods defined in object or class literalsLars Knoll2018-08-011-15/+0
* Fix a cornercase for instanceofLars Knoll2018-08-011-2/+0
* Fix Function.prototype[Symbol.hasInstance]Lars Knoll2018-08-011-2/+0
* Fix a bunch of test failures for Function.prototype.toString()Lars Knoll2018-08-014-40/+5
* Reduce memory consumption when loading AOT generated cache filesSimon Hausmann2018-08-012-21/+23
* Enable running module testsSimon Hausmann2018-07-312-2/+127
* Encapsulate access to CompiledData::Object and CompiledData::ImportSimon Hausmann2018-07-313-12/+10
* Simplify signal handler parameter handlingSimon Hausmann2018-07-311-7/+3
* Optimize memory consumption of ahead-of-time compile cache filesSimon Hausmann2018-07-311-0/+10
* Clean up compilation unit string resolutionSimon Hausmann2018-07-312-9/+9
* Increase fine-grained signals for some properties in TextAleix Pol2018-07-311-7/+17
* Exclude ES6 module fixtures from the test planSimon Hausmann2018-07-312-65/+2
* Increase fine-grained signals for some properties in FlickableAleix Pol2018-07-311-0/+9
* Reduce memory usage when loading QML files from AOT generated cachesSimon Hausmann2018-07-311-0/+25
* Clean up constant storage for CompiledData::BindingSimon Hausmann2018-07-312-6/+7