aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickmousearea
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| |
| * | Fix copy-pasted typo minimimal -> minimalAllan Sandfeld Jensen2020-03-181-1/+1
* | | 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-121-0/+10
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-211-0/+4
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-201-0/+4
| | |\|
| | | * Blacklist tst_qquickmousearea::pressOneAndTapAnother on OpenSuseUlf Hermann2020-02-181-0/+4
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-171-0/+4
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-061-0/+4
| | |\|
| | | * Blacklist tst_qquickmousearea::nestedStopAtBounds on opensuse 15.0Ulf Hermann2020-02-031-0/+4
| * | | Ignore flakey tst_qquickmousearea::pressAndHoldSimon Hausmann2020-02-121-0/+2
| |/ /
* | | Regenerate qtdeclarativeAlexandru Croitor2020-02-121-6/+3
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-162-29/+25
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-092-5/+1
| |\|
| | * Stabilize tst_qquickmousearea::nestedStopAtBounds()Shawn Rutledge2019-12-082-5/+1
| * | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-251-24/+24
* | | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* | | Regenerate testsAlexandru Croitor2019-11-141-10/+3
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-143-2/+37
|\| |
| * | tst_qquickmousearea: avoid calling setContextPropertyFabian Kosmale2019-10-082-2/+5
| |/
| * QQuickMouseArea: fix containsMouse when mousearea become visibleWang Chuan2019-09-231-0/+28
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-171-0/+4
| |\
| | * Blacklist tst_qquickmousearea::nestedStopAtBounds on opensuse 15.0Ulf Hermann2019-09-121-0/+4
* | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-111-1/+1
|\| |
| * | Remove usages of deprecated APIs of QWheelEventSona Kurazyan2019-08-231-1/+1
* | | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+59
|/ /
* / QQuickMouseArea: synchronize relative position after draggingWang Chuan2019-05-291-2/+12
|/
* Move initView() to tests/auto/quick/sharedJan Arve Sæther2019-02-111-67/+42
* Warn, don't crash during nested delivery of mouse or touch pressesShawn Rutledge2018-10-132-0/+82
* tests: refactor and un-blacklist tst_QQuickMouseArea::pressedMultipleButtonsGatis Paeglis2018-03-082-85/+72
* rename containsMask to containmentMaskShawn Rutledge2018-02-271-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-190/+190
* tests: Wrap qWaitForWindow{Active,Exposed} in QVERIFYv5.11.0-beta1Kari Oikarinen2018-02-231-7/+7