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.5
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/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
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
*
Uniformly support shebang
Fawzi Mohamed
2021-02-15
10
-0
/
+12
*
Blacklist a few tst_qquickflickable tests on macOS
Tor Arne Vestbø
2021-02-15
1
-0
/
+5
*
MouseArea: fix containsMouse behavior during visibility changes
Volker Hilsheimer
2021-02-12
2
-0
/
+60
*
QML: Warn about usage of injected signal parameters
Ulf Hermann
2021-02-12
1
-0
/
+19
*
Support runtime functions evaluation by index through QQmlEngine
Andrei Golubev
2021-02-12
2
-0
/
+41
*
qmllint: Fix false unknown grouped property warning
Maximilian Goldstein
2021-02-12
2
-0
/
+8
*
Unregister value types when tearing down QML types
Ulf Hermann
2021-02-12
3
-5
/
+5
*
Deprecate qmlplugindump
Ulf Hermann
2021-02-12
4
-0
/
+8
*
tst_qqmlengine: remove unused QSKIP
Samuli Piippo
2021-02-12
2
-9
/
+0
*
Replace QScopedPointer with std::unique_ptr
Volker Hilsheimer
2021-02-12
4
-27
/
+27
*
qmllint: Warn about too many or mismatched signal parameters
Ulf Hermann
2021-02-11
3
-0
/
+33
*
QML: Warn about variables being used before their declaration
Ulf Hermann
2021-02-11
2
-0
/
+13
*
Enable tests of manually registered types
Alexey Edelev
2021-02-10
2
-9
/
+5
*
Fix QJSValue string parameters used in signals
Maximilian Goldstein
2021-02-10
2
-0
/
+32
*
Support and prefer QML_IMPORT_PATH over QML2_IMPORT_PATH
Ulf Hermann
2021-02-10
1
-5
/
+5
*
Use QLibraryInfo::QmlImportsPath rather than Qml2ImportsPath
Ulf Hermann
2021-02-09
5
-10
/
+10
*
Make tst_qmldiskcache::regenerateAfterChange() pass on big endian systems
Dmitry Shachnev
2021-02-09
1
-3
/
+2
*
Return errors if validation of inline components fails
Ulf Hermann
2021-02-08
1
-0
/
+17
*
QQuickItemParticle give() method kill particle
Fabio Falsini
2021-02-05
2
-1
/
+6
*
qqmlproxymetaobject: Support invoking methods and slots
Maximilian Goldstein
2021-02-05
3
-0
/
+8
*
Use a QDoubleEndedList for the children of animation group jobs
Ulf Hermann
2021-02-05
4
-24
/
+19
*
QSequentialAnimationGroupJob: Protect against self-deletion
Ulf Hermann
2021-02-05
1
-1
/
+41
*
tst_qquickdesignersupport: blacklist tests that segfault on QEMU
Samuli Piippo
2021-02-05
1
-0
/
+7
*
tst_qquickitemlayer: skip tests when running on offscreen platform
Samuli Piippo
2021-02-05
1
-12
/
+40
*
Import property benchmarks from private repo
Maximilian Goldstein
2021-02-04
8
-0
/
+361
*
qmllint: Fix segmentation fault
Maximilian Goldstein
2021-02-03
3
-0
/
+22
*
QQuickListView: Add autotest so that animated delegate does not crash
Jan Arve Sæther
2021-02-03
3
-0
/
+60
*
QmlBind: support bindable properties
Fabian Kosmale
2021-02-03
4
-0
/
+118
*
QQmlIRLoader: Actually load RequiredPropertyExtraData
Fabian Kosmale
2021-02-03
2
-0
/
+17
*
qmltyperegistrar: Fix handling of default properties
Ulf Hermann
2021-02-02
2
-0
/
+85
*
Make the internals of QQuickAnimatorController private
Ulf Hermann
2021-02-02
1
-0
/
+4
*
qmltyperegistrar: Do not add extensions to local anonymous types
Ulf Hermann
2021-02-02
1
-1
/
+1
*
QuickTest: Do not recurse forever on inline components in enumerateTestCases
Fabian Kosmale
2021-02-01
5
-0
/
+128
*
QmlCompiler: Allow for multiple extensions per object
Ulf Hermann
2021-02-01
8
-0
/
+189
*
Prefer qHypot() over sqrt(a sum of squares)
Edward Welbourne
2021-02-01
1
-0
/
+1
*
tst_qqmlecmascript: Adjust to QObjectCompatProperty change in qtbase
Fabian Kosmale
2021-02-01
1
-2
/
+2
*
Expose getter and setter names of C++ classes in qmltypes files
Fabian Kosmale
2021-01-29
2
-2
/
+9
*
V4: Store instruction pointer before CmpIn
Ulf Hermann
2021-01-27
1
-0
/
+13
*
Make the nameFilters test resilient to file system changes
Volker Hilsheimer
2021-01-26
2
-4
/
+4
*
QmlCompiler: Return after importing a script
Ulf Hermann
2021-01-26
3
-0
/
+9
*
qmllint: Complain if member access check fails for namespaced types
Ulf Hermann
2021-01-26
2
-0
/
+9
*
QQmlJSTypeReader: Guard against empty JS files
Ulf Hermann
2021-01-26
3
-0
/
+10
*
qmltyperegistrar: Make sure we have metatypes for all QML types
Ulf Hermann
2021-01-25
5
-0
/
+150
*
QQmlPropertyBinding: improve error reporting
Fabian Kosmale
2021-01-25
6
-0
/
+118
*
QJSEngine: Add a function to throw a pre-generated error object
Ulf Hermann
2021-01-22
1
-2
/
+4
*
qmllint: Fix auto-importing of qmltypes from same directory
Ulf Hermann
2021-01-21
3
-0
/
+27
*
Avoid memory leaks in QSequentialAnimationGroupJob test
Ulf Hermann
2021-01-21
1
-4
/
+9
*
Expose the list of preferred instance extensions to rendercontrol users
Laszlo Agocs
2021-01-21
1
-0
/
+2
*
qmllint: Remove exceptions for most unknown builtins
Ulf Hermann
2021-01-21
1
-0
/
+2
*
Use new QObjectPrivate connection mechanism in dynamic connections
Andrei Golubev
2021-01-21
3
-0
/
+105
[next]