aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickitem2
Commit message (Expand)AuthorAgeFilesLines
* Fix tst_qquickitem2 on AndroidAndreas Buhr2022-04-111-0/+2
* 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-292-0/+219
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-9/+7
* Fix up tst_QQuickItem::contains() test; cat. loggingShawn Rutledge2021-07-013-25/+30
* QQuickItem::{width,height}Valid: correctly handle binding being undefinedFabian Kosmale2021-06-302-0/+26
* Avoid unnecessary palette allocationsVolker Hilsheimer2021-06-162-0/+76
* Add active/inactive transition to color group testVolker Hilsheimer2021-06-161-0/+10
* Use Inactive color group in inactive windowsVolker Hilsheimer2021-06-112-0/+78
* QQuickItem: Make x/y/width/height bindableFabian Kosmale2021-06-032-3/+32
* QQuickItem::forceActiveFocus(): actually force active focusShawn Rutledge2021-04-162-0/+82
* 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
* Remove the qmake project filesFabian Kosmale2021-01-151-11/+0
* Don't copy or assign QEvent instances in testsVolker Hilsheimer2020-11-161-527/+699
* Remove some compiler warningsLars Knoll2020-10-211-3/+3
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* Fix QQuickKeyNavigationAttached issueValery Volgutov2020-06-122-0/+54
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-201-1/+1
|\
| * Fix copy-pasted typo minimimal -> minimalAllan Sandfeld Jensen2020-03-181-1/+1
* | 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-2/+25
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-032-2/+25
| |\
| | * QQuickItem: prevent endless loop in focus tab chainWang Chuan2020-03-032-2/+25
* | | Regenerate qtdeclarativeAlexandru Croitor2020-02-121-5/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-293-0/+54
|\| |
| * | Make QtQuick::Item::mapFrom/ToItem also accept point and rectAlbert Astals Cid2020-01-243-0/+36
| * | Make QtQuick::Item::mapFrom/ToGlobal also accept pointAlbert Astals Cid2020-01-242-0/+18
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-251-0/+6
|\| |
| * | Handle -no-feature-shortcutFriedemann Kleint2019-10-181-0/+6
| |/
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* | Regenerate testsAlexandru Croitor2019-11-141-11/+2
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+51
|/
* Fix read access violation when using KeyNavigation attached propertyTom Scheler2019-07-022-0/+37
* Protect tab focus chain from infinite loops when item is invisibleFrederik Gladhorn2018-08-152-0/+30
* QQuickItem: Guard against null deref in transformationsRobin Burchell2018-04-302-0/+27
* 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-072-0/+21
* 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-202-0/+18
|\
| * Item: sort out mapFromGlobal() and mapToGlobal()J-P Nurmi2016-10-132-0/+18
* | Make LayoutMirroring work with WindowJ-P Nurmi2016-09-122-1/+26
* | 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
|\|