aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickitem/tst_qquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tests: Avoid some warningsUlf Hermann9 hours1-1/+1
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* Ensure ItemObservesViewport works when item is moved to new ancestorTor Arne Vestbø2023-12-071-0/+72
* tst_qquickitem: Replace manual define with QT_WIDGETS_LIB checkTor Arne Vestbø2023-11-281-3/+3
* Prepare tests for upcoming incremental gcFabian Kosmale2023-11-221-7/+0
* QQuickItem: Do not synthesize replace() for data/resources/childrenUlf Hermann2023-05-091-0/+150
* QQuickItem: Fix effective visibility for items without parentVolker Hilsheimer2022-12-011-0/+2
* QtQml: Clean up VME and interceptor metaobjects on destructionVolker Hilsheimer2022-11-221-0/+25
* Port from container::count() and length() to size()Marc Mutz2022-10-071-7/+7
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* QQuickItem: fix the order of activeFocusChanged signalsIvan Solovev2022-05-061-0/+88
* Do not rely on transitive includes in testsFabian Kosmale2022-02-141-0/+1
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-2/+8
* 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-021-0/+42
* 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-261-0/+7
* 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
* Fix tst_qquickitem::touchEventAcceptIgnoreShawn Rutledge2020-10-291-68/+24
* Fix and improve parts of tst_qquickitemShawn Rutledge2020-10-291-78/+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
* 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
* 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
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-091-0/+35
|\
| * Propagate the LanguageChange events from the QQuickWindow to the itemsAndy Shaw2020-02-251-0/+35
* | Quick: Don't qualify OpenGL includes (part two)Johan Klokkhammer Helsing2020-02-181-0/+3
|/
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-311-0/+8
|\
| * QQuickItem::setParentItem: add child earlierFabian Kosmale2019-10-291-0/+8
* | Remove usages of deprecated APIs of QWheelEventSona Kurazyan2019-08-231-3/+4
|/
* Fix tst_qquickitem::qtBug60123Sami Nurmenniemi2018-07-051-6/+8
* 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-191-0/+52
* 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-181-0/+35
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-2/+5
|\
| * QQuickWindow: don't discard timestamps for wheel eventsJ-P Nurmi2016-10-151-2/+5