aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels/qqmldelegatemodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port away from QPairZhao Yuhang2025-04-121-5/+5
* QQmlDelegateModel: deep clear context objectsUlf Hermann2025-04-021-5/+3
* Use sticky bindings to write the model through required propertiesUlf Hermann2025-03-131-7/+61
* Quick: Align QQmlTableInstanceModel with QQmlDelegateModelUlf Hermann2025-03-131-0/+4
* QmlModels: Dissolve QQmlAdaptorModelProxyInterfaceUlf Hermann2025-03-121-20/+2
* QmlModels: Properly refcount m_cacheMetaTypeUlf Hermann2025-03-011-5/+1
* QmlModels: Clean up some virtual functions and dtorsUlf Hermann2025-03-011-3/+8
* QmlModels: Clean up the attached metaobjectsUlf Hermann2025-03-011-12/+8
* QmlModels: Do not cache the attached objectUlf Hermann2025-03-011-15/+11
* QmlModels: Move poolTime out of QQmlDelegateModelItemUlf Hermann2025-02-281-12/+16
* QmlModels: Drop QQmlDelegateModelItem::v4Ulf Hermann2025-02-281-2/+1
* DelegateModel: Default-initialize model item members and protect indexUlf Hermann2025-02-281-10/+1
* DelegateModel: Rename "Dispose" methodUlf Hermann2025-02-261-3/+3
* QtQml: Extend QQmlPropertyToPropertyBinding for bindable targetsUlf Hermann2025-01-141-4/+2
* Teach QQmlPropertyToPropertyBinding about grouped propertiesTor Arne Vestbø2024-11-291-1/+2
* QQmlDelegateModel: fix delegates not being created in certain cases v2Mitch Curtis2024-10-031-0/+17
* Revert "QQmlDelegateModel: fix delegates not being created in certain cases"Mitch Curtis2024-10-031-42/+19
* QQmlDelegateModelItem: Avoid unneeded reparenting in destroyObjectFabian Kosmale2024-09-271-2/+5
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-201-2/+2
* Support ListView sections with Q_GADGET modelKaj Grönholm2024-08-151-4/+11
* QQmlDelegateModel: fix delegates not being created in certain casesMitch Curtis2024-07-051-19/+42
* DelegateModel: Fix crash when model changes during model resetDavid Redondo2024-05-301-3/+7
* V4: Slim down FunctionObjectUlf Hermann2024-05-141-16/+20
* QQmlDelegateModel: Use PMF syntax for signal/slot connectionsVladimir Belyavsky2024-04-221-37/+18
* DelegateChooser: React to changes of choice property (via QAIM)Fabian Kosmale2024-04-161-0/+44
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-121-9/+9
* DelegateModel: don't insert items using an invalidated iteratorVolker Hilsheimer2023-11-231-21/+33
* QML: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-10-281-1/+1
* Fix fetching data when reuseItems is trueAleix Pol2023-07-211-0/+3
* Normalize signal/slot signaturesMarc Mutz2023-07-121-4/+4
* QQmlDelegateModelPrivate:object: release objects only with objectRef >0Axel Spoerl2023-07-071-1/+3
* QQmlDelegateModelPrivate::itemsRemoved - keep persisted items in cacheAxel Spoerl2023-06-231-1/+1
* Fix compiler warning in QQmlDelegateModelPrivate::itemsRemoved()Axel Spoerl2023-06-231-2/+2
* Models: Make all model roles available for array modelsUlf Hermann2023-04-271-4/+15
* Models: Avoid crashes when deleting cache itemsUlf Hermann2023-03-301-7/+16
* DelegateModel: handle roleName invalidationFabian Kosmale2023-03-161-6/+27
* QmlModels: Disambiguate engineData() helperFriedemann Kleint2023-02-101-4/+4
* Required properties: Use pointers instead of referencesFabian Kosmale2022-11-101-2/+2
* Doc: Expand DelegateModel documentationPaul Wicking2022-10-191-0/+3
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* Port from container::count() and length() to size()Marc Mutz2022-10-071-24/+24
* V4: Make ExecutionEngine::toVariant() staticUlf Hermann2022-09-201-1/+3
* QmlModels: Fix context and extra object handlingUlf Hermann2022-07-211-51/+79
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Replace synthetic AOT functions with property-to-property bindingsUlf Hermann2022-05-241-30/+4
* QML: Add an option to bind components to filesUlf Hermann2022-05-231-3/+5
* QQmlDelegateModel: Consider only top level required propertiesUlf Hermann2022-05-171-1/+1
* QQmlListCompositor: Clarify relationship of index and cacheIndexUlf Hermann2022-05-111-25/+31
* Fix index handling on insert in QQmlDelegateModelUlf Hermann2022-05-101-1/+1