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
/
qmltest
/
quicktest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QQuickTest: add and use active focus macros
Mitch Curtis
2025-04-25
1
-0
/
+41
*
QtQml: Encapsulate QQmlComponentPrivate
Ulf Hermann
2024-12-11
1
-1
/
+1
*
QuickTest: write test exit code for androidtestrunner
Assam Boudjelthia
2024-10-30
1
-1
/
+29
*
quick_test_main_with_setup: only activate windows where supported
Mitch Curtis
2024-05-15
1
-4
/
+8
*
Qt Quick Test: print backtraces for crashes
Mitch Curtis
2024-04-17
1
-0
/
+6
*
quicktest: Workaround for spurious ambiguity issue on Integrity
Fabian Kosmale
2024-04-17
1
-3
/
+3
*
Revert "Adapt layouts to take advantage of new size policy information"
Santhosh Kumar
2024-02-29
1
-1
/
+0
*
Adapt layouts to take advantage of new size policy information
Santhosh Kumar
2024-02-22
1
-0
/
+1
*
QtQml: Use CompiledData::CompilationUnit in more places
Ulf Hermann
2024-01-20
1
-3
/
+4
*
QtQml: Move type name cache into base CU
Ulf Hermann
2024-01-18
1
-1
/
+1
*
QtQml: Move ResolvedTypeReference into base CU
Ulf Hermann
2024-01-13
1
-2
/
+2
*
QtQml: Remove QQmlTypeLoader from QQmlImport
Ulf Hermann
2024-01-11
1
-2
/
+4
*
Rewrite QuickTests's qWaitForSignal
Mårten Nordheim
2023-11-06
1
-12
/
+36
*
Document that running a Quick Test always show a window
Volker Hilsheimer
2023-04-18
1
-32
/
+26
*
QmlTest: Move declaration of helper qWaitForSignal() to a header
Friedemann Kleint
2023-02-10
1
-1
/
+1
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-4
/
+4
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-3
/
+3
*
qmltest: use variadic templates instead of QGenericArgument
Thiago Macieira
2022-07-18
1
-2
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
TestCase: add API for checking for polish at window level
Mitch Curtis
2022-06-06
1
-0
/
+6
*
QtQuickTest: add API for checking for polish at window level
Mitch Curtis
2022-06-02
1
-0
/
+66
*
QML: Port QV4::CompiledData::Binding to new special integer bitfield
Ulf Hermann
2022-05-11
1
-2
/
+2
*
QML: Port QV4::CompiledData::Location to new special integer bitfield
Ulf Hermann
2022-05-11
1
-2
/
+2
*
QML: Port QV4::CompiledData::Object to new special integer bitfield
Ulf Hermann
2022-05-11
1
-1
/
+1
*
QuickTest: includemocs
Marc Mutz
2022-04-29
1
-0
/
+2
*
INTEGRITY: Fix some test cases from core/qml folders
Kimmo Ollila
2022-03-03
1
-1
/
+1
*
QuickTest: Do not leak when returning an error
Ulf Hermann
2021-11-09
1
-11
/
+14
*
QuickTest: Do not recurse forever on inline components in enumerateTestCases
Fabian Kosmale
2021-02-01
1
-1
/
+4
*
Drop widgets dependency from quicktest
Ulf Hermann
2021-02-01
1
-30
/
+2
*
Merge the QtTest and Qt.test.qtestroot QML modules
Ulf Hermann
2021-01-12
1
-11
/
+1
*
[Fix] Use the sourceDir if specified
Assam Boudjelthia
2020-08-26
1
-5
/
+6
*
Read tests from qmltest file
Michal Klocek
2020-08-13
1
-3
/
+27
*
Port QtDeclarative from QStringRef to QStringView
Karsten Heimrich
2020-06-16
1
-1
/
+1
*
Remove winrt
Oliver Wolff
2020-06-04
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-09
1
-51
/
+2
|
\
|
*
Add qmltypes for Qt.test.qtestroot
Ulf Hermann
2020-04-06
1
-51
/
+2
|
*
QML: Avoid cyclic references between ResolvedTypeRefence and CU
Ulf Hermann
2020-03-25
1
-5
/
+5
*
|
Encapsulate QV4::ResolvedTypeReference
Ulf Hermann
2020-03-25
1
-6
/
+6
*
|
Quick: Don't qualify OpenGL includes (part two)
Johan Klokkhammer Helsing
2020-02-18
1
-1
/
+1
|
/
*
Port from QLatin1Literal to QLatin1String
Giuseppe D'Angelo
2019-06-11
1
-4
/
+4
*
Fix deprecation warnings in 5.14
Friedemann Kleint
2019-05-29
1
-2
/
+2
*
Split CompiledData::CompilationUnit in two
Ulf Hermann
2019-05-16
1
-3
/
+8
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-03-25
1
-5
/
+7
|
\
|
*
Don't warn if invokable test setup function doesn't exist
Mitch Curtis
2019-03-21
1
-9
/
+20
|
*
QUICK_TEST_MAIN_WITH_SETUP: fix qmlEngineAvailable() being called too late
Mitch Curtis
2019-03-21
1
-8
/
+7
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-02-14
1
-1
/
+5
|
\
|
|
*
Defer QML testing until event loop has started
Tor Arne Vestbø
2019-02-12
1
-1
/
+5
*
|
Merge remote-tracking branch 'origin/5.12' into dev
Qt Forward Merge Bot
2019-01-10
1
-1
/
+1
|
\
|
|
*
quicktest: winrt: Use qml files from resource system by default
Oliver Wolff
2019-01-10
1
-1
/
+1
*
|
Doc: Fix Qt Quick Test documentation
Mitch Curtis
2018-12-14
1
-9
/
+5
[next]