aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels
Commit message (Expand)AuthorAgeFilesLines
* QQmlInstantiator: Improve model handlingUlf Hermann4 days2-13/+23
* Doc: Unify spelling of Qt Qml modulesJaishree Vyas2025-06-051-1/+1
* Provide a way to sieve data in QML through the SortFilterProxyModelJan Arve Sæther2025-05-3027-0/+5020
* Introduce a TreeModel QML typeMate Barany2025-05-281-0/+6
* QQmlListModel: Align variants of set() for array-likesUlf Hermann2025-05-202-24/+32
* QQmlListModel: Do not crash or leak when querying inner modelsUlf Hermann2025-04-291-5/+10
* Port away from QPairZhao Yuhang2025-04-123-7/+7
* QQmlDelegateModel: deep clear context objectsUlf Hermann2025-04-021-5/+3
* Doc: Improve DelegateModelAccess enum documentationUlf Hermann2025-03-241-7/+9
* Doc: Update documentation about writing the model from delegatesUlf Hermann2025-03-241-0/+2
* Expose delegateModelAccess from QQuickRepeaterUlf Hermann2025-03-181-0/+11
* Use sticky bindings to write the model through required propertiesUlf Hermann2025-03-1312-34/+139
* Quick: Align QQmlTableInstanceModel with QQmlDelegateModelUlf Hermann2025-03-135-21/+36
* QmlModels: Dissolve QQmlAdaptorModelProxyInterfaceUlf Hermann2025-03-125-35/+17
* QQuickRepeater: Improve model handlingUlf Hermann2025-03-121-0/+63
* QQuickRepeater: Fix model creationUlf Hermann2025-03-111-0/+23
* QuickControls: Add vertical and horizontal header view delegatesMohammadHossein Qanbari2025-03-062-0/+7
* TreeToTableModel: replace another QList with a QVarLengthArrayVolker Hilsheimer2025-03-041-1/+1
* TreeToTableModel: Store queued changes using only top and bottom rowVolker Hilsheimer2025-03-042-48/+31
* TreeToTableModel: remove unused m_column memberVolker Hilsheimer2025-03-012-5/+4
* TreeToTableModel: reduce memory allocations for changing rolesVolker Hilsheimer2025-03-012-26/+19
* QmlModels: Properly refcount m_cacheMetaTypeUlf Hermann2025-03-012-6/+2
* QmlModels: Clean up some virtual functions and dtorsUlf Hermann2025-03-016-10/+16
* QmlModels: Clean up the attached metaobjectsUlf Hermann2025-03-012-14/+10
* QmlModels: Do not cache the attached objectUlf Hermann2025-03-012-16/+25
* QmlModels: Move poolTime out of QQmlDelegateModelItemUlf Hermann2025-02-283-18/+32
* QmlModels: Drop QQmlDelegateModelItem::v4Ulf Hermann2025-02-284-9/+8
* QmlModels: Rename the initialization methods for metaobjectsUlf Hermann2025-02-282-6/+5
* DelegateModel: Default-initialize model item members and protect indexUlf Hermann2025-02-288-41/+35
* DelegateModel: Rename "Dispose" methodUlf Hermann2025-02-262-4/+4
* Doc: Fix incorrect QML base types, QML property typesTopi Reinio2025-02-142-11/+14
* ListElement: Link to QML version of QT_TR_NOOPFabian Kosmale2025-01-281-2/+3
* Remove some unneeded destructor declarationsGiuseppe D'Angelo2025-01-201-1/+0
* QtQml: Extend QQmlPropertyToPropertyBinding for bindable targetsUlf Hermann2025-01-141-4/+2
* Docs: Organize articles in the qtqmlmodels moduleAlexei Cazacov2025-01-082-9/+34
* QtQml: Avoid potential gc issuesFabian Kosmale2024-12-181-6/+14
* QtQml: Do not use ExecutableCompilationUnit in verifyBindings()Ulf Hermann2024-12-042-7/+21
* Teach QQmlPropertyToPropertyBinding about grouped propertiesTor Arne Vestbø2024-11-291-1/+2
* doc: Modernize QFileSystemModel snippet and get it workingShawn Rutledge2024-11-274-16/+58
* Move DelegateChooser from Qt.labs.models to QtQml.ModelsOliver Eftevaag2024-11-193-0/+420
* QObject: implement the ### Qt7 for dynamicMetaObject()Thiago Macieira2024-11-144-3/+22
* QtQml: Call lookups based on enums rather than via function pointersUlf Hermann2024-10-241-2/+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-032-44/+19
* QQmlDelegateModelItem: Avoid unneeded reparenting in destroyObjectFabian Kosmale2024-09-271-2/+5
* QQmlObjectModel: Mark elements when marking the object modelUlf Hermann2024-09-252-19/+80
* QQmlListCompositor: fix QT_QML_TRACE_LISTCOMPOSITOR build error (again)Volker Hilsheimer2024-09-251-1/+1
* QQmlListCompositor: fix QT_QML_TRACE_LISTCOMPOSITOR build errorMitch Curtis2024-09-251-1/+1
* QQmlAdapterModel: guard against item deletion during notificationVladimir Belyavsky2024-08-291-5/+12
* QQmlObjectModel: Guard against spontaneous deletion of objectsUlf Hermann2024-08-221-6/+8