aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickitem
Commit message (Expand)AuthorAgeFilesLines
* Send hover events with correct scene and global positionsShawn Rutledge2021-07-061-4/+38
* Don't discard return values from no-discard functionsVolker Hilsheimer2021-03-181-2/+2
* Blacklist tst_qquickitem::hoverEvent on boot2qtShawn Rutledge2021-03-041-0/+3
* Move event delivery from QQWindow to QQuickDeliveryAgentShawn Rutledge2021-02-251-0/+8
* Replace QScopedPointer with std::unique_ptrVolker Hilsheimer2021-02-121-3/+3
* Update hovered on disabled QQuickItemsAllan Sandfeld Jensen2021-01-181-1/+1
* Remove the qmake project filesFabian Kosmale2021-01-151-18/+0
* Stop ungrabbing due to FocusAboutToChangeShawn Rutledge2020-11-181-2/+0
* Fix tst_qquickitem::touchEventAcceptIgnoreShawn Rutledge2020-10-292-70/+24
* Don't send an item a mouse release with a button that it doesn't acceptShawn Rutledge2020-10-291-2/+0
* Fix and improve parts of tst_qquickitemShawn Rutledge2020-10-292-80/+43
* Add tst_qquickitem::mousePropagationToParent() testShawn Rutledge2020-10-291-5/+59
* Fix compiler warning: mark overrides as such, remove virtualVolker Hilsheimer2020-10-231-6/+6
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-4/+4
* Blacklist tests due to QPointerEvent changesShawn Rutledge2020-09-181-0/+8
* Begin handling the QEvent refactoringShawn Rutledge2020-07-151-20/+12
* Replace QTouchEvent::TouchPoint with QEventPointShawn Rutledge2020-07-151-12/+12
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-231-6/+1
* Remove QtQuick.Window pluginUlf Hermann2020-06-151-2/+1
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-111-3/+3
* Improve polish loop detection and diagnosticsJan Arve Sæther2020-05-141-0/+81
* 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-122-0/+38
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-092-0/+35
| |\
| | * Propagate the LanguageChange events from the QQuickWindow to the itemsAndy Shaw2020-02-252-0/+35
| * | Quick: Don't qualify OpenGL includes (part two)Johan Klokkhammer Helsing2020-02-181-0/+3
| |/
* | Regenerate qtdeclarativeAlexandru Croitor2020-02-121-5/+2
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-252-0/+20
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-312-0/+20
| |\
| | * QQuickItem::setParentItem: add child earlierFabian Kosmale2019-10-292-0/+20
* | | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-4/+4
* | | Regenerate testsAlexandru Croitor2019-11-141-11/+2
* | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-111-3/+4
|\| |
| * | Remove usages of deprecated APIs of QWheelEventSona Kurazyan2019-08-231-3/+4
| |/
* / Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+63
|/
* Fix tst_qquickitem::qtBug60123Sami Nurmenniemi2018-07-052-9/+8
* tests: blacklist tst_qquickitem::qtBug60123Gatis Paeglis2018-05-081-0/+3
* tests: un-blacklist tst_qquickitem::ignoreButtonPressNotInAcceptedMouseButtons()Gatis Paeglis2018-03-201-2/+0
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-55/+55
* tests: Wrap qWaitForWindow{Active,Exposed} in QVERIFYv5.11.0-beta1Kari Oikarinen2018-02-231-25/+25
* Add test for detecting invalid mouse button cancel eventSami Nurmenniemi2018-02-193-0/+116
* Blacklist tst_qquickitem::ignoreButtonPressNotInAcceptedMouseButtons()Liang Qi2017-11-061-1/+1
* Blacklist tst_qquickitem::ignoreButtonPressNotInAcceptedMouseButtons() on macOSLiang Qi2017-11-051-0/+2
* Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerJan Arve Saether2017-07-112-34/+24
|\
| * Fix licensingJani Heikkinen2017-05-042-34/+24
* | Default QQuickItem::acceptTouchEvents to true until Qt 6Shawn Rutledge2017-05-101-4/+7
* | Add QQuickItem acceptTouchEvents/setAcceptTouchEvents; require for touchShawn Rutledge2017-04-141-4/+6
|/
* QQuickWindowPrivate::deliverWheelEvent: fix global position of the eventOleg Yadrov2017-02-171-5/+21
* Keys: add shortcutOverride signalMitch Curtis2016-12-182-0/+100
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-2/+5
|\