aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels/qqmldmabstractitemmodeldata_p.h
Commit message (Expand)AuthorAgeFilesLines
* Use sticky bindings to write the model through required propertiesUlf Hermann2025-03-131-1/+3
* QmlModels: Rename the initialization methods for metaobjectsUlf Hermann2025-02-281-3/+3
* DelegateModel: Default-initialize model item members and protect indexUlf Hermann2025-02-281-2/+3
* QQmlAdapterModel: guard against item deletion during notificationVladimir Belyavsky2024-08-291-5/+12
* V4: Slim down FunctionObjectUlf Hermann2024-05-141-3/+8
* QmlModels: Make model object properties non-FINAL againUlf Hermann2024-02-091-3/+3
* QQmlRefCount: de-virtualize dtorMarc Mutz2023-06-251-1/+1
* QQmlRefCount: break all users that attempt to access the dtorMarc Mutz2023-06-251-1/+1
* QML models: Make most properties FINAL to prevent accidental shadowingOliver Eftevaag2023-06-151-2/+2
* Models: Straighten out model and modelData propertiesUlf Hermann2023-03-241-25/+49
* Models: Allow the accessors to be modified when creating itemsUlf Hermann2023-03-161-4/+3
* QML: Use qsizetype as index for IndexedBuiltinFunctionUlf Hermann2023-03-151-1/+1
* Models: Encapsulate members of VDMAbstractItemModelDataUlf Hermann2023-03-151-5/+10
* QmlModels: Split qqmladaptormodel.cpp into multiple filesUlf Hermann2023-03-031-0/+306