index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.10.0
6.10.1
6.10.2
6.10.3
6.11
6.11.0
6.11.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.5.5
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
6.9.2
6.9.3
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
QtQml: Always load from existing compilation units first
Ulf Hermann
2025-03-07
5
-2
/
+82
*
Control: fix regression where hoverEnabled defaulted to false
Mitch Curtis
2025-03-07
2
-0
/
+31
*
test: Improve robustness of tst_QQuickText::baselineOffset()
Eskil Abrahamsen Blomfeldt
2025-03-04
1
-2
/
+2
*
QtQml: Support url and date in 'instanceof' and 'as'
Ulf Hermann
2025-03-01
4
-6
/
+54
*
Fix flaky test tst_qquickColorDialogImpl::dialogCanMoveBetweenWindows
Frédéric Lefebvre
2025-03-01
1
-0
/
+2
*
Material: Fix FloatingPlaceholderText X position
Bartlomiej Moskal
2025-02-28
3
-0
/
+45
*
tst_qquickcontextmenu: fix a couple of things
Mitch Curtis
2025-02-28
2
-3
/
+2
*
Menu: don't trigger a menu item on release if it's not highlighted
Shawn Rutledge
2025-02-28
2
-0
/
+95
*
Don't synthesize QContextMenuEvent if right-button opens a Menu
Shawn Rutledge
2025-02-28
2
-0
/
+64
*
ContextMenu: add to text editing controls
Mitch Curtis
2025-02-28
5
-29
/
+644
*
Don't skip tst_qquickmenubar::menuPosition for non-Basic styles
Oliver Eftevaag
2025-02-27
1
-2
/
+0
*
QtQml: Clean up qmldir redirection
Ulf Hermann
2025-02-27
7
-0
/
+57
*
vectorimage: Use unhinted font layouts
Eskil Abrahamsen Blomfeldt
2025-02-27
4
-5
/
+33
*
QtQml: Fix AOT compiled context for destroy() and toString() methods
Ulf Hermann
2025-02-26
3
-0
/
+133
*
Remove unused variable in test
Matthias Rauter
2025-02-26
1
-1
/
+0
*
Mark unused function parameters to silence compiler warning
Matthias Rauter
2025-02-26
1
-0
/
+2
*
ObjectCreator: Fix memory corruption
Fabian Kosmale
2025-02-25
1
-0
/
+24
*
tst_qquickpopup::tabFence: fix test for all styles
Oliver Eftevaag
2025-02-24
1
-5
/
+4
*
QQ4A: Fix status change listener in service manual test
Petri Virkkunen
2025-02-24
1
-15
/
+24
*
QQuickControlsTestUtils: add VERIFY_VISUAL_FOCUS and use it
Mitch Curtis
2025-02-24
2
-19
/
+19
*
tst_qqmlecmascript: remove Q_DECLARE_METATYPE for built-in type
Thiago Macieira
2025-02-23
1
-1
/
+0
*
Make module ready for source SBOM checking
Lucie Gérard
2025-02-22
2
-0
/
+13
*
Make tst_QQuickPopup::closeOnRightClickOutside reliable
Shawn Rutledge
2025-02-21
1
-0
/
+2
*
Overlay: ignore right button clicks
Mitch Curtis
2025-02-21
7
-8
/
+189
*
QmlCompiler: Tighten detection of assignment to unknown properties
Ulf Hermann
2025-02-21
3
-0
/
+30
*
Use leftPadding of parent menus when flipping submenus
Oliver Eftevaag
2025-02-21
1
-12
/
+13
*
Remove tst_qquicktextedit::keyboardSelection from blacklist
Audun Sutterud
2025-02-21
1
-4
/
+0
*
tst_qmlcppcodegen: Explicitly link against private API
Fabian Kosmale
2025-02-20
1
-0
/
+4
*
tst_qqmlengine: Explicitly link against private API
Fabian Kosmale
2025-02-20
1
-0
/
+1
*
QmlCompiler: Only import hardcoded builtins by default
Ulf Hermann
2025-02-19
3
-0
/
+18
*
qmlformat: Error out when no input files are provided
Olivier De Cannière
2025-02-19
4
-9
/
+34
*
tst_qmlformat: Rework commandLinesOptions test
Olivier De Cannière
2025-02-19
1
-7
/
+4
*
Fix mouse move issue in auto test resetHoveredStateForItemsWithinPopup
Santhosh Kumar
2025-02-19
2
-4
/
+14
*
Compiler: Add missing conversion for variant equality comparisons
Olivier De Cannière
2025-02-19
4
-0
/
+50
*
Blacklist tst_QQuickPopup::resetHoveredStateForItemsWithinPopup on Linux
Santhosh Kumar
2025-02-19
1
-0
/
+3
*
Blacklist tst_QQuickMenu::focusMultiplePopup on Linux
Mitch Curtis
2025-02-19
1
-0
/
+3
*
tst_QQuickMenu::mouse: ensure we click outside of the menu
Mitch Curtis
2025-02-19
1
-4
/
+3
*
tst_qquickmenu: ensure that the menu doesn't open under the mouse
Richard Moe Gustavsen
2025-02-17
1
-2
/
+3
*
tst_qquickmenu::popup: EXPECT_FAIL for iOS style
Doris Verria
2025-02-17
1
-0
/
+2
*
Fix tst_qquickmenubar::menuPosition for all styles
Oliver Eftevaag
2025-02-17
1
-10
/
+11
*
QmlPreview: Fix blacklist implementation
Ulf Hermann
2025-02-13
1
-0
/
+6
*
Check if showView uses updated position
Frédéric Lefebvre
2025-02-13
1
-4
/
+0
*
tst_qquickTextEdit::preeditCursorRectangle verify edit has valid child
Frédéric Lefebvre
2025-02-13
1
-1
/
+1
*
Change for QTRY_VERIFY flaky tst_qquicktextedit::cursorDelegate
Frédéric Lefebvre
2025-02-13
1
-1
/
+1
*
tst_qquickpopup: EXPECT_FAIL several test cases for the Imagine style
Doris Verria
2025-02-12
1
-0
/
+14
*
tst_qquickmenubar::menuPosition: Skip if not running with Basic style
Doris Verria
2025-02-12
1
-2
/
+2
*
tst_qqmenu: Skip subMenuFlipsPositionWhenOutOfBounds if not Basic style
Doris Verria
2025-02-11
1
-1
/
+2
*
tst_qquickpopup: Fix/QEXPECT_FAIL autotest failures
Jan Arve Sæther
2025-02-11
2
-5
/
+11
*
tst_qquickmenubar: fix/QEXPECT_FAIL failures to unblock CI
Mitch Curtis
2025-02-11
1
-1
/
+3
*
tst_qquickmenu::popup: Make test less flaky
Oliver Eftevaag
2025-02-11
1
-11
/
+20
[next]