aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktreeview.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQuickTableView: support unselecting cellsRichard Moe Gustavsen2024-04-171-2/+9
* TableView: don't clear existing selectionRichard Moe Gustavsen2024-01-181-44/+21
* TreeView: document how to implement expanding indicatorsRichard Moe Gustavsen2023-11-271-1/+1
* Fix crash issue in quick table view controlSanthosh Kumar2023-11-131-3/+0
* TreeView: add support for setting a root indexRichard Moe Gustavsen2023-05-241-0/+31
* doc: Fix some warnings (broken links)Shawn Rutledge2023-03-281-2/+2
* TableView: deprecate modelIndex(row, column) in favor of index(row, column)Richard Moe Gustavsen2023-02-131-6/+11
* doc, QQuickTreeView: hasChildren should be bool, not intRichard Moe Gustavsen2022-12-231-1/+1
* QQuickTreeView: change the order of row and column to modelIndex(), v2Richard Moe Gustavsen2022-12-231-8/+18
* QQQuickTreeView: double expand from TreeView, not TreeViewDelegateRichard Moe Gustavsen2022-12-091-0/+22
* doc: fix spelling error in qquicktreeview.cppRichard Moe Gustavsen2022-08-091-1/+1
* Doc: Fix linking issuesTopi Reinio2022-06-291-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* QQuickTreeView: implement support for selecting cellsRichard Moe Gustavsen2022-06-041-0/+58
* QQuickTreeView: add keyboard navigation supportRichard Moe Gustavsen2022-05-061-0/+27
* Quick: includemocsMarc Mutz2022-04-291-0/+2
* QQuickTableView: change order of row and columnRichard Moe Gustavsen2022-04-071-1/+1
* doc: TreeView and delegate doc and warning improvementsShawn Rutledge2022-04-051-3/+3
* Fix C++20 buildGiuseppe D'Angelo2022-03-241-2/+2
* QQuickTableView: refactor mapping functions from QQuickTreeViewRichard Moe Gustavsen2022-03-051-88/+7
* QQuickTreeView: refactor 'setRequiredProperty()' into QQuickTableViewRichard Moe Gustavsen2022-02-221-27/+0
* QQuickTreeView: add expandToIndex()Richard Moe Gustavsen2022-02-181-0/+69
* QQuickTreeView: add missing \since 6.4 linesRichard Moe Gustavsen2022-02-181-0/+2
* QQuickTreeView: add collapseRecursively()Richard Moe Gustavsen2022-02-141-3/+63
* QQuickTreeView: add expandRecursively()Richard Moe Gustavsen2022-02-141-11/+65
* QQuickTreeView: be able to expand rows that are not yet visible in the viewRichard Moe Gustavsen2022-01-241-6/+8
* Doc: Fix documentation warningsTopi Reinio2021-12-171-1/+1
* Doc: Fix documentation warningsTopi Reinio2021-12-061-14/+13
* quick: add qquicktreeviewRichard Moe Gustavsen2021-12-041-0/+496