aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickitem/tst_qquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-041-13/+13
|\|
| * Fix crash with window-less QQuickItemsSimon Hausmann2016-09-301-13/+13
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-0/+24
|\|
| * Fix QQuickItem's setAcceptedMouseButtons functionDan Cape2016-07-211-0/+23
* | Determine QQuickItem::childAt() correctlyKari Hautamäki2016-02-241-0/+42
* | Updated license headersJani Heikkinen2016-01-201-17/+12
|/
* tests/quick: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-271-39/+39
* Return the correct type from Item::mapToItem/Item::mapFromItem.Mitch Curtis2015-04-081-0/+45
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Fix performance regression caused by SG signals in QQuickItem.Gunnar Sletta2014-09-031-8/+13
* Remove references transforms have to items in QQuickItem's destructor.Mitch Curtis2014-08-251-0/+13
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Introducing QQuickItem::sceneGraphInvalidated/sceneGraphInitializedGunnar Sletta2014-07-291-0/+34
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-101-2/+61
|\
| * Follow QOpenGLContext API renamingLaszlo Agocs2014-04-251-1/+1
| * Fix visual parent ownership with scenes that create windowsSimon Hausmann2014-03-281-0/+58
| * Dynamic GL in QuickLaszlo Agocs2014-03-181-2/+3
| * Revert "Fix item polishing"J-P Nurmi2014-02-281-61/+0
| * Fix item polishingJ-P Nurmi2014-02-201-0/+61
* | Compress touch events in QQuickWindow.Gunnar Sletta2014-05-051-0/+4
|/
* Fix interaction of QQuickItems with the garbage collectorSimon Hausmann2014-01-061-0/+65
* Fix touch to mouse synthesis/propagation.Robin Burchell2013-12-131-3/+12
* Fix assert after giving focus to a disabled item.Andrew den Exter2013-11-221-1/+24