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
/
qquickpathview
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tests: include QTest, not QtTest
Giuseppe D'Angelo
2025-04-15
1
-1
/
+1
*
Port away from QPair
Zhao Yuhang
2025-04-12
1
-4
/
+4
*
tests: Swap QScopedPointer<QPointingDevice> for unique_ptr touchscreen
Shawn Rutledge
2025-03-29
1
-5
/
+5
*
Add Qt::Qml before Qt::QmlPrivate to auto tests
Karim Pinter
2024-10-22
1
-0
/
+1
*
Replace mouse-only flick, moveAndPress, moveAndRelease in tests
Shawn Rutledge
2024-07-02
1
-9
/
+15
*
Tests: Avoid some warnings
Ulf Hermann
2024-06-11
1
-2
/
+2
*
Replace all occurrences of Q_OS_MAC with more appropriate defines
Tor Arne Vestbø
2024-06-04
1
-1
/
+1
*
Make sure PathView index isn't negative when filling the model
Kaj Grönholm
2024-04-12
2
-0
/
+91
*
Fix PathView infinite create/remove loops
Kaj Grönholm
2024-04-12
3
-0
/
+92
*
Correct license for test files
Lucie Gérard
2024-02-27
7
-7
/
+7
*
Accept mouse event if grabbed after filtering in PathView
Santhosh Kumar
2023-11-23
2
-0
/
+104
*
Remove remaining foreach in quick tests
Ulf Hermann
2023-08-23
1
-7
/
+6
*
Mark the module as free of Q_FOREACH, except where it isn't
Marc Mutz
2023-08-17
1
-0
/
+2
*
CMake: Make quick tests standalone projects
Alexandru Croitor
2023-07-05
1
-0
/
+6
*
Retire the qt_parse_all_arguments
Amir Masoud Abdol
2023-01-20
1
-2
/
+2
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-2
/
+2
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-162
/
+162
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-09-07
1
-1
/
+1
*
Use the time stamp of the touch event when deliver touch as mouse
Seokha Ko
2022-08-26
1
-0
/
+110
*
CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers
Alexandru Croitor
2022-07-28
1
-2
/
+2
*
Avoid qWaitForWindowActivated() in tst_qquickpathview
Ulf Hermann
2022-07-18
1
-53
/
+19
*
Add license headers to cmake files
Lucie Gérard
2022-07-08
1
-0
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
7
-321
/
+14
*
QtQuickTest: add API for checking for polish at window level
Mitch Curtis
2022-06-02
1
-3
/
+3
*
Cleanup CMakeLists.txt files
Andreas Buhr
2022-05-03
1
-2
/
+0
*
DelegateModel: Use actual bindings for required properties
Ulf Hermann
2022-04-11
1
-1
/
+0
*
Do not rely on transitive includes in tests
Fabian Kosmale
2022-02-14
1
-0
/
+1
*
Stop using deprecated QMouseEvent and QContextMenuEvent ctors
Shawn Rutledge
2022-02-10
1
-3
/
+6
*
Un-blacklist some passing tests
Shawn Rutledge
2022-02-05
1
-3
/
+0
*
Consolidate test helpers into private libraries
Mitch Curtis
2021-09-13
2
-22
/
+18
*
Blacklist tst_qquickpathview::snapOneItem() on macos
Ulf Hermann
2021-08-17
1
-0
/
+3
*
QQuickItem change contains function behavior
Igor Bugaev
2021-07-01
1
-1
/
+1
*
Remove the qmake project files
Fabian Kosmale
2021-01-15
1
-13
/
+0
*
Fix tests that used out-of-context mouse grabs
Shawn Rutledge
2020-11-17
2
-5
/
+4
*
CMake: Regenerate projects to use new qt_internal_ API
Alexandru Croitor
2020-10-06
1
-4
/
+4
*
Un-blacklist Quick tests that are passing
Shawn Rutledge
2020-10-06
1
-2
/
+0
*
Blacklist various failing tests
Shawn Rutledge
2020-09-25
1
-0
/
+2
*
Blacklist tests due to QPointerEvent changes
Shawn Rutledge
2020-09-18
1
-0
/
+2
*
Modernize tst_QQuickPathView::treeModel()
Shawn Rutledge
2020-06-10
2
-8
/
+12
*
Fix some warnings in tst_qquickpathview
Shawn Rutledge
2020-06-10
1
-9
/
+9
*
Autotests: use std::atomic in incubateWhile()
Shawn Rutledge
2020-05-15
1
-7
/
+7
*
CMake: Update Apple platform defines after rename in qtbase
Tor Arne Vestbø
2020-03-17
1
-2
/
+2
*
Regenerate qtdeclarative
Alexandru Croitor
2020-02-12
1
-6
/
+2
*
Merge remote-tracking branch 'origin/dev' into wip/cmake
Leander Beernaert
2020-01-16
2
-0
/
+110
|
\
|
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2019-12-05
2
-0
/
+110
|
|
\
|
|
*
Fix incorrect behavior of PathView with ungrabMouse()
Shin-ichi Okada
2019-12-04
2
-0
/
+110
*
|
|
Regenerate all projects with new CMake API version
Alexandru Croitor
2019-11-15
1
-4
/
+4
*
|
|
Regenerate tests
Alexandru Croitor
2019-11-14
1
-11
/
+2
*
|
|
Merge remote-tracking branch 'origin/dev' into wip/cmake
Alexandru Croitor
2019-10-14
6
-0
/
+432
|
\
|
|
|
*
|
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2019-10-11
1
-0
/
+39
|
|
\
|
[next]