aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels/qqmltableinstancemodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* TableInstanceModel: handle roleName invalidationRichard Moe Gustavsen2023-04-181-2/+21
* Required properties: Use pointers instead of referencesFabian Kosmale2022-11-101-3/+3
* QQmlTableInstanceModel: add some extra assertsRichard Moe Gustavsen2022-11-031-0/+6
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* QmlModels: Fix context and extra object handlingUlf Hermann2022-07-211-20/+27
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* QQmlAdaptorModel::setModel: clean up signatureFabian Kosmale2022-02-031-1/+1
* Improve type conversions from/to QJSValueUlf Hermann2021-10-201-1/+2
* qqmltableinstancemodel: add setRequiredProperty()Richard Moe Gustavsen2021-04-301-4/+32
* Remove QQmlEnginePrivate::isQObjectFabian Kosmale2021-03-051-1/+1
* Fix compilation with namespacesEskil Abrahamsen Blomfeldt2020-11-101-2/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-091-4/+9
|\
| * QQmlTableInstanceModel: Restore draining behavior of Qt 5.14Ulf Hermann2020-03-271-4/+9
* | Encapsulate QQmlContextDataUlf Hermann2020-03-231-4/+4
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-091-1/+20
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-031-1/+20
| |\
| | * QQuickTableView: Immediately delete delegates when possibleUlf Hermann2020-02-281-0/+19
| | * QQmlTableInstanceModel: Fix refcounting of metatypesUlf Hermann2020-02-271-3/+13
* | | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-2/+2
|/ /
* | Properly refcount QQmlDelegateModelItemMetaTypeUlf Hermann2020-01-281-1/+2
* | QQmlTableInstanceModel: factor out reuse poolRichard Moe Gustavsen2019-12-041-82/+11
* | QQmlInstanceModel::ReleaseFlags: add enum value 'Pooled'Richard Moe Gustavsen2019-11-281-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-221-1/+5
|\|
| * QQmlTableInstanceModel: always emit index changed when an item is reusedRichard Moe Gustavsen2019-11-141-1/+5
* | Models: Move labs classes into src/imports/labsmodelsUlf Hermann2019-10-151-1/+1
* | Support required properties in model delegatesFabian Kosmale2019-09-121-2/+7
|/
* Move model types into their own libraryUlf Hermann2019-05-021-0/+547