aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/touchmouse/tst_touchmouse.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* Normalize signal/slot signaturesMarc Mutz2023-07-121-2/+2
* Stabilize tst_TouchMouse::hoverEnabled; add cat. loggingShawn Rutledge2023-06-291-4/+11
* Remove DA::deliverMatchingPointsToItem's second sendFilteredPointerEventShawn Rutledge2023-06-161-1/+1
* QQuickMouseArea: do not overload pressed-signalSami Shalayel2023-01-241-7/+7
* Stabilize tst_TouchMouse::strayTouchDoesntAutograbShawn Rutledge2022-11-111-0/+9
* Don't accept all QTouchEvent::points unless the item accepts touchBumjoon Park2022-10-281-0/+44
* Port from container::count() and length() to size()Marc Mutz2022-10-071-28/+28
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* DeliveryAgent: don't cancelTouchMouseSynthesis() prematurelyShawn Rutledge2022-05-021-0/+38
* deliveryagent: cancel touch-mouse synthesis when cancelling touch eventRichard Moe Gustavsen2021-10-281-0/+41
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-3/+4
* Move event delivery from QQWindow to QQuickDeliveryAgentShawn Rutledge2021-02-241-7/+7
* Clean up tst_TouchMouseShawn Rutledge2020-11-171-424/+358
* Don't synthesize mouse from touch for items that accept touchShawn Rutledge2020-11-171-98/+105
* Teach flickable to handle and replay touch as it does mouseShawn Rutledge2020-11-111-44/+40
* Improve tst_TouchMouse::pinchOnFlickableShawn Rutledge2020-10-281-40/+23
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-181-39/+85
* Skip tst_TouchMouse::buttonOnDelayedPressFlickable on macOSUlf Hermann2020-09-151-0/+4
* Replace QTouchEvent::TouchPoint with QEventPointShawn Rutledge2020-07-151-4/+4
* Temporarily skip part of tst_TouchMouse::buttonOnDelayedPressFlickableShawn Rutledge2020-07-151-0/+1
* Use QList instead of QVectorJarek Kobus2020-06-251-1/+1
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-231-9/+4
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-111-8/+8
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-081-38/+66
|\
| * Amend TouchMouse::buttonOnDelayedPressFlickable to test delayed tapShawn Rutledge2018-10-031-38/+66
* | QQuickWindow: obey AA_SynthesizeMouseForUnhandledTouchEventsShawn Rutledge2018-08-061-22/+42
* | Quick tests: remember positions of stationary pointsShawn Rutledge2018-07-031-24/+26
|/
* stabilize tst_TouchMouse::touchButtonOnFlickableShawn Rutledge2018-03-021-1/+1
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-261-6/+6
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-21/+21
* Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerJan Arve Saether2017-07-111-8/+4
|\
| * Merge "Merge remote-tracking branch 'origin/5.9.0' into 5.9" into refs/stagin...Frederik Gladhorn2017-05-101-6/+3
| |\
| | * Move pointerEvent instance to QQuickWindowJan Arve Saether2017-05-101-3/+3
| | * Fix hover delivery in case of touch release eventsFrederik Gladhorn2017-05-101-3/+0
| * | Remove unused variableFrederik Gladhorn2017-05-101-1/+0
| |/
* | touchmouse autotest: add debug operator for the test-specific Event typeShawn Rutledge2017-05-111-0/+16
* | Default QQuickItem::acceptTouchEvents to true until Qt 6Shawn Rutledge2017-05-101-0/+2
* | Add QQuickItem acceptTouchEvents/setAcceptTouchEvents; require for touchShawn Rutledge2017-04-141-0/+1
* | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-04-131-4/+72
|\|
| * When stealing a touchpoint as synth. mouse, ungrab touchFrederik Gladhorn2017-03-011-4/+72
* | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-03-021-0/+32
|\|
| * Add TouchMouse::implicitUngrab autotestJan Arve Saether2017-02-281-0/+32
* | clarify further exclusive vs. passive grabsShawn Rutledge2017-02-201-3/+3
|/
* tst_touchmouse: Have a go at some stabilisation & improvementsRobin Burchell2017-01-111-315/+270
* Relax assumptions of the value of the touchMouseIdJan Arve Sæther2016-10-201-5/+12
* Run tst_TouchMouse::buttonOnDelayedPressFlickable with both scenariosFrederik Gladhorn2016-10-041-1/+1
* Fix behavior of Flickable::setPressDelayFrederik Gladhorn2016-10-041-18/+46
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-0/+4
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-0/+4
| |\