aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickitem2/tst_qquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-181-50/+50
* Use SPDX license identifiersLucie Gérard2022-06-141-31/+6
* QQuickItem: Guard against cycles in nextPrevItemInTabFocusChainFabian Kosmale2022-05-061-0/+12
* Fix tst_qquickitem2 on AndroidAndreas Buhr2022-04-111-0/+2
* Enable passing tests that were skipped on offscreenVolker Hilsheimer2022-03-071-3/+2
* Do not rely on transitive includes in testsFabian Kosmale2022-02-141-0/+1
* Add QObject::isQuickItemType() for convenienceYuhang Zhao2022-01-191-0/+15
* Don't intersect clipRect() with viewport if not ItemObservesViewportShawn Rutledge2021-12-121-10/+10
* Allow any Item to act as a viewport for any of its childrenShawn Rutledge2021-11-291-0/+165
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-5/+6
* Fix up tst_QQuickItem::contains() test; cat. loggingShawn Rutledge2021-07-011-24/+29
* QQuickItem::{width,height}Valid: correctly handle binding being undefinedFabian Kosmale2021-06-301-0/+17
* Avoid unnecessary palette allocationsVolker Hilsheimer2021-06-161-0/+41
* Add active/inactive transition to color group testVolker Hilsheimer2021-06-161-0/+10
* Use Inactive color group in inactive windowsVolker Hilsheimer2021-06-111-0/+44
* QQuickItem: Make x/y/width/height bindableFabian Kosmale2021-06-031-3/+30
* QQuickItem::forceActiveFocus(): actually force active focusShawn Rutledge2021-04-161-0/+31
* Mark overrides in tests, fix compiler warningsVolker Hilsheimer2021-04-011-8/+8
* Autotests: stabilize hover event deliveryRichard Moe Gustavsen2021-03-261-6/+3
* Fix some "can be marked override" warningsAndreas Buhr2021-02-231-1/+1
* 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