aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktreeview/tst_qquicktreeview.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQuickTableView: support unselecting cellsRichard Moe Gustavsen2024-04-171-4/+10
* Fix adding columns to TreeViewAntti Määttä2024-04-171-0/+43
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* Normalize signal/slot signaturesMarc Mutz2023-07-121-9/+9
* TreeView: add support for setting a root indexRichard Moe Gustavsen2023-05-241-0/+96
* QQuickTreeView test: Fix valid compiler warningVolker Hilsheimer2023-04-181-1/+1
* TableView: deprecate itemAtCell(column, row) in favor of itemAtIndex(modelIndex)Richard Moe Gustavsen2023-02-131-1/+1
* TableView: deprecate modelIndex(row, column) in favor of index(row, column)Richard Moe Gustavsen2023-02-131-23/+23
* QQuickTreeView: change the order of row and column to modelIndex(), v2Richard Moe Gustavsen2022-12-231-21/+21
* QQQuickTreeView: double expand from TreeView, not TreeViewDelegateRichard Moe Gustavsen2022-12-091-0/+33
* Silence warnings from usage of deprecated APIs in testsVolker Hilsheimer2022-11-101-1/+3
* QQmlTreeModelToTableModel: move logic from modelLayoutChanged() to modelLayou...Richard Moe Gustavsen2022-10-211-13/+153
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-6/+6
* Port from container::count() and length() to size()Marc Mutz2022-10-071-13/+13
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* QQuickTreeView: implement support for selecting cellsRichard Moe Gustavsen2022-06-041-0/+227
* QtQuickTest: add API for checking for polish at window levelMitch Curtis2022-06-021-1/+1
* QQuickTreeView: add keyboard navigation supportRichard Moe Gustavsen2022-05-061-0/+63
* QQuickTableView: change order of row and columnRichard Moe Gustavsen2022-04-071-6/+6
* QQuickTreeView: add expandToIndex()Richard Moe Gustavsen2022-02-181-0/+40
* QQuickTreeView: add collapseRecursively()Richard Moe Gustavsen2022-02-141-0/+122
* QQuickTreeView: add expandRecursively()Richard Moe Gustavsen2022-02-141-1/+187
* QQuickTreeView: be able to expand rows that are not yet visible in the viewRichard Moe Gustavsen2022-01-241-0/+25
* quick: add qquicktreeviewRichard Moe Gustavsen2021-12-041-0/+364