aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/qquickhoverhandler
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-273-3/+3
* HoverHandler: setHovered(false) for any pointer event outside boundsShawn Rutledge2024-02-212-37/+54
* Blacklist tst_qquickhoverhandler::window on OpenSuseShawn Rutledge2024-02-191-0/+3
* Ensure that HoverHandler reacts if a touchpoint moves out of boundsShawn Rutledge2023-12-282-0/+60
* Update cursor if frame-synchronous hover update discovers hover changeShawn Rutledge2023-11-182-0/+66
* CMake: Make quick tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* 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-312-0/+79
* Attempt to stabilize tst_HoverHandler::deviceCursor (part 2)Shawn Rutledge2022-10-191-1/+6
* Un-blacklist hoverHandlerAndUnderlyingHoverHandler testShawn Rutledge2022-10-191-3/+0
* 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
* Add MouseArea enable/disable checkboxes to lesHoverables autotest qmlShawn Rutledge2022-09-201-0/+11
* QQuickItem: document and test how hover events work wrt the enabled propertyRichard Moe Gustavsen2022-09-161-0/+36
* Add hover enable/disable checkboxes to lesHoverables autotest qmlRichard Moe Gustavsen2022-09-161-52/+89
* DA: ignore disabled HoverHandlers when delivering hover eventsRichard Moe Gustavsen2022-09-161-0/+47
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* Ensure that multiple HoverHandlers can react to multiple device typesShawn Rutledge2022-08-252-0/+147
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Blacklist hoverHandlerAndUnderlyingHoverHandler on macOS CIMitch Curtis2022-07-071-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-112-54/+4
* Cleanup CMakeLists.txt filesAndreas Buhr2022-05-031-2/+0
* Blacklist tst_HoverHandler::movingItemWithHoverHandler() on AndroidAndreas Buhr2022-05-031-0/+3
* QQuickMouseArea: let MouseArea reject hover eventsRichard Moe Gustavsen2022-03-281-4/+4
* QQuickDeliverAgent: don't propagate hover to siblingsRichard Moe Gustavsen2022-03-262-12/+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-032-0/+36
* Blacklist some flaky tst_HoverHandler tests on macosUlf Hermann2021-11-231-0/+7
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-10/+6
* 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
* Remove the qmake project filesFabian Kosmale2021-01-151-15/+0
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* Change the cursor within HoverHandler.marginShawn Rutledge2020-06-302-0/+71
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-123-3/+58
|\
| * qtdeclarative: Disable movingItemWithHoverHandler on macOSMaximilian Goldstein2020-02-121-0/+3
| * Add PointerHandler.cursorShape propertyShawn Rutledge2020-01-312-3/+55
* | Regenerate qtdeclarativeAlexandru Croitor2020-02-121-5/+2
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* | Regenerate testsAlexandru Croitor2019-11-141-9/+2
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+57
|/
* 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-042-1/+38