aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-271-2/+12
|\
| * doc: explain more about acceptedModifiers in PointerDeviceHandlerShawn Rutledge2019-09-191-2/+12
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-173-9/+24
|\|
| * lancelot graphics test: Fix screengrabs being distorted on WindowsEirik Aavitsland2019-09-131-0/+9
| * lancelot graphics test: support shadow build and installEirik Aavitsland2019-09-132-9/+15
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-122-76/+4
|\|
| * lancelot graphics test: prepare for new host info mechanismEirik Aavitsland2019-09-042-76/+4
* | Request correct alpha composition on the rhi code pathLaszlo Agocs2019-09-111-0/+7
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-201-0/+14
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-051-0/+14
| |\
| | * Fix possible crash with top/bottom aligned imagesEskil Abrahamsen Blomfeldt2019-07-301-0/+14
* | | Fix 3+ level stencil clips on the rhi pathLaszlo Agocs2019-08-021-5/+15
* | | Add QQuickPathMultiLinePaolo Angelelli2019-07-181-0/+74
* | | Add the graphics api independent scenegraph portLaszlo Agocs2019-07-0442-0/+2476
* | | Add scale property to QQuickPathPaolo Angelelli2019-06-045-0/+382
* | | Manual test, TableView: improve test with syncView functionalityRichard Moe Gustavsen2019-05-232-26/+132
* | | add "json" manual TableModel testMitch Curtis2019-04-294-0/+366
* | | Add WheelHandlerShawn Rutledge2019-04-275-47/+273
* | | fakeFlickable manual test: put the slider in a drawerShawn Rutledge2019-04-273-24/+127
* | | Add TableModelColumnMitch Curtis2019-04-082-51/+45
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-291-0/+133
|\| |
| * | Fix text wrap: do not break on last line if right elide is enabledEirik Aavitsland2019-03-261-0/+133
| |/
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-151-0/+79
|\|
| * Update the cursor when the window is enteredAndy Shaw2019-02-251-0/+79
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-1614-14/+14
|\|
| * Fix background color of some QML lancelot test scenesEirik Aavitsland2019-02-1214-14/+14
* | Fix calls to TableModel functions in manual testMitch Curtis2019-02-131-5/+5
* | Rename tablemodel manual test to "form", move into tablemodel subdirMitch Curtis2019-02-135-10/+12
* | Add TableModelMitch Curtis2019-02-084-0/+460
|/
* 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