aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/qquickhoverhandler/tst_qquickhoverhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* HoverHandler: setHovered(false) for any pointer event outside boundsShawn Rutledge2024-02-211-0/+11
* Ensure that HoverHandler reacts if a touchpoint moves out of boundsShawn Rutledge2023-12-281-0/+43
* Update cursor if frame-synchronous hover update discovers hover changeShawn Rutledge2023-11-181-0/+29
* Monthly re-run of clang-tidy qt-* checks (11/2022)Marc Mutz2022-11-021-8/+8
* QQuickItem: don't disable hover if a hover handler is activeRichard Moe Gustavsen2022-10-311-0/+40
* QQuickHoverHandler: listen for parent changes, and update hasHoverInChildRichard Moe Gustavsen2022-10-311-0/+64
* Attempt to stabilize tst_HoverHandler::deviceCursor (part 2)Shawn Rutledge2022-10-191-1/+6
* Attempt to stabilize tst_HoverHandler::deviceCursorShawn Rutledge2022-10-191-7/+5
* Port from container::count() and length() to size()Marc Mutz2022-10-071-42/+42
* QQuickItem: document and test how hover events work wrt the enabled propertyRichard Moe Gustavsen2022-09-161-0/+36
* DA: ignore disabled HoverHandlers when delivering hover eventsRichard Moe Gustavsen2022-09-161-0/+47
* Ensure that multiple HoverHandlers can react to multiple device typesShawn Rutledge2022-08-251-0/+98
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* QQuickMouseArea: let MouseArea reject hover eventsRichard Moe Gustavsen2022-03-281-4/+4
* QQuickDeliverAgent: don't propagate hover to siblingsRichard Moe Gustavsen2022-03-261-4/+4
* Do not rely on transitive includes in testsFabian Kosmale2022-02-141-0/+1
* macOS: Skip test only if cursor can't be movedVolker Hilsheimer2021-12-111-3/+2
* Add HoverHandler.blocking propertyShawn Rutledge2021-12-091-4/+18
* HoverHandler: allow cursorShape binding before parentItem is setShawn Rutledge2021-12-031-0/+23
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-4/+5
* QQuickHoverHandler: don't use passive grabsRichard Moe Gustavsen2021-07-011-8/+8
* Stabilize tst_HoverHandler::movingItemWithHoverHandler()Shawn Rutledge2021-07-011-1/+1
* Autotests: stabilize hover event deliveryRichard Moe Gustavsen2021-03-261-0/+7
* Change the cursor within HoverHandler.marginShawn Rutledge2020-06-301-0/+51
* Add PointerHandler.cursorShape propertyShawn Rutledge2020-01-311-0/+46
* Tests: Fix warnings about ignoring return value of QTest::qWaitForWindowExpos...Friedemann Kleint2019-04-081-1/+1
* Fix a bug where hover events were not sent if the mouse was never movedJan Arve Sæther2019-03-041-0/+37
* Add a HoverHandler autotestShawn Rutledge2018-08-231-0/+234