aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickitem
Commit message (Expand)AuthorAgeFilesLines
* Blacklist tests which fail on OpenGL context creation on AndroidAndreas Buhr2022-05-191-0/+4
* QQuickItem: fix the order of activeFocusChanged signalsIvan Solovev2022-05-071-0/+88
* Cleanup CMakeLists.txt filesAndreas Buhr2022-05-071-2/+0
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-8/+9
* Propagate LocaleChange events down the item treeVolker Hilsheimer2021-07-131-2/+37
* Send hover events with correct scene and global positionsShawn Rutledge2021-07-051-1/+35
* Make QQuickItem containmentMask be dependent on positionIgor Bugaev2021-07-022-0/+82
* QQuickItem change contains function behaviorIgor Bugaev2021-07-011-1/+2
* Mark overrides in tests, fix compiler warningsVolker Hilsheimer2021-04-011-6/+6
* Attempt to stabilize tst_qquickitem::hoverEventShawn Rutledge2021-03-301-1/+3
* Autotests: stabilize hover event deliveryRichard Moe Gustavsen2021-03-262-2/+7
* Blacklist tst_qquickitem::hoverEvent on Ubuntu 20.04Maximilian Goldstein2021-03-191-0/+2
* Don't discard return values from no-discard functionsVolker Hilsheimer2021-03-181-2/+2
* Move event delivery from QQWindow to QQuickDeliveryAgentShawn Rutledge2021-02-241-0/+8
* Fix some "can be marked override" warningsAndreas Buhr2021-02-231-2/+2
* 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