aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual
Commit message (Expand)AuthorAgeFilesLines
* Update the cursor when the window is enteredAndy Shaw2019-02-251-0/+79
* Fix background color of some QML lancelot test scenesEirik Aavitsland2019-02-1214-14/+14
* Add handlers declared as Flickable children to its contentItemShawn Rutledge2019-01-222-0/+160
* StorageModel manual test: use DelegateChoices to show data graphicallyShawn Rutledge2019-01-153-32/+149
* Merge qmlplugindump testsKai Koehne2018-10-0928-1121/+0
* Manual test, TableView, abstracttablemodel: add more logic to the testRichard Moe Gustavsen2018-09-274-18/+238
* qmlplugindump: Make manual test work with shadow buildsKai Koehne2018-09-242-6/+7
* Use PointHandler for singlePointProperties manual testShawn Rutledge2018-08-301-24/+25
* QQuickTableView: move TableView from Qt.labs to QtQuickRichard Moe Gustavsen2018-08-223-3/+0
* test, abstractitemmodel: improve manual testRichard Moe Gustavsen2018-08-152-11/+54
* StorageModel manual test: use enum class for Column enumShawn Rutledge2018-08-112-48/+48
* QQuickTableView: remove cacheBuffer from the public APIRichard Moe Gustavsen2018-08-101-1/+0
* Add sidebar manual test to the main pointer test launcherShawn Rutledge2018-08-062-0/+2
* Make pinch handler not activate on draggingJan Arve Sæther2018-08-021-0/+2
* TapHandler: emit eventPoint from the tapped signalsShawn Rutledge2018-07-271-13/+21
* Call clearGrabbers each time we get a press eventJan Arve Sæther2018-07-191-10/+10
* Make DragHandler a MultiPointHandlerShawn Rutledge2018-07-194-26/+39
* QQuickTableView: remove TableView.cellWidth/HeightRichard Moe Gustavsen2018-07-183-6/+6
* Get rid of Qt.labs.handlers import, merge into QtQuick 2.12Shawn Rutledge2018-07-1732-61/+37
* Add Flickable.synchronousDrag propertyShawn Rutledge2018-07-121-1/+7
* TableView: remove row and column from attached objectRichard Moe Gustavsen2018-07-102-3/+3
* Replace MultiPtHndlr.pointDistanceThreshold with PointerHandler.marginShawn Rutledge2018-06-292-0/+4
* Add HoverHandler to detect a hovering mouse pointerShawn Rutledge2018-06-281-0/+186
* PinchHandler: rename scale to activeScale; scale means target scaleShawn Rutledge2018-06-271-1/+7
* TableView: switch to use TableView.cellWidth/cellHeightRichard Moe Gustavsen2018-05-283-6/+6
* Add QQuickHandlerPoint::modifiers propertyShawn Rutledge2018-05-181-2/+3
* MultiPointHandler: add a centroid propertyShawn Rutledge2018-05-182-4/+4
* Tests: add new manual tests for TableViewRichard Moe Gustavsen2018-04-1212-0/+814
* Scale up SVG images if source size is larger than original sizeAndy Shaw2018-03-153-1/+15
* Manual test: combinations of DragHandler and TapHandler on FlickableJan Arve Saether2018-03-029-4/+628
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-122-0/+558
|\
| * Use the image handler to return a scaled size for the SVGAndy Shaw2018-01-312-0/+558
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-022-0/+90
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-242-0/+90
| |\
| | * lancelot: Add tests for some emoji casesEskil Abrahamsen Blomfeldt2018-01-102-0/+90
* | | Add support for getting the flags from the original mouse eventAndy Shaw2018-01-185-0/+166
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-2035-907/+701
|\| |
| * | flingAnimation manual test: add velocity vectors; install a ball returnShawn Rutledge2017-12-131-3/+57
| * | map manual test: re-render the SVG after significant change in scaleShawn Rutledge2017-12-111-2/+11
| * | TapHandler manual test: remove console.log with tapped buttonShawn Rutledge2017-12-021-1/+0
| * | pointer manual test: add svg to the .proShawn Rutledge2017-11-291-1/+1
| * | add mouse feedback to PointerHandlers manual testShawn Rutledge2017-11-243-0/+82
| * | add touchpoint feedback to PointerHandlers manual testShawn Rutledge2017-11-244-0/+91
| * | give the joystick manual test a "case"Shawn Rutledge2017-11-233-28/+42
| * | Fix outdated BSD license headerKai Koehne2017-11-1527-743/+419
| * | pinchHandler manual test: more PinchHandlers; TapHandler for z-orderShawn Rutledge2017-11-141-58/+101
| * | Add a manual test quickwidgetviewerFriedemann Kleint2017-11-142-0/+95
| * | Let passive-grabbing PointerHandlers see all point updatesShawn Rutledge2017-11-141-1/+2
* | | Fix outdated BSD license headerLiang Qi2017-12-1427-29/+299
* | | Merge remote-tracking branch 'origin/dev' into new-backendLars Knoll2017-11-0823-63/+273
|\| |