aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickitem2/tst_qquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQuickTest: add and use active focus macrosMitch Curtis2025-04-251-118/+118
* Improve "could not convert argument" error messageMitch Curtis2025-04-021-2/+3
* tst_QQuickItem: fix a memory leakAhmad Samir2025-01-071-0/+1
* tests/: more const containers instead of std::as_const()Ahmad Samir2025-01-071-26/+26
* Pass transformed item on to QQuickItemChangeListener::itemTransformChangedTor Arne Vestbø2024-12-031-3/+5
* Fix readOnly textEdits getting tabFocus on macOSDoris Verria2024-10-091-1/+0
* Add scale and transform notifiersAndrew Forrest2024-10-091-0/+46
* QQuickItem: Correct coordinate conversion to QPointFWang Chuan2024-10-081-0/+9
* QQuickItem::map{To,From}Item: Account for not having a window yetTor Arne Vestbø2024-10-031-0/+27
* QQItem::nextPrevItemInTabFocusChain: Always respect wrap parameterDoris Verria2024-10-011-0/+61
* Expect-fail tst_QQuickItem::activeFocusOnTab9()Tor Arne Vestbø2024-09-271-0/+1
* tst_QQuickItem::embeddedInWidgetsFocus: Ensure Qt::TabFocusAllControlsTor Arne Vestbø2024-09-231-0/+3
* Fix gc interaction when reparenting itemsFabian Kosmale2024-09-101-0/+46
* LayoutMirroring: fix warning messageSami Shalayel2024-07-231-1/+1
* Force active focus to target item in setFocusToTargetItemDoris Verria2024-05-141-1/+10
* Give focus to parent window when focus chain wrapsDoris Verria2024-05-021-0/+73
* QQuickItem::setFocus: Don't return too earlyDoris Verria2024-04-111-0/+53
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* API Cleanup: Remove focusReason from QQuickItem's public API and add docsDoris Verria2024-01-131-53/+42
* QQuickItem::map{To,From}Item: Handle items living in different windowsTor Arne Vestbø2024-01-101-0/+72
* tst_qquickitem: Add focusReason() test caseDoris Verria2023-12-161-0/+177
* Remove remaining foreach in quick testsUlf Hermann2023-08-231-22/+20
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-171-0/+3
* Tests: Silence compiler warnings when checking bitfieldsVolker Hilsheimer2023-04-211-80/+80
* QQuickItem: Fix effective visibility for items without parentVolker Hilsheimer2022-12-011-19/+1
* Visible signal is not emitted when item is removed or added to parentVolker Hilsheimer2022-11-221-6/+109
* Connect to the correct signal in unit testVolker Hilsheimer2022-11-171-2/+4
* QQuickItem: avoid emitting signals during destructionVolker Hilsheimer2022-11-111-0/+47
* Port from container::count() and length() to size()Marc Mutz2022-10-071-50/+50
* QQuickItem: make map(From|To)(Item|Global) type-safe in QMLFabian Kosmale2022-07-261-11/+13
* Use SPDX license identifiersLucie Gérard2022-06-111-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