aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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-023-4/+13
* 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
* Fix import of precompiled .js filesSimon Hausmann2018-07-312-2/+76
* Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-315-8/+9
* Fix the remaining test failures with non strict arguments objectsLars Knoll2018-07-301-24/+0
* Add support for @@unscopablesLars Knoll2018-07-301-11/+0
* Make Array.prototype.concat comply better with the specLars Knoll2018-07-301-19/+1
* Clean up QQmlCustomParser APISimon Hausmann2018-07-302-13/+13
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Kai Koehne2018-07-301-1/+7
|\
| * Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-301-1/+7
| |\
| | * tst_qmldiskcache: speed up testThiago Macieira2018-07-221-1/+7
* | | QQmlAdaptorModel: prepare js list models for recycling supportRichard Moe Gustavsen2018-07-301-1/+1
* | | Fix use of Component.onCompleted scripts in QQmlPropertyMap sub-typesSimon Hausmann2018-07-302-1/+30
|/ /
* | TapHandler: emit eventPoint from the tapped signalsShawn Rutledge2018-07-271-13/+21
* | PointHandler: stay active as long as acceptedButtons satisfiedShawn Rutledge2018-07-274-0/+286
* | Try to load QML cache from CacheLocation if side-by-side failsThiago Macieira2018-07-272-0/+50
* | Remove invalid CONFIG optionKevin Krammer2018-07-251-1/+1
* | Unit test to check for property requirements of registered QML typesKevin Krammer2018-07-253-0/+211
* | tst_qquicktableview: check size hint for row/column, not implicit sizeRichard Moe Gustavsen2018-07-211-10/+16
* | Tooling: Allow QML preview to change the languageUlf Hermann2018-07-202-0/+9
* | Avoid potential race condition in qqmldebugjs testUlf Hermann2018-07-201-5/+13
* | tst_qquickwindow::constantUpdatesOnWindow: Verify that window was exposedTor Arne Vestbø2018-07-201-1/+1
* | tst_qquicktableview: don't set column count to 0Mitch Curtis2018-07-191-3/+1
* | tst_qquicktableview: actually test that model is resetMitch Curtis2018-07-192-3/+25
* | V4 Debugger: Add command to change break pointsUlf Hermann2018-07-191-2/+127
* | Call clearGrabbers each time we get a press eventJan Arve Sæther2018-07-192-11/+11
* | Make DragHandler a MultiPointHandlerShawn Rutledge2018-07-198-121/+144
* | QQuickTableView: set delegate parent early-onRichard Moe Gustavsen2018-07-192-0/+20