aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickmousearea
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-272-2/+2
* Update cursor if frame-synchronous hover update discovers hover changeShawn Rutledge2023-11-182-0/+109
* CMake: Make quick tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* MouseArea: don't ignore double-click eventsShawn Rutledge2023-06-201-0/+56
* Tests: Silence compiler warnings when checking bitfieldsVolker Hilsheimer2023-04-211-7/+7
* Fix mouse inside MouseArea (containsMouse) for press eventSanthosh Kumar2023-02-092-0/+30
* Fix qml warnings for qquickmousearea test casesSanthosh Kumar2023-02-089-14/+14
* QQuickMouseArea: do not overload pressed-signalSami Shalayel2023-01-241-25/+25
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* Fix masked MouseArea hovered state on visibility changeOliver Dawes2023-01-172-0/+73
* Allow OS-synthesized right clicks to be deliveredShawn Rutledge2022-10-261-0/+29
* Use const QPointingDevices in testsShawn Rutledge2022-10-231-2/+2
* MouseArea: don't get stuck in pressed state when disabling in pressShawn Rutledge2022-10-212-0/+63
* Skip nestedStopAtBounds when stolen focus cannot be re-gainedAxel Spoerl2022-10-202-5/+6
* Port from container::count() and length() to size()Marc Mutz2022-10-071-52/+52
* QQuickMouseArea: store hoverEnabled explicitlyRichard Moe Gustavsen2022-09-211-0/+32
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Don't ungrab for a TabletRelease event: wait for the synth-mouse releaseShawn Rutledge2022-07-152-1/+37
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-112-65/+4
* Add MouseArea autotest with second touchpoint while first is heldShawn Rutledge2022-05-251-0/+20
* MouseArea: don't override preventStealing on mouse releaseShawn Rutledge2022-05-192-0/+62
* Cleanup CMakeLists.txt filesAndreas Buhr2022-05-031-2/+0
* Blacklist failing tests in tst_qquickmouseareaAndreas Buhr2022-05-031-0/+5
* MouseArea: don't get stuck in doubleClick if handler caused ungrabShawn Rutledge2022-05-022-0/+43
* Re-blacklist tst_qquickmousearea::pressAndHold on macOS CIMitch Curtis2022-03-221-0/+4
* Enable passing tests that were skipped on offscreenVolker Hilsheimer2022-03-071-3/+2
* Do not rely on transitive includes in testsFabian Kosmale2022-02-141-0/+2
* Stop using deprecated QMouseEvent and QContextMenuEvent ctorsShawn Rutledge2022-02-101-13/+27
* Un-blacklist some passing testsShawn Rutledge2022-02-051-3/+0
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-9/+4
* MouseArea: fix containsMouse behavior during visibility changesVolker Hilsheimer2021-02-122-0/+60
* Remove the qmake project filesFabian Kosmale2021-01-151-16/+0
* Clean up and un-blacklist tst_QQuickMouseArea testsShawn Rutledge2020-11-202-436/+251
* Fix tst_QQuickMouseArea::notPressedAfterStolenGrab againShawn Rutledge2020-11-193-5/+6
* tst_ma::pressedCanceledOnWindowDeactivate: don't pop up second windowShawn Rutledge2020-11-182-13/+2
* Don't copy or assign QEvent instances in testsVolker Hilsheimer2020-11-161-6/+7
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* Un-blacklist Quick tests that are passingShawn Rutledge2020-10-061-6/+0
* skip tst_QQuickMouseArea::nestedEventDelivery on macOSShawn Rutledge2020-10-021-0/+3
* Blacklist various failing testsShawn Rutledge2020-09-251-0/+7
* Blacklist tests due to QPointerEvent changesShawn Rutledge2020-09-181-0/+12
* QQuickWindow: Consider z-order of children when delivering pointer eventsYoungSun Park2020-09-152-0/+71
* Fix MouseArea mouseX/mouseY coordinates while draggingShawn Rutledge2020-06-292-3/+94
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-231-13/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-092-0/+74
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Frederik Gladhorn2020-04-012-0/+74
| |\
| | * Fix QQuickMouseArea getting stuck in pressed state when hiding in pressFrederik Gladhorn2020-03-312-0/+74
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-201-1/+1
|\| |