aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickitem
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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-242-0/+112
* | Updated license headersJani Heikkinen2016-01-201-17/+12
* | Tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases.Friedemann Kleint2015-09-021-1/+0
|/
* tests/quick: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-271-39/+39
* Mark tests as unstable/flakeySimon Hausmann2015-06-081-0/+2
* Return the correct type from Item::mapToItem/Item::mapFromItem.Mitch Curtis2015-04-082-0/+71
* 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-252-0/+44
* 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-102-2/+76
|\
| * Follow QOpenGLContext API renamingLaszlo Agocs2014-04-251-1/+1
| * Fix visual parent ownership with scenes that create windowsSimon Hausmann2014-03-282-0/+73
| * Dynamic GL in QuickLaszlo Agocs2014-03-181-2/+3