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
/
qmlmodels
/
qqmldelegatemodel_p_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use sticky bindings to write the model through required properties
Ulf Hermann
2025-03-13
1
-1
/
+3
*
Quick: Align QQmlTableInstanceModel with QQmlDelegateModel
Ulf Hermann
2025-03-13
1
-0
/
+3
*
QmlModels: Dissolve QQmlAdaptorModelProxyInterface
Ulf Hermann
2025-03-12
1
-0
/
+1
*
QmlModels: Properly refcount m_cacheMetaType
Ulf Hermann
2025-03-01
1
-1
/
+1
*
QmlModels: Clean up some virtual functions and dtors
Ulf Hermann
2025-03-01
1
-4
/
+4
*
QmlModels: Clean up the attached metaobjects
Ulf Hermann
2025-03-01
1
-2
/
+2
*
QmlModels: Do not cache the attached object
Ulf Hermann
2025-03-01
1
-1
/
+14
*
QmlModels: Move poolTime out of QQmlDelegateModelItem
Ulf Hermann
2025-02-28
1
-4
/
+15
*
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
-11
/
+12
*
DelegateModel: Rename "Dispose" method
Ulf Hermann
2025-02-26
1
-1
/
+1
*
Revert "QQmlDelegateModel: fix delegates not being created in certain cases"
Mitch Curtis
2024-10-03
1
-2
/
+0
*
QQmlDelegateModel: fix delegates not being created in certain cases
Mitch Curtis
2024-07-05
1
-0
/
+2
*
QtQml: Add a wrapper builtin for QQmlV4Function*
Ulf Hermann
2024-04-12
1
-1
/
+1
*
QmlModels: Make model object properties non-FINAL again
Ulf Hermann
2024-02-09
1
-3
/
+3
*
Remove the use of Q_QMLMODELS_PRIVATE_EXPORT
Alexey Edelev
2024-01-09
1
-1
/
+1
*
DelegateModel: don't insert items using an invalidated iterator
Volker Hilsheimer
2023-11-23
1
-1
/
+6
*
Include what you need: <QPointer>
Marc Mutz
2023-10-06
1
-0
/
+1
*
QQmlRefCount: de-virtualize dtor
Marc Mutz
2023-06-25
1
-2
/
+2
*
QQmlRefCount: break all users that attempt to access the dtor
Marc Mutz
2023-06-25
1
-2
/
+5
*
QML models: Make most properties FINAL to prevent accidental shadowing
Oliver Eftevaag
2023-06-15
1
-4
/
+4
*
QmlModels: Fix context and extra object handling
Ulf Hermann
2022-07-21
1
-1
/
+5
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
DelegateModel: Use actual bindings for required properties
Ulf Hermann
2022-04-11
1
-14
/
+0
*
QQmlListProperty: Use qsizetype rather than int for sizes
Ulf Hermann
2020-11-09
1
-2
/
+2
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-09
1
-0
/
+1
|
\
|
*
Trade memory for performance in PropertyUpdater::doUpdate
Fabian Kosmale
2020-03-24
1
-0
/
+1
*
|
Encapsulate QQmlContextData
Ulf Hermann
2020-03-23
1
-2
/
+2
*
|
Add major version to all Q_REVISIONs
Ulf Hermann
2020-02-19
1
-4
/
+4
|
/
*
Properly refcount QQmlDelegateModelItemMetaType
Ulf Hermann
2020-01-28
1
-2
/
+2
*
QQmlDelegateModel: Use QMultiHash where it was intended
Mårten Nordheim
2019-12-10
1
-1
/
+1
*
QQmlDelegateModel: implement support for reusing items
Richard Moe Gustavsen
2019-12-04
1
-2
/
+7
*
QQmlTableInstanceModel: factor out reuse pool
Richard Moe Gustavsen
2019-12-04
1
-1
/
+16
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Liang Qi
2019-11-22
1
-1
/
+1
|
\
|
*
QQmlTableInstanceModel: always emit index changed when an item is reused
Richard Moe Gustavsen
2019-11-14
1
-1
/
+1
*
|
Required properties: Break binding to model on write
Fabian Kosmale
2019-09-18
1
-0
/
+3
*
|
Support required properties in model delegates
Fabian Kosmale
2019-09-12
1
-0
/
+13
|
/
*
Move model types into their own library
Ulf Hermann
2019-05-02
1
-0
/
+450