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.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
/
qmlmodels
/
qqmldelegatemodel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port away from QPair
Zhao Yuhang
2025-04-12
1
-5
/
+5
*
QQmlDelegateModel: deep clear context objects
Ulf Hermann
2025-04-02
1
-5
/
+3
*
Use sticky bindings to write the model through required properties
Ulf Hermann
2025-03-13
1
-7
/
+61
*
Quick: Align QQmlTableInstanceModel with QQmlDelegateModel
Ulf Hermann
2025-03-13
1
-0
/
+4
*
QmlModels: Dissolve QQmlAdaptorModelProxyInterface
Ulf Hermann
2025-03-12
1
-20
/
+2
*
QmlModels: Properly refcount m_cacheMetaType
Ulf Hermann
2025-03-01
1
-5
/
+1
*
QmlModels: Clean up some virtual functions and dtors
Ulf Hermann
2025-03-01
1
-3
/
+8
*
QmlModels: Clean up the attached metaobjects
Ulf Hermann
2025-03-01
1
-12
/
+8
*
QmlModels: Do not cache the attached object
Ulf Hermann
2025-03-01
1
-15
/
+11
*
QmlModels: Move poolTime out of QQmlDelegateModelItem
Ulf Hermann
2025-02-28
1
-12
/
+16
*
QmlModels: Drop QQmlDelegateModelItem::v4
Ulf Hermann
2025-02-28
1
-2
/
+1
*
DelegateModel: Default-initialize model item members and protect index
Ulf Hermann
2025-02-28
1
-10
/
+1
*
DelegateModel: Rename "Dispose" method
Ulf Hermann
2025-02-26
1
-3
/
+3
*
QtQml: Extend QQmlPropertyToPropertyBinding for bindable targets
Ulf Hermann
2025-01-14
1
-4
/
+2
*
Teach QQmlPropertyToPropertyBinding about grouped properties
Tor Arne Vestbø
2024-11-29
1
-1
/
+2
*
QQmlDelegateModel: fix delegates not being created in certain cases v2
Mitch Curtis
2024-10-03
1
-0
/
+17
*
Revert "QQmlDelegateModel: fix delegates not being created in certain cases"
Mitch Curtis
2024-10-03
1
-42
/
+19
*
QQmlDelegateModelItem: Avoid unneeded reparenting in destroyObject
Fabian Kosmale
2024-09-27
1
-2
/
+5
*
Doc: Replace \instantiates with \nativetype
Paul Wicking
2024-08-20
1
-2
/
+2
*
Support ListView sections with Q_GADGET model
Kaj Grönholm
2024-08-15
1
-4
/
+11
*
QQmlDelegateModel: fix delegates not being created in certain cases
Mitch Curtis
2024-07-05
1
-19
/
+42
*
DelegateModel: Fix crash when model changes during model reset
David Redondo
2024-05-30
1
-3
/
+7
*
V4: Slim down FunctionObject
Ulf Hermann
2024-05-14
1
-16
/
+20
*
QQmlDelegateModel: Use PMF syntax for signal/slot connections
Vladimir Belyavsky
2024-04-22
1
-37
/
+18
*
DelegateChooser: React to changes of choice property (via QAIM)
Fabian Kosmale
2024-04-16
1
-0
/
+44
*
QtQml: Add a wrapper builtin for QQmlV4Function*
Ulf Hermann
2024-04-12
1
-9
/
+9
*
DelegateModel: don't insert items using an invalidated iterator
Volker Hilsheimer
2023-11-23
1
-21
/
+33
*
QML: code tidies: use the 4-arg connect overload
Giuseppe D'Angelo
2023-10-28
1
-1
/
+1
*
Fix fetching data when reuseItems is true
Aleix Pol
2023-07-21
1
-0
/
+3
*
Normalize signal/slot signatures
Marc Mutz
2023-07-12
1
-4
/
+4
*
QQmlDelegateModelPrivate:object: release objects only with objectRef >0
Axel Spoerl
2023-07-07
1
-1
/
+3
*
QQmlDelegateModelPrivate::itemsRemoved - keep persisted items in cache
Axel Spoerl
2023-06-23
1
-1
/
+1
*
Fix compiler warning in QQmlDelegateModelPrivate::itemsRemoved()
Axel Spoerl
2023-06-23
1
-2
/
+2
*
Models: Make all model roles available for array models
Ulf Hermann
2023-04-27
1
-4
/
+15
*
Models: Avoid crashes when deleting cache items
Ulf Hermann
2023-03-30
1
-7
/
+16
*
DelegateModel: handle roleName invalidation
Fabian Kosmale
2023-03-16
1
-6
/
+27
*
QmlModels: Disambiguate engineData() helper
Friedemann Kleint
2023-02-10
1
-4
/
+4
*
Required properties: Use pointers instead of references
Fabian Kosmale
2022-11-10
1
-2
/
+2
*
Doc: Expand DelegateModel documentation
Paul Wicking
2022-10-19
1
-0
/
+3
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-10-13
1
-1
/
+1
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-3
/
+3
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-24
/
+24
*
V4: Make ExecutionEngine::toVariant() static
Ulf Hermann
2022-09-20
1
-1
/
+3
*
QmlModels: Fix context and extra object handling
Ulf Hermann
2022-07-21
1
-51
/
+79
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Replace synthetic AOT functions with property-to-property bindings
Ulf Hermann
2022-05-24
1
-30
/
+4
*
QML: Add an option to bind components to files
Ulf Hermann
2022-05-23
1
-3
/
+5
*
QQmlDelegateModel: Consider only top level required properties
Ulf Hermann
2022-05-17
1
-1
/
+1
*
QQmlListCompositor: Clarify relationship of index and cacheIndex
Ulf Hermann
2022-05-11
1
-25
/
+31
*
Fix index handling on insert in QQmlDelegateModel
Ulf Hermann
2022-05-10
1
-1
/
+1
[next]