| Commit message (Expand) | Author | Age | Files | Lines |
| * | TableView: fix initial topRow/bottomRow/leftColumn/rightColumn signals | Miika Pernu | 8 days | 1 | -1/+1 |
| * | tableview: fix build with -no-feature-cursor | Nick Shaforostov | 2025-11-13 | 1 | -1/+3 |
| * | doc: delegateModelAccess was added in Qt 6.10 | Kai Uwe Broulik | 2025-11-06 | 1 | -0/+1 |
| * | Set explicit default security level of all files with default security | Jan Arve Sæther | 2025-09-17 | 1 | -0/+1 |
| * | QQuickTableView: Expose internal model changes via the model property | Ulf Hermann | 2025-09-15 | 1 | -1/+17 |
| * | QtQuick: Simplify TableView model handling | Ulf Hermann | 2025-09-13 | 1 | -17/+15 |
| * | Make it explicit that TableView's rowHeight and columnWidthProvider's can als... | Kai Köhne | 2025-07-24 | 1 | -4/+4 |
| * | QQuickTableView: use correct model when checking if an item is editable | Richard Moe Gustavsen | 2025-06-06 | 1 | -2/+2 |
| * | Doc: Fix \sa in rowHeightProvider | Kai Köhne | 2025-05-22 | 1 | -1/+1 |
| * | Fix TableView::view attached property being null in certain situations | David Redondo | 2025-05-20 | 1 | -0/+3 |
| * | QQuickTableView: ensure focus transfer within the edit delegate works | Richard Moe Gustavsen | 2025-04-03 | 1 | -10/+22 |
| * | QQuickTableView: remove wrong documentation | Richard Moe Gustavsen | 2025-03-27 | 1 | -2/+1 |
| * | Quick: Expose delegateModelAccess from QQuickTableView | Ulf Hermann | 2025-03-18 | 1 | -0/+37 |
| * | TableView: emit commit on editor loss of focus, unless Qt::Key_Escape | Richard Moe Gustavsen | 2025-03-06 | 1 | -12/+31 |
| * | Fix TableView crash when reordering if are either no rows or no columns | Joni Poikelin | 2025-02-04 | 1 | -8/+6 |
| * | Replace QBoolBlocker with QScopedValueRoolback | Thiago Macieira | 2025-01-25 | 1 | -13/+13 |
| * | SelectionRectangle: Deactivate when the last cell is unselected | MohammadHossein Qanbari | 2025-01-09 | 1 | -0/+5 |
| * | TableView: fix -no-feature-quick-draganddrop build | Shawn Rutledge | 2025-01-06 | 1 | -0/+3 |
| * | QQuickTableView: Fix crash when selecting uninitialized TableView | MohammadHossein Qanbari | 2024-12-12 | 1 | -5/+15 |
| * | TableView: fix documentation links | MohammadHossein Qanbari | 2024-12-11 | 1 | -2/+2 |
| * | TableView: only create attached object when used | Richard Moe Gustavsen | 2024-12-05 | 1 | -4/+22 |
| * | TableView: ensure we position the syncView in the right direction | Richard Moe Gustavsen | 2024-12-03 | 1 | -2/+2 |
| * | QQuickSelectable: Fix selection in TableView and TreeView on Android | MohammadHossein Qanbari | 2024-11-28 | 1 | -0/+2 |
| * | Controls: Add TableViewDelegate | MohammadHossein Qanbari | 2024-11-27 | 1 | -12/+77 |
| * | Reset section drag handler to nullptr in the table view | Santhosh Kumar | 2024-11-12 | 1 | -1/+3 |
| * | QQuickTableView: accept rearrange drop event, to avoid misleading animation | Richard Moe Gustavsen | 2024-11-11 | 1 | -0/+1 |
| * | Fix TreeView cell edit | Kaj Grönholm | 2024-11-07 | 1 | -2/+10 |
| * | QQuickTableView: ensure VerticalHeaderView stays in sync | Richard Moe Gustavsen | 2024-09-02 | 1 | -1/+1 |
| * | QQuickTableView: don't leave the viewport in an overshooting state after resize | Richard Moe Gustavsen | 2024-08-21 | 1 | -12/+16 |
| * | QQuickTableView: detect if sync view and sync child is out of sync | Richard Moe Gustavsen | 2024-08-16 | 1 | -10/+24 |
| * | QQuickTableView: remove unused function | Richard Moe Gustavsen | 2024-08-15 | 1 | -12/+0 |
| * | Reset handler state when dragged item dropped outside the drop area | Santhosh Kumar | 2024-08-13 | 1 | -0/+4 |
| * | Fix crash when dragging an invalid item in the header view | Santhosh Kumar | 2024-08-09 | 1 | -0/+2 |
| * | Fix table view to provide the right index to the section size providers | Santhosh Kumar | 2024-08-07 | 1 | -2/+2 |
| * | Doc: fix links in documentation of Quick items | Volker Hilsheimer | 2024-07-12 | 1 | -4/+4 |
| * | QQuickTableView: update the docs for implicitRowHeight/ColumnWidth | Richard Moe Gustavsen | 2024-06-25 | 1 | -16/+10 |
| * | QQuickTableView: update modelIndex() docs | Richard Moe Gustavsen | 2024-06-25 | 1 | -1/+3 |
| * | Reset section drag handler state in the quick table view | Santhosh Kumar | 2024-06-17 | 1 | -3/+9 |
| * | SelectionRectangle: clear selection from TableView | Richard Moe Gustavsen | 2024-06-11 | 1 | -2/+5 |
| * | Support drag and drop section reordering in the table view | Santhosh Kumar | 2024-05-27 | 1 | -18/+294 |
| * | Support moving sections (row and column) in quick table view | Santhosh Kumar | 2024-05-21 | 1 | -30/+329 |
| * | QQuickTableView: support unselecting cells | Richard Moe Gustavsen | 2024-04-17 | 1 | -14/+50 |
| * | SelectionRectangle: ensure we remove or update selection handles if selection... | Richard Moe Gustavsen | 2024-03-26 | 1 | -8/+30 |
| * | QQuickTableView: remove syncView from destructor | Richard Moe Gustavsen | 2024-02-29 | 1 | -0/+8 |
| * | Doc: Fix broken link | Venugopal Shivashankar | 2024-02-23 | 1 | -1/+1 |
| * | TableView: improve debug output | Richard Moe Gustavsen | 2024-01-30 | 1 | -13/+47 |
| * | TableView: don't clear existing selection | Richard Moe Gustavsen | 2024-01-18 | 1 | -5/+17 |
| * | TableView: start a new selection when using Qt::ShiftModifier | Richard Moe Gustavsen | 2024-01-09 | 1 | -3/+12 |
| * | Fix crash issue in quick table view control | Santhosh Kumar | 2023-11-13 | 1 | -4/+10 |
| * | TableView: don't rebuild everything if row count changed | Richard Moe Gustavsen | 2023-11-13 | 1 | -13/+14 |