index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
auto
/
quick
/
qquickitem2
/
tst_qquickitem.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QQuickTest: add and use active focus macros
Mitch Curtis
2025-04-25
1
-118
/
+118
*
Improve "could not convert argument" error message
Mitch Curtis
2025-04-02
1
-2
/
+3
*
tst_QQuickItem: fix a memory leak
Ahmad Samir
2025-01-07
1
-0
/
+1
*
tests/: more const containers instead of std::as_const()
Ahmad Samir
2025-01-07
1
-26
/
+26
*
Pass transformed item on to QQuickItemChangeListener::itemTransformChanged
Tor Arne Vestbø
2024-12-03
1
-3
/
+5
*
Fix readOnly textEdits getting tabFocus on macOS
Doris Verria
2024-10-09
1
-1
/
+0
*
Add scale and transform notifiers
Andrew Forrest
2024-10-09
1
-0
/
+46
*
QQuickItem: Correct coordinate conversion to QPointF
Wang Chuan
2024-10-08
1
-0
/
+9
*
QQuickItem::map{To,From}Item: Account for not having a window yet
Tor Arne Vestbø
2024-10-03
1
-0
/
+27
*
QQItem::nextPrevItemInTabFocusChain: Always respect wrap parameter
Doris Verria
2024-10-01
1
-0
/
+61
*
Expect-fail tst_QQuickItem::activeFocusOnTab9()
Tor Arne Vestbø
2024-09-27
1
-0
/
+1
*
tst_QQuickItem::embeddedInWidgetsFocus: Ensure Qt::TabFocusAllControls
Tor Arne Vestbø
2024-09-23
1
-0
/
+3
*
Fix gc interaction when reparenting items
Fabian Kosmale
2024-09-10
1
-0
/
+46
*
LayoutMirroring: fix warning message
Sami Shalayel
2024-07-23
1
-1
/
+1
*
Force active focus to target item in setFocusToTargetItem
Doris Verria
2024-05-14
1
-1
/
+10
*
Give focus to parent window when focus chain wraps
Doris Verria
2024-05-02
1
-0
/
+73
*
QQuickItem::setFocus: Don't return too early
Doris Verria
2024-04-11
1
-0
/
+53
*
Correct license for test files
Lucie Gérard
2024-02-27
1
-1
/
+1
*
API Cleanup: Remove focusReason from QQuickItem's public API and add docs
Doris Verria
2024-01-13
1
-53
/
+42
*
QQuickItem::map{To,From}Item: Handle items living in different windows
Tor Arne Vestbø
2024-01-10
1
-0
/
+72
*
tst_qquickitem: Add focusReason() test case
Doris Verria
2023-12-16
1
-0
/
+177
*
Remove remaining foreach in quick tests
Ulf Hermann
2023-08-23
1
-22
/
+20
*
Mark the module as free of Q_FOREACH, except where it isn't
Marc Mutz
2023-08-17
1
-0
/
+3
*
Tests: Silence compiler warnings when checking bitfields
Volker Hilsheimer
2023-04-21
1
-80
/
+80
*
QQuickItem: Fix effective visibility for items without parent
Volker Hilsheimer
2022-12-01
1
-19
/
+1
*
Visible signal is not emitted when item is removed or added to parent
Volker Hilsheimer
2022-11-22
1
-6
/
+109
*
Connect to the correct signal in unit test
Volker Hilsheimer
2022-11-17
1
-2
/
+4
*
QQuickItem: avoid emitting signals during destruction
Volker Hilsheimer
2022-11-11
1
-0
/
+47
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-50
/
+50
*
QQuickItem: make map(From|To)(Item|Global) type-safe in QML
Fabian Kosmale
2022-07-26
1
-11
/
+13
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-31
/
+6
*
QQuickItem: Guard against cycles in nextPrevItemInTabFocusChain
Fabian Kosmale
2022-05-06
1
-0
/
+12
*
Fix tst_qquickitem2 on Android
Andreas Buhr
2022-04-11
1
-0
/
+2
*
Enable passing tests that were skipped on offscreen
Volker Hilsheimer
2022-03-07
1
-3
/
+2
*
Do not rely on transitive includes in tests
Fabian Kosmale
2022-02-14
1
-0
/
+1
*
Add QObject::isQuickItemType() for convenience
Yuhang Zhao
2022-01-19
1
-0
/
+15
*
Don't intersect clipRect() with viewport if not ItemObservesViewport
Shawn Rutledge
2021-12-12
1
-10
/
+10
*
Allow any Item to act as a viewport for any of its children
Shawn Rutledge
2021-11-29
1
-0
/
+165
*
Consolidate test helpers into private libraries
Mitch Curtis
2021-09-13
1
-5
/
+6
*
Fix up tst_QQuickItem::contains() test; cat. logging
Shawn Rutledge
2021-07-01
1
-24
/
+29
*
QQuickItem::{width,height}Valid: correctly handle binding being undefined
Fabian Kosmale
2021-06-30
1
-0
/
+17
*
Avoid unnecessary palette allocations
Volker Hilsheimer
2021-06-16
1
-0
/
+41
*
Add active/inactive transition to color group test
Volker Hilsheimer
2021-06-16
1
-0
/
+10
*
Use Inactive color group in inactive windows
Volker Hilsheimer
2021-06-11
1
-0
/
+44
*
QQuickItem: Make x/y/width/height bindable
Fabian Kosmale
2021-06-03
1
-3
/
+30
*
QQuickItem::forceActiveFocus(): actually force active focus
Shawn Rutledge
2021-04-16
1
-0
/
+31
*
Mark overrides in tests, fix compiler warnings
Volker Hilsheimer
2021-04-01
1
-8
/
+8
*
Autotests: stabilize hover event delivery
Richard Moe Gustavsen
2021-03-26
1
-6
/
+3
*
Fix some "can be marked override" warnings
Andreas Buhr
2021-02-23
1
-1
/
+1
*
Don't copy or assign QEvent instances in tests
Volker Hilsheimer
2020-11-16
1
-527
/
+699
[next]