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
/
qqmlpropertycache
/
tst_qqmlpropertycache.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QQmlPropertyCache: Add rebased() method
Ulf Hermann
2026-04-27
1
-0
/
+30
*
QQmlPropertyCache: Add isComposite() helper and use in checksum()
Ulf Hermann
2026-04-25
1
-0
/
+20
*
tst_qqmlpropertycache: Don't leak dynamic metaobjects
Ulf Hermann
2026-02-25
1
-2
/
+2
*
QtQml: Demote the non-error case of OverridingNonVirtual to qCDebug()
Ulf Hermann
2026-02-24
1
-14
/
+37
*
Qml: Revert metaObject revsion change adaptations
Olivier De Cannière
2026-02-17
1
-11
/
+3
*
QQmlPropertyCache expand Override Semantics. MetaObject path
Dmitrii Akshintsev
2026-02-04
1
-11
/
+66
*
QtQml: Don't crash when assigning to non-existing generalized groups
Ulf Hermann
2026-01-22
1
-0
/
+14
*
Qml override semantics: fix OverridingNonVirtual
Dmitrii Akshintsev
2026-01-12
1
-12
/
+18
*
tst_qqmlpropertycache: Adapt to metaobject layout change
Olivier De Cannière
2025-12-05
1
-3
/
+11
*
QQmlPropertyCache expand Override Semantics. QML path
Dmitrii Akshintsev
2025-12-05
1
-0
/
+264
*
Revert "QtQml: Remove dependency hashing"
Ulf Hermann
2025-05-15
1
-2
/
+145
*
QtQml: Remove dependency hashing
Ulf Hermann
2025-05-13
1
-145
/
+2
*
tst_qqmlpropertycache: Use constants rather than moc output as expected data
Ulf Hermann
2024-11-19
1
-6
/
+7
*
tst_qqmlpropertycache: Adjust to changed metaobject generation
Fabian Kosmale
2024-10-22
1
-4
/
+1
*
tst_qqmlpropertycache: Adjust to modified name mangling from moc
Fabian Kosmale
2024-09-23
1
-6
/
+8
*
QtQml: Resolve generalized group properties during alias resolution
Ulf Hermann
2024-04-05
1
-0
/
+15
*
Correct license for test files
Lucie Gérard
2024-02-27
1
-1
/
+1
*
QtQml: Cache correct properties for signal handlers
Ulf Hermann
2023-09-05
1
-0
/
+67
*
Fix compile error in tst_qqmlpropertycache
Axel Spoerl
2023-01-12
1
-2
/
+2
*
tst_QQmlPropertyCache: work around name chance in moc-generated code
Marc Mutz
2022-06-23
1
-1
/
+19
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-27
/
+2
*
QQmlPropertyCache: Guarantee 1:1 relationship to meta object
Ulf Hermann
2022-04-25
1
-19
/
+13
*
Make most QQmlPropertyData const
Ulf Hermann
2022-03-14
1
-8
/
+8
*
Use const QQmlPropertyCache wherever possible
Ulf Hermann
2022-03-14
1
-20
/
+20
*
Clean up PropertyCache life cycle
Ulf Hermann
2021-11-09
1
-6
/
+6
*
Consolidate test helpers into private libraries
Mitch Curtis
2021-09-13
1
-2
/
+2
*
Reject overrides of final properties (and potentially methods)
Ulf Hermann
2021-06-02
1
-0
/
+44
*
Unregister value types when tearing down QML types
Ulf Hermann
2021-02-12
1
-0
/
+2
*
QQmlPropertyCache: Remove unused copyAndAppend overload
Fabian Kosmale
2020-12-03
1
-3
/
+3
*
Update MetaType things in tests
David Skoland
2020-11-04
1
-1
/
+1
*
Restrict qmlRegisterTypesAndRevisions to major version given
Ulf Hermann
2020-07-16
1
-0
/
+26
*
PropertyCache: Fix resolution of forbidden QObject methods
Ulf Hermann
2020-04-28
1
-0
/
+76
*
Encapsulate QQmlContextData
Ulf Hermann
2020-03-23
1
-0
/
+1
*
Process major versions as part of Q_REVISION
Ulf Hermann
2020-02-13
1
-1
/
+1
*
Use QTypeRevision for all versions and revisions
Ulf Hermann
2020-02-03
1
-2
/
+3
*
Make QtQml work with the latest changes in qtbase
Lars Knoll
2020-01-14
1
-1
/
+3
*
tst_qqmlpropertycache: Avoid memory leaks
Ulf Hermann
2020-01-02
1
-11
/
+25
*
Force creation of metaobjects for top level objects and components
Ulf Hermann
2019-09-13
1
-0
/
+11
*
Remove unused includes of qv8engine_p.h
Ulf Hermann
2019-04-09
1
-1
/
+0
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Liang Qi
2019-02-22
1
-0
/
+21
|
\
|
*
QQmlPropertyCache: support setting an explicit metaObject revision
Richard Moe Gustavsen
2019-02-21
1
-0
/
+21
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-02-15
1
-0
/
+39
|
\
|
|
*
PropertCache: Don't pass Q_GADGET value types as integers
Ulf Hermann
2019-02-14
1
-0
/
+39
*
|
QQmlPropertyCache: Add test that reads and writes short enums
Ulf Hermann
2019-01-03
1
-1
/
+25
|
/
*
QML: Use all available type information to find enum types
Ulf Hermann
2018-11-19
1
-1
/
+68
*
Clean up manual reference of QQmlTypeData and QQmlPropertyCache
Simon Hausmann
2018-04-26
1
-1
/
+1
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-3
/
+3
*
Move the engine pointer from the property cache to the VME meta object
Lars Knoll
2017-08-02
1
-12
/
+6
*
QML: Make all fields in QQmlPropertyRawData private
Erik Verbruggen
2016-08-10
1
-36
/
+36
*
Add a checksum to QQmlPropertyCache
Simon Hausmann
2016-08-01
1
-0
/
+38
[next]