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.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
*
Fix CMake warnings in test_qml_app_deployment
Joerg Bornemann
2022-10-26
2
-0
/
+2
*
Propagate ShortcutOverride events up the parent chain
Volker Hilsheimer
2022-10-26
3
-2
/
+67
*
Maintain relative stacking order of popups
Volker Hilsheimer
2022-10-26
2
-0
/
+61
*
Fusion: don't set ButtonText palette role
Mitch Curtis
2022-10-26
1
-1
/
+7
*
Allow opening auto tests as standalone projects in IDEs
Mitch Curtis
2022-10-26
45
-0
/
+270
*
QQuickPopup: forget touchId when closed on press outside
Shawn Rutledge
2022-10-24
1
-64
/
+87
*
qmlformat: do not generate backup files
Semih Yavuz
2022-10-24
1
-0
/
+25
*
Locale: add toString functions
Mitch Curtis
2022-10-24
3
-34
/
+127
*
Android: Unblacklist tst_qquicktextedit::pasteHtmlIntoMarkdown
Samuel Mira
2022-10-24
1
-4
/
+0
*
Ensure Flickable.flickEnded signal is emitted after flick-then-drag
Shawn Rutledge
2022-10-24
1
-0
/
+75
*
QQuickTableView: ensure that column sizes are in sync when using a sync view
Richard Moe Gustavsen
2022-10-24
2
-1
/
+98
*
QQuickTest::initView: set minimum window width and height if unset
Shawn Rutledge
2022-10-24
2
-2
/
+0
*
Make tst_pointerhandlers::buttonDragHandler pass on Boot2Qt
Shawn Rutledge
2022-10-23
1
-0
/
+1
*
Add interop test with DragHandler on Button
Shawn Rutledge
2022-10-23
2
-0
/
+83
*
Make tst_pointerhandlers::buttonTapHandler pass on boot2qt
Shawn Rutledge
2022-10-23
1
-0
/
+1
*
TapHandler: don't cancel on release
Shawn Rutledge
2022-10-23
3
-4
/
+98
*
Use const QPointingDevices in tests
Shawn Rutledge
2022-10-23
3
-10
/
+12
*
Use fixed font, tighten tolerance in TextEdit largeTextObservesViewport
Shawn Rutledge
2022-10-22
3
-11
/
+21
*
qmllint: Warn about duplicated signal/property names
Semih Yavuz
2022-10-22
3
-1
/
+16
*
Fix tst_qquicktextedit::largeTextObservesViewport (scroll backwards)
Shawn Rutledge
2022-10-21
1
-1
/
+1
*
TextEdit: deal with scrolling backwards in plain text
Shawn Rutledge
2022-10-21
1
-6
/
+13
*
QQmlTreeModelToTableModel: move logic from modelLayoutChanged() to modelLayou...
Richard Moe Gustavsen
2022-10-21
4
-14
/
+166
*
MouseArea: don't get stuck in pressed state when disabling in press
Shawn Rutledge
2022-10-21
2
-0
/
+63
*
tst_qqmllocale: evaluate QML in root object context instead of engine's
Mitch Curtis
2022-10-21
2
-8
/
+7
*
Port to new Q_UNREACHABLE_RETURN()
Marc Mutz
2022-10-20
3
-8
/
+4
*
Add QQuickTest::pointerPress/Move/Release convenience functions
Shawn Rutledge
2022-10-20
2
-54
/
+30
*
Skip nestedStopAtBounds when stolen focus cannot be re-gained
Axel Spoerl
2022-10-20
2
-5
/
+6
*
Implement modal blocking for wheel events
Volker Hilsheimer
2022-10-19
3
-0
/
+38
*
Recursively write back value types and sequences
Ulf Hermann
2022-10-19
4
-7
/
+48
*
qml: fix TypeArgumentList
Fawzi Mohamed
2022-10-19
3
-0
/
+28
*
Attempt to stabilize tst_HoverHandler::deviceCursor (part 2)
Shawn Rutledge
2022-10-19
1
-1
/
+6
*
Un-blacklist hoverHandlerAndUnderlyingHoverHandler test
Shawn Rutledge
2022-10-19
1
-3
/
+0
*
QQuickTableView: protect against delegate being deleted
Fabian Kosmale
2022-10-19
2
-0
/
+39
*
qquickpointerhandler_p.h: Clean up includes
Fabian Kosmale
2022-10-19
3
-0
/
+5
*
Add TapHandler.exclusiveSignals to enable single/double tap exclusivity
Shawn Rutledge
2022-10-19
2
-20
/
+155
*
Attempt to stabilize tst_HoverHandler::deviceCursor
Shawn Rutledge
2022-10-19
1
-7
/
+5
*
tst_qquicktextedit: test double- and triple-clicks with delays only
Shawn Rutledge
2022-10-18
1
-8
/
+3
*
Port away from deprecated _qs UDL
Marc Mutz
2022-10-18
3
-9
/
+10
*
Fix baseline execution with native style
Volker Hilsheimer
2022-10-18
1
-4
/
+8
*
Fix bug in FolderListModel's FileInfoThread
Mitch Curtis
2022-10-18
1
-8
/
+0
*
tst_reformatter: fix Clang -Wunused-but-set-variable
Marc Mutz
2022-10-18
1
-4
/
+0
*
Add option to enforce function signatures
Ulf Hermann
2022-10-14
8
-0
/
+174
*
Use SPDX license identifiers
Lucie Gérard
2022-10-14
7
-233
/
+14
*
QQuickTableView: forward sync view calls to setColumnWidth/RowHeight
Richard Moe Gustavsen
2022-10-14
1
-0
/
+58
*
qmlcompiler: refactor ContextualTypes to know its context
Sami Shalayel
2022-10-14
1
-1
/
+2
*
QmlCompiler: early return from array bindings
Semih Yavuz
2022-10-14
2
-0
/
+15
*
Qml: Analyze qsTranslate at compile time
Ulf Hermann
2022-10-13
3
-3
/
+10
*
QV4::Scope: Forbid calling alloc with qint64
Fabian Kosmale
2022-10-13
1
-0
/
+15
*
QV4: Avoid memory corruption in Reflect.apply
Fabian Kosmale
2022-10-13
1
-0
/
+17
*
Make QQuickAttachedPropertyPropagator public
Mitch Curtis
2022-10-13
1
-36
/
+186
[next]