aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickitem2/tst_qquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQuickItem::forceActiveFocus(): actually force active focusShawn Rutledge2021-04-161-0/+31
* Don't copy or assign QEvent instances in testsVolker Hilsheimer2020-11-161-527/+699
* Remove some compiler warningsLars Knoll2020-10-211-3/+3
* Fix QQuickKeyNavigationAttached issueValery Volgutov2020-06-121-0/+17
* Fix copy-pasted typo minimimal -> minimalAllan Sandfeld Jensen2020-03-181-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-031-2/+13
|\
| * QQuickItem: prevent endless loop in focus tab chainWang Chuan2020-03-031-2/+13
* | Make QtQuick::Item::mapFrom/ToItem also accept point and rectAlbert Astals Cid2020-01-241-0/+16
* | Make QtQuick::Item::mapFrom/ToGlobal also accept pointAlbert Astals Cid2020-01-241-0/+8
* | Handle -no-feature-shortcutFriedemann Kleint2019-10-181-0/+6
|/
* Fix read access violation when using KeyNavigation attached propertyTom Scheler2019-07-021-0/+24
* Protect tab focus chain from infinite loops when item is invisibleFrederik Gladhorn2018-08-151-0/+17
* QQuickItem: Guard against null deref in transformationsRobin Burchell2018-04-301-0/+10
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-57/+57
* tests: Wrap qWaitForWindow{Active,Exposed} in QVERIFYv5.11.0-beta1Kari Oikarinen2018-02-231-2/+2
* Replace remaining Q_NULLPTR with nullptrKevin Funk2017-11-171-6/+6
* Enable tests for boot2qtSami Nurmenniemi2017-09-211-0/+4
* Don't crash: Connections with a signal on a nonexistent objectShawn Rutledge2017-05-071-0/+10
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-2/+2
* Quick: Do not calculate the difference in a geometryChangeErik Verbruggen2016-11-101-6/+6
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-201-0/+8
|\
| * Item: sort out mapFromGlobal() and mapToGlobal()J-P Nurmi2016-10-131-0/+8
* | Make LayoutMirroring work with WindowJ-P Nurmi2016-09-121-1/+19
* | Fix itemGeometryChanged() listenersJ-P Nurmi2016-07-131-102/+161
* | QML: Pass the kind of geometry change aroundErik Verbruggen2016-07-111-1/+5
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-0/+198
|\|
| * Fix QQuickItem change listenersJ-P Nurmi2016-05-241-0/+198
* | Get tests building when QT_NO_OPENGL is definedAndy Nichols2016-05-061-2/+2
|/
* Determine QQuickItem::childAt() correctlyKari Hautamäki2016-02-241-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-191-0/+64
|\
| * QQuickItem: fix another infinite loop in nextItemInFocusChain()Liang Qi2016-01-301-0/+64
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-221-0/+22
|\|
| * QQuickItem: fix an infinite loop nextItemInFocusChain()Liang Qi2016-01-201-0/+22
* | Updated license headersJani Heikkinen2016-01-201-17/+12
* | Fixed qtdeclarative tests to pass with updated license headerJani Heikkinen2016-01-201-4/+4
* | QQuickItem: added isAncestorOf()Liang Qi2015-12-071-0/+38
|/
* Fix childrenRect calculationCornelius Mika2015-10-311-0/+17
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-261-0/+26
|\
| * QQuickItem: detect loop in KeyNavigation chainLiang Qi2015-10-141-0/+26
* | QQuickItem: Make setParent() error message more usefulGabriel de Dietrich2015-10-221-1/+4
* | QQuickItem: correct focus reason for key navigationLiang Qi2015-10-141-1/+5
* | Add isTabFence private flagGabriel de Dietrich2015-08-211-0/+72
* | tests/quick: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-271-43/+43
* | Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-3/+3
|/
* Use TabFocusBehavior in QStyleHints in QtQuickLiang Qi2015-02-121-4/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Revert "Temporarily mark grab()/item.layer tests insignificant under ANGLE"Andrew Knight2014-09-301-3/+0
* Update license headers and add new licensesJani Heikkinen2014-08-251-23/+15
* Temporarily mark grab()/item.layer tests insignificant under ANGLEAndrew Knight2014-08-071-0/+3
* QQmlError::toString: improve handling of empty urls.David Faure2014-07-241-1/+1