aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels/qqmltreemodeltotablemodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port away from QPairZhao Yuhang2025-04-121-1/+1
* TreeToTableModel: replace another QList with a QVarLengthArrayVolker Hilsheimer2025-03-041-1/+1
* TreeToTableModel: Store queued changes using only top and bottom rowVolker Hilsheimer2025-03-041-43/+28
* TreeToTableModel: remove unused m_column memberVolker Hilsheimer2025-03-011-4/+4
* TreeToTableModel: reduce memory allocations for changing rolesVolker Hilsheimer2025-03-011-22/+14
* Cleanup QQmlTreeModelToTableModel connectionsAntti Määttä2024-04-231-45/+42
* Fix adding columns to TreeViewAntti Määttä2024-04-171-0/+43
* Normalize signal/slot signaturesMarc Mutz2023-07-121-20/+20
* QQmlTreeModelToTableModel: reduce unneeded relocationsMarc Mutz2023-07-121-1/+1
* TreeView: add support for setting a root indexRichard Moe Gustavsen2023-05-241-0/+3
* QQuickTreeViewDelegate: implement edit delegatesRichard Moe Gustavsen2022-12-081-0/+5
* QQmlTreeModelToTableModel: move logic from modelLayoutChanged() to modelLayou...Richard Moe Gustavsen2022-10-211-26/+63
* 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-2/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-071-19/+19
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* QmlModels: includemocsMarc Mutz2022-04-291-0/+2
* QQmlTreeModelToTableModel: build in C++20Giuseppe D'Angelo2022-03-241-2/+2
* QQuickTreeView: add collapseRecursively()Richard Moe Gustavsen2022-02-141-0/+24
* QQuickTreeView: add expandRecursively()Richard Moe Gustavsen2022-02-141-0/+26
* QQmlTreeModelToTableModel: make lastChildIndex constRichard Moe Gustavsen2022-02-081-1/+6
* QQmlTreeModelToTableModel: emit layoutChanged() when the layout changesRichard Moe Gustavsen2021-12-171-0/+13
* qmlmodels: add qqmltreemodeltotablemodelRichard Moe Gustavsen2021-12-041-0/+1051