aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels
Commit message (Expand)AuthorAgeFilesLines
* Cleanup QQmlTreeModelToTableModel connectionsAntti Määttä2024-04-232-45/+44
* QtQml: Use QHash/QMap's constFind() to avoid unnecessary detachesVladimir Belyavsky2024-04-221-2/+2
* QQmlDelegateModel: Use PMF syntax for signal/slot connectionsVladimir Belyavsky2024-04-221-37/+18
* Declare some missing value typesUlf Hermann2024-04-172-2/+5
* Fix adding columns to TreeViewAntti Määttä2024-04-172-0/+47
* DelegateChooser: React to changes of choice property (via QAIM)Fabian Kosmale2024-04-162-0/+45
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-127-31/+30
* ListModel: Treat QV4::Sequence and QV4::QmlListWrapper like arraysUlf Hermann2024-04-082-19/+32
* QmlModels: Restore bug-compatibility with 6.6Ulf Hermann2024-02-211-1/+1
* Partially revert "QML models: Make most properties FINAL to prevent accidenta...Fabian Kosmale2024-02-184-21/+21
* QmlModels: Make model object properties non-FINAL againUlf Hermann2024-02-094-10/+10
* QmlModels: Explicitly clear list data dynamic metaobjectUlf Hermann2024-01-302-7/+12
* Remove the use of GENERATE_PRIVATE_CPP_EXPORTSAlexey Edelev2024-01-111-2/+1
* Remove the use of Q_QMLMODELS_PRIVATE_EXPORTAlexey Edelev2024-01-0913-17/+17
* DelegateModel: Do not redundantly re-scan model data all the timeUlf Hermann2023-12-222-3/+15
* Doc: Fix linking to Qt Qml moduleTopi Reinio2023-12-013-3/+3
* QmlModels: Create dynamic properties on the fly when initializingUlf Hermann2023-11-272-2/+39
* DelegateModel: don't insert items using an invalidated iteratorVolker Hilsheimer2023-11-232-22/+39
* Remove all QML_DECLARE_TYPE from src and toolsUlf Hermann2023-11-184-11/+0
* qmlmodels: Expose QModelIndex::data() to QMLKai Uwe Broulik2023-11-012-1/+12
* QML: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-10-281-1/+1
* QtQml.Models: Amend documentation for ListModelUlf Hermann2023-10-161-0/+5
* Include what you need: <QPointer>Marc Mutz2023-10-064-0/+7
* Doc: Fix undocumented parameters and broken linksTopi Reinio2023-09-151-0/+3
* QQmlDMAbstractItemModelData: Guard against deletion during model writeKai Uwe Broulik2023-08-211-0/+4
* Fix fetching data when reuseItems is trueAleix Pol2023-07-211-0/+3
* Normalize signal/slot signaturesMarc Mutz2023-07-122-24/+24
* QQmlTreeModelToTableModel: reduce unneeded relocationsMarc Mutz2023-07-121-1/+1
* QQmlDelegateModelPrivate:object: release objects only with objectRef >0Axel Spoerl2023-07-071-1/+3
* QmlModels: Recognize more sequential iterablesUlf Hermann2023-07-061-22/+76
* convert threading example to manual testsOliver Eftevaag2023-07-043-4/+60
* Doc: Don't use versioned Qt imports in QML snippetsKai Köhne2023-06-3013-23/+23
* Doc: Remove warninglimit .qdocconf variableTopi Reinio2023-06-271-3/+0
* QML: Do not leak memory if QQmlData is manipulated from ctorUlf Hermann2023-06-261-3/+6
* QQmlRefCount: de-virtualize dtorMarc Mutz2023-06-254-5/+5
* QQmlRefCount: break all users that attempt to access the dtorMarc Mutz2023-06-254-5/+10
* VDM{Object,List}DelegateDataType: remove unneeded calls to base ctorsMarc Mutz2023-06-232-6/+2
* QQmlDelegateModelPrivate::itemsRemoved - keep persisted items in cacheAxel Spoerl2023-06-231-1/+1
* Fix compiler warning in QQmlDelegateModelPrivate::itemsRemoved()Axel Spoerl2023-06-231-2/+2
* QML models: Make most properties FINAL to prevent accidental shadowingOliver Eftevaag2023-06-1511-42/+42
* Doc: Use correct module identifiers in \qmlproperty commandsTopi Reinio2023-06-092-10/+10
* TreeView: add support for setting a root indexRichard Moe Gustavsen2023-05-241-0/+3
* Remove link to Photo Viewer demoVolker Hilsheimer2023-05-221-1/+1
* Models: Make all model roles available for array modelsUlf Hermann2023-04-275-70/+315
* Models: Fix condition for context objectUlf Hermann2023-04-261-3/+5
* TableInstanceModel: handle roleName invalidationRichard Moe Gustavsen2023-04-182-2/+22
* Models: Avoid crashes when deleting cache itemsUlf Hermann2023-03-301-7/+16
* QQmlInstantiator: Avoid memory leaksUlf Hermann2023-03-292-10/+11
* Doc: Use \relates for functions and macros in the global scopeTopi Reinio2023-03-291-0/+4
* Models: Straighten out model and modelData propertiesUlf Hermann2023-03-245-41/+149