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
/
src
/
quicktestutils
Commit message (
Expand
)
Author
Age
Files
Lines
*
QQuickVisualTestUtils: fix bug in forEachStep
Mitch Curtis
2025-04-23
1
-1
/
+9
*
Fix broken hover in ApplicationWindow's background
Mitch Curtis
2025-04-23
2
-1
/
+4
*
Port away from QPair
Zhao Yuhang
2025-04-12
4
-24
/
+24
*
Check if showView uses updated position
Frédéric Lefebvre
2025-02-13
1
-0
/
+8
*
QtQml: Fix implementation of QQmlDataBlob::progress()
Ulf Hermann
2024-12-11
2
-1
/
+28
*
Move duplicate mouse hover checks into a skip macro
Mitch Curtis
2024-11-22
1
-0
/
+7
*
QQuickVisualTestUtils::compareImages: save images on all failures
Mitch Curtis
2024-11-15
1
-27
/
+37
*
QQuickVisualTestUtils::compareImages: fail if image depth is not 32
Mitch Curtis
2024-11-15
1
-0
/
+4
*
Add missing includes
Fabian Kosmale
2024-10-24
2
-0
/
+2
*
Share code between QQuickViewTestUtils and QQuickVisualTestUtils
Tor Arne Vestbø
2024-09-27
3
-7
/
+5
*
QuickTestUtils: Log reason for showView() failing
Ulf Hermann
2024-09-09
1
-3
/
+13
*
Remove unused QQUICK_VERIFY_POLISH macro
Mitch Curtis
2024-09-05
1
-3
/
+0
*
Wrap SKIP_IF_NO_* macros in do while(false) loop
Mitch Curtis
2024-09-05
1
-4
/
+8
*
Move duplicate window grab checks into a skip macro
Mitch Curtis
2024-09-04
1
-0
/
+4
*
QQuickVisualTestUtils::compareImages: improve saved image path output
Mitch Curtis
2024-09-04
1
-1
/
+1
*
Fix two compile warnings/errors
Matthias Rauter
2024-08-16
1
-2
/
+3
*
QQuickVisualTestUtils::compareImages: save images on failure
Mitch Curtis
2024-08-09
1
-1
/
+31
*
QQuickVisualTestUtils::compareImages: actually check all colors
Mitch Curtis
2024-08-09
1
-2
/
+2
*
CMake: Annotate some targets with SBOM information
Alexandru Croitor
2024-07-11
1
-0
/
+1
*
Replace mouse-only flick, moveAndPress, moveAndRelease in tests
Shawn Rutledge
2024-07-02
2
-44
/
+62
*
QQuickTest::initView: don't do things on Wayland that aren't allowed
Shawn Rutledge
2024-06-29
1
-10
/
+13
*
Call QQuickItem::mouseUngrabEvent() on ungrab from QTabletEvent
Shawn Rutledge
2024-06-28
1
-10
/
+25
*
Move duplicate WindowActivation checks into a skip macro
Mitch Curtis
2024-05-15
1
-0
/
+6
*
Correct license for test files
Lucie Gérard
2024-04-11
12
-12
/
+12
*
quicktestutils: document isDelegateVisible
Mitch Curtis
2024-03-21
1
-0
/
+6
*
quicktestutils: rename delegateVisible to isDelegateVisible
Mitch Curtis
2024-03-21
2
-2
/
+2
*
Use NO_GENERATE_CPP_EXPORTS explicitly
Alexey Edelev
2024-03-20
1
-0
/
+1
*
Fix ubsan build of qtdeclarative
Allan Sandfeld Jensen
2024-02-06
2
-2
/
+2
*
Long live incremental garbage collection in QML!
Fabian Kosmale
2023-12-20
1
-3
/
+3
*
Prepare tests for upcoming incremental gc
Fabian Kosmale
2023-11-22
2
-0
/
+45
*
Include what you need: <QPointer>
Marc Mutz
2023-10-06
1
-0
/
+2
*
Add PointLerper to QQuickVisualTestUtils
Mitch Curtis
2023-06-27
2
-0
/
+77
*
Don't discard blank lines after the end of the headers
Edward Welbourne
2023-06-16
1
-4
/
+2
*
Replace Q_OS_OSX with Q_OS_MACOS
Tor Arne Vestbø
2023-06-07
1
-2
/
+2
*
Fix build with -no-feature-listview and itemviews
Tasuku Suzuki
2023-04-13
4
-0
/
+14
*
tst_QQuickTextInput: Stabilize clipboard related functions on XCB
Axel Spoerl
2023-04-12
1
-1
/
+13
*
Add coordinate-mapping convenience functions to QQuickVisualTestUtils
Mitch Curtis
2023-03-31
2
-0
/
+19
*
QQuickTest::initView: set minimum window width and height if unset
Shawn Rutledge
2022-10-24
1
-0
/
+4
*
Add QQuickTest::pointerPress/Move/Release convenience functions
Shawn Rutledge
2022-10-20
2
-0
/
+98
*
QuickTestUtils: Explicitly depend on Network
Fabian Kosmale
2022-10-11
1
-0
/
+1
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
4
-25
/
+25
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-09-07
1
-1
/
+1
*
QuickTestUtils: Make 'data' subdir configurable
Ulf Hermann
2022-09-07
2
-15
/
+22
*
Remove Qt key words from header files
Yuhang Zhao
2022-07-19
4
-4
/
+4
*
Remove flushFrameSynchronousEvents from qquickwindow_p.h
Johan Solbakken
2022-07-17
1
-1
/
+1
*
Add license headers to cmake files
Lucie Gérard
2022-07-08
1
-0
/
+3
*
Add convenience API for making QQmlDataTest-based tests fail on warnings
Mitch Curtis
2022-07-05
2
-3
/
+18
*
findItem: don't return items with invalid QQmlContexts
Mitch Curtis
2022-06-16
1
-1
/
+4
*
QQuickApplicationHelper: move initialProperties before qmlImportPaths
Mitch Curtis
2022-06-15
2
-3
/
+4
*
quicktestutils: remove duplicated function declaration
Mitch Curtis
2022-06-13
1
-2
/
+0
[next]