| Commit message (Expand) | Author | Age | Files | Lines |
| * | QmlModels: Split QQmlDelegateModelItem::m_objectRef | Ulf Hermann | 3 days | 1 | -14/+11 |
| * | QmlModels: Rename QQmlDelegateModelItem::isReferenced() | Ulf Hermann | 4 days | 1 | -5/+5 |
| * | QmlModels: Add RAII wrapper for "script" references | Ulf Hermann | 4 days | 1 | -10/+5 |
| * | QmlModels: Add QQmlDelegateModelItem::destroyObject() and use it | Ulf Hermann | 11 days | 1 | -14/+8 |
| * | QmlModels: Better encapsulate QQmlDelegateModelItem | Ulf Hermann | 12 days | 1 | -79/+85 |
| * | QmlModels: Use destroyObject() for destroying a model object | Ulf Hermann | 12 days | 1 | -4/+2 |
| * | Add security header for src/qmlmodels | Fabian Kosmale | 2025-09-16 | 1 | -0/+1 |
| * | QmlModels: Signal list model changes also via QQmlTableInstanceModel | Ulf Hermann | 2025-09-15 | 1 | -2/+2 |
| * | QQuickTableView: Expose internal model changes via the model property | Ulf Hermann | 2025-09-15 | 1 | -3/+16 |
| * | Use sticky bindings to write the model through required properties | Ulf Hermann | 2025-03-13 | 1 | -3/+10 |
| * | Quick: Align QQmlTableInstanceModel with QQmlDelegateModel | Ulf Hermann | 2025-03-13 | 1 | -0/+13 |
| * | QuickControls: Add vertical and horizontal header view delegates | MohammadHossein Qanbari | 2025-03-06 | 1 | -0/+5 |
| * | QmlModels: Move poolTime out of QQmlDelegateModelItem | Ulf Hermann | 2025-02-28 | 1 | -2/+1 |
| * | DelegateModel: Default-initialize model item members and protect index | Ulf Hermann | 2025-02-28 | 1 | -11/+11 |
| * | Check qml context object state in the table instance model only needed | Santhosh Kumar | 2024-08-14 | 1 | -2/+1 |
| * | TableInstanceModel: handle roleName invalidation | Richard Moe Gustavsen | 2023-04-18 | 1 | -2/+21 |
| * | Required properties: Use pointers instead of references | Fabian Kosmale | 2022-11-10 | 1 | -3/+3 |
| * | QQmlTableInstanceModel: add some extra asserts | Richard Moe Gustavsen | 2022-11-03 | 1 | -0/+6 |
| * | Port from container::count() and length() to size() | Marc Mutz | 2022-10-07 | 1 | -1/+1 |
| * | QmlModels: Fix context and extra object handling | Ulf Hermann | 2022-07-21 | 1 | -20/+27 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | QQmlAdaptorModel::setModel: clean up signature | Fabian Kosmale | 2022-02-03 | 1 | -1/+1 |
| * | Improve type conversions from/to QJSValue | Ulf Hermann | 2021-10-20 | 1 | -1/+2 |
| * | qqmltableinstancemodel: add setRequiredProperty() | Richard Moe Gustavsen | 2021-04-30 | 1 | -4/+32 |
| * | Remove QQmlEnginePrivate::isQObject | Fabian Kosmale | 2021-03-05 | 1 | -1/+1 |
| * | Fix compilation with namespaces | Eskil Abrahamsen Blomfeldt | 2020-11-10 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-04-09 | 1 | -4/+9 |
| |\ |
|
| | * | QQmlTableInstanceModel: Restore draining behavior of Qt 5.14 | Ulf Hermann | 2020-03-27 | 1 | -4/+9 |
| * | | Encapsulate QQmlContextData | Ulf Hermann | 2020-03-23 | 1 | -4/+4 |
| * | | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-03-09 | 1 | -1/+20 |
| |\| |
|
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15 | Qt Forward Merge Bot | 2020-03-03 | 1 | -1/+20 |
| | |\ |
|
| | | * | QQuickTableView: Immediately delete delegates when possible | Ulf Hermann | 2020-02-28 | 1 | -0/+19 |
| | | * | QQmlTableInstanceModel: Fix refcounting of metatypes | Ulf Hermann | 2020-02-27 | 1 | -3/+13 |
| * | | | Use QTypeRevision for all versions and revisions | Ulf Hermann | 2020-02-03 | 1 | -2/+2 |
| |/ / |
|
| * | | Properly refcount QQmlDelegateModelItemMetaType | Ulf Hermann | 2020-01-28 | 1 | -1/+2 |
| * | | QQmlTableInstanceModel: factor out reuse pool | Richard Moe Gustavsen | 2019-12-04 | 1 | -82/+11 |
| * | | QQmlInstanceModel::ReleaseFlags: add enum value 'Pooled' | Richard Moe Gustavsen | 2019-11-28 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15 | Liang Qi | 2019-11-22 | 1 | -1/+5 |
| |\| |
|
| | * | QQmlTableInstanceModel: always emit index changed when an item is reused | Richard Moe Gustavsen | 2019-11-14 | 1 | -1/+5 |
| * | | Models: Move labs classes into src/imports/labsmodels | Ulf Hermann | 2019-10-15 | 1 | -1/+1 |
| * | | Support required properties in model delegates | Fabian Kosmale | 2019-09-12 | 1 | -2/+7 |
| |/ |
|
| * | Move model types into their own library | Ulf Hermann | 2019-05-02 | 1 | -0/+547 |