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.10.1
6.10.2
6.10.3
6.11
6.11.0
6.11.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.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
/
auto
/
qml
/
qqmlproperty
Commit message (
Expand
)
Author
Age
Files
Lines
*
QQmlPropertyToPropertyBinding: Use JS type coercion
Ulf Hermann
2026-04-22
1
-0
/
+84
*
tests/*: port away from contextless 3-arg QObject::connect
Ahmad Samir
2026-01-14
1
-1
/
+2
*
Replace QVector with QList
Shawn Rutledge
2026-01-09
1
-1
/
+1
*
Extract type conversion into helper
Fabian Kosmale
2025-10-28
1
-0
/
+72
*
QtQml: Fix assigning to QML-defined list properties
Ulf Hermann
2025-10-02
2
-0
/
+9
*
QtQml: Deprecate QQmlPropertyMap default ctor
Ulf Hermann
2025-10-01
1
-9
/
+9
*
QQmlDataTest: drop default try timeout from 5 seconds to 1
Mitch Curtis
2025-08-07
1
-1
/
+1
*
QQmlProperty: Fix read of value type lists
Fabian Kosmale
2025-05-13
1
-0
/
+12
*
QtQml: Fix context traversal in QQmlProperty
Ulf Hermann
2025-04-11
1
-4
/
+27
*
ObjectCreator: Ensure alias property signals are emitted correctly
Wang Chuan
2025-02-04
1
-0
/
+45
*
Add Qt::Qml before Qt::QmlPrivate to auto tests
Karim Pinter
2024-10-22
1
-0
/
+1
*
Correct license for test files
Lucie Gérard
2024-02-27
2
-2
/
+2
*
QtQml: Re-allow change signals in QQmlProperty
Ulf Hermann
2024-02-26
1
-6
/
+23
*
QQmlProperty: fix signal handler warning
Fabian Kosmale
2024-01-30
2
-0
/
+23
*
tst_qqmlproperty: Output errorString if component not ready
Ulf Hermann
2024-01-23
1
-0
/
+1
*
CMake: Make qml tests standalone projects
Alexandru Croitor
2023-07-05
1
-0
/
+6
*
QML: Guard QProperty change triggers against deletion of target
Ulf Hermann
2023-06-16
2
-0
/
+79
*
Only signal list variable assignment once
Mikolaj Boc
2023-04-22
2
-0
/
+29
*
Retire the qt_parse_all_arguments
Amir Masoud Abdol
2023-01-20
1
-2
/
+2
*
QML: Re-allow assigning QVariantList to arbitrary other lists
Ulf Hermann
2023-01-04
2
-0
/
+49
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-10-13
1
-2
/
+2
*
Avoid memory leaks in tst_qqmlproperty.cpp
Ulf Hermann
2022-09-14
1
-157
/
+145
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-09-07
1
-1
/
+1
*
CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers
Alexandru Croitor
2022-07-28
1
-1
/
+1
*
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
2
-54
/
+4
*
Generalize role selection mechanism from QQuickComboBox
Ulf Hermann
2022-05-11
1
-4
/
+3
*
Replace uses of deprecated _qs with _s/QStringLiteral
Sona Kurazyan
2022-04-29
1
-6
/
+8
*
Repair tst_qqmlproperty on Android
Andreas Buhr
2022-04-05
1
-0
/
+4
*
Fix warnings in tests after QQmlListReference change
Volker Hilsheimer
2022-03-21
1
-3
/
+3
*
QQmlProperty: Prohibit ID lookup on explicitly given object
Ulf Hermann
2022-01-21
1
-0
/
+2
*
Don't crash when accessing QVariant data pointer
Volker Hilsheimer
2021-12-11
2
-0
/
+38
*
Do not crash on self-assignment of QQmlProperty
Ulf Hermann
2021-11-10
1
-2
/
+13
*
Fix compiler warning
Volker Hilsheimer
2021-11-09
1
-1
/
+1
*
QQmlProperty: Add flexibility to initProperty()
Ulf Hermann
2021-10-27
1
-0
/
+111
*
Add a Pragma for list assign behavior
Ulf Hermann
2021-10-13
6
-0
/
+174
*
QML engine: Resolve URLs on property assignment when given an env var
Fabian Kosmale
2021-10-06
1
-0
/
+42
*
Consolidate test helpers into private libraries
Mitch Curtis
2021-09-13
2
-5
/
+3
*
Make qt6_qml_type_registration() internal
Craig Scott
2021-08-25
1
-1
/
+1
*
QQmlProperty: Implement DontRemoveBinding support for QProperty
Fabian Kosmale
2021-05-12
1
-0
/
+27
*
Fix some "can be marked override" warnings
Andreas Buhr
2021-02-23
1
-1
/
+1
*
QQmlPropertyPrivate::signalExpression: handle object being null
Fabian Kosmale
2021-02-19
1
-0
/
+10
*
Remove the qmake project files
Fabian Kosmale
2021-01-15
1
-17
/
+0
*
qqml.h: Add QML_IMPLEMENTS_INTERFACES
Maximilian Goldstein
2020-11-23
2
-15
/
+4
*
tst_qqmlproperty: Fix interfaceBinding crash on MSVC 2019
Maximilian Goldstein
2020-11-18
2
-8
/
+25
*
tst_qqmlproperty: Skip crashing interfaceBinding
Maximilian Goldstein
2020-11-17
1
-0
/
+3
*
qtdeclarative: finish fixing compilation with explicit QChar(int)
David Faure
2020-11-07
1
-2
/
+2
*
Update tests to use new metaType system
David Skoland
2020-11-02
1
-14
/
+14
*
CMake: Regenerate projects to use new qt_internal_ API
Alexandru Croitor
2020-10-06
1
-3
/
+3
*
Remove deprecated registration functions
Fabian Kosmale
2020-08-27
1
-1
/
+1
[next]