aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels/qqmldelegatemodel_p_p.h
Commit message (Expand)AuthorAgeFilesLines
* Use sticky bindings to write the model through required propertiesUlf Hermann2025-03-131-1/+3
* Quick: Align QQmlTableInstanceModel with QQmlDelegateModelUlf Hermann2025-03-131-0/+3
* QmlModels: Dissolve QQmlAdaptorModelProxyInterfaceUlf Hermann2025-03-121-0/+1
* QmlModels: Properly refcount m_cacheMetaTypeUlf Hermann2025-03-011-1/+1
* QmlModels: Clean up some virtual functions and dtorsUlf Hermann2025-03-011-4/+4
* QmlModels: Clean up the attached metaobjectsUlf Hermann2025-03-011-2/+2
* QmlModels: Do not cache the attached objectUlf Hermann2025-03-011-1/+14
* QmlModels: Move poolTime out of QQmlDelegateModelItemUlf Hermann2025-02-281-4/+15
* QmlModels: Drop QQmlDelegateModelItem::v4Ulf Hermann2025-02-281-2/+1
* DelegateModel: Default-initialize model item members and protect indexUlf Hermann2025-02-281-11/+12
* DelegateModel: Rename "Dispose" methodUlf Hermann2025-02-261-1/+1
* Revert "QQmlDelegateModel: fix delegates not being created in certain cases"Mitch Curtis2024-10-031-2/+0
* QQmlDelegateModel: fix delegates not being created in certain casesMitch Curtis2024-07-051-0/+2
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-121-1/+1
* QmlModels: Make model object properties non-FINAL againUlf Hermann2024-02-091-3/+3
* Remove the use of Q_QMLMODELS_PRIVATE_EXPORTAlexey Edelev2024-01-091-1/+1
* DelegateModel: don't insert items using an invalidated iteratorVolker Hilsheimer2023-11-231-1/+6
* Include what you need: <QPointer>Marc Mutz2023-10-061-0/+1
* QQmlRefCount: de-virtualize dtorMarc Mutz2023-06-251-2/+2
* QQmlRefCount: break all users that attempt to access the dtorMarc Mutz2023-06-251-2/+5
* QML models: Make most properties FINAL to prevent accidental shadowingOliver Eftevaag2023-06-151-4/+4
* QmlModels: Fix context and extra object handlingUlf Hermann2022-07-211-1/+5
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* DelegateModel: Use actual bindings for required propertiesUlf Hermann2022-04-111-14/+0
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-091-2/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-091-0/+1
|\
| * Trade memory for performance in PropertyUpdater::doUpdateFabian Kosmale2020-03-241-0/+1
* | Encapsulate QQmlContextDataUlf Hermann2020-03-231-2/+2
* | Add major version to all Q_REVISIONsUlf Hermann2020-02-191-4/+4
|/
* Properly refcount QQmlDelegateModelItemMetaTypeUlf Hermann2020-01-281-2/+2
* QQmlDelegateModel: Use QMultiHash where it was intendedMårten Nordheim2019-12-101-1/+1
* QQmlDelegateModel: implement support for reusing itemsRichard Moe Gustavsen2019-12-041-2/+7
* QQmlTableInstanceModel: factor out reuse poolRichard Moe Gustavsen2019-12-041-1/+16
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-221-1/+1
|\
| * QQmlTableInstanceModel: always emit index changed when an item is reusedRichard Moe Gustavsen2019-11-141-1/+1
* | Required properties: Break binding to model on writeFabian Kosmale2019-09-181-0/+3
* | Support required properties in model delegatesFabian Kosmale2019-09-121-0/+13
|/
* Move model types into their own libraryUlf Hermann2019-05-021-0/+450