aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktableview/data
Commit message (Expand)AuthorAgeFilesLines
* Update auto test for row and column reordering in quick table viewSanthosh Kumar2024-05-271-0/+52
* Correct license for test filesLucie Gérard2024-03-221-1/+1
* QQuickTableView: remove syncView from destructorRichard Moe Gustavsen2024-02-291-0/+43
* Correct license for test filesLucie Gérard2024-02-2736-36/+36
* Fix crash issue in quick table view controlSanthosh Kumar2023-11-131-0/+19
* TableView: don't emit rows and columns changed while rebuildingRichard Moe Gustavsen2023-11-091-0/+52
* Fix crash while positioning zero sized table viewSanthosh Kumar2023-06-281-0/+8
* Fix delegate loading issue when valid size is specifiedSanthosh Kumar2023-05-301-0/+31
* TableInstanceModel: handle roleName invalidationRichard Moe Gustavsen2023-04-181-0/+25
* Ignore tap events for table view when interactive is disabledSanthosh Kumar2023-04-111-0/+32
* TableView: deprecate modelIndex(row, column) in favor of index(row, column)Richard Moe Gustavsen2023-02-132-4/+4
* QQuickTableView: set active focus directly on the edit itemRichard Moe Gustavsen2023-01-201-0/+67
* QQuickTableView: don't load any delegates if viewport has zero sizeRichard Moe Gustavsen2023-01-122-0/+33
* QQuickTableView: change the order of row and column to modelIndex()Richard Moe Gustavsen2022-12-211-1/+1
* QQuickTableView: let the edit delegate be a child of the cell delegateRichard Moe Gustavsen2022-12-071-0/+4
* QQuickTableView: implement TableView.editDelegateRichard Moe Gustavsen2022-12-011-0/+56
* QQuickTableView: detect if syncView topLeft has changedRichard Moe Gustavsen2022-11-111-2/+5
* QQuickTableView: do a relayout whenever the view is resizedRichard Moe Gustavsen2022-11-111-0/+40
* QQuickTableView: ensure that column sizes are in sync when using a sync viewRichard Moe Gustavsen2022-10-241-1/+18
* QQuickTableView: protect against delegate being deletedFabian Kosmale2022-10-191-0/+25
* TableView: Add a test for TableView with bound delegate componentsUlf Hermann2022-07-211-0/+63
* Use SPDX license identifiersLucie Gérard2022-06-1130-1118/+60
* QQuickTableView: keep selection model and tableview model in syncRichard Moe Gustavsen2022-04-111-4/+1
* QQuickTableView: implement support for currentIndexRichard Moe Gustavsen2022-03-301-0/+2
* QQuickTableView: implement PositionMode, deprecate usage of Qt::AlignmentRichard Moe Gustavsen2022-03-181-0/+25
* QQuickTableView: implement scrollToCell()Richard Moe Gustavsen2022-03-121-2/+2
* Selection support: make TableView selectableRichard Moe Gustavsen2021-06-031-2/+2
* Selection support: support setting a QItemSelectionModel on TableViewRichard Moe Gustavsen2021-06-022-0/+150
* QQuickTableView: add isColumnLoaded() and isRowLoaded()Richard Moe Gustavsen2021-04-131-0/+103
* QQuickTableView: always update content size when rebuilding small tablesRichard Moe Gustavsen2021-03-261-0/+74
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-101-15/+8
|\
| * QQuickTableView: ensure we release items in the old model and not the newRichard Moe Gustavsen2019-12-091-10/+3
| * QQuickTableView: support assigning a DelegateModelRichard Moe Gustavsen2019-12-091-5/+5
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-053-1/+150
|\|
| * QQuickTableView: Clear items before deleting the modelUlf Hermann2019-12-041-0/+63
| * tst_qquicktableview: fix warning about missing JS functionRichard Moe Gustavsen2019-12-042-1/+87
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-221-0/+1
|\|
| * QQmlTableInstanceModel: always emit index changed when an item is reusedRichard Moe Gustavsen2019-11-141-0/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-041-0/+89
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-121-0/+89
| |\
| | * QQuickTableView: always relayout after a rebuildRichard Moe Gustavsen2019-08-281-0/+89
* | | Support required properties in model delegatesFabian Kosmale2019-09-122-0/+141
|/ /
* / Autotest: add syncView tests for QQuickTableViewRichard Moe Gustavsen2019-05-031-0/+122
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-221-0/+87
|\
| * QQmlDelegateModel: guard new row/column properties with revision 12Richard Moe Gustavsen2019-02-211-0/+87
* | QQuickTableView: add support for hiding rows and columnsRichard Moe Gustavsen2019-02-083-6/+99
|/
* QQuickTableView: build the table when the component is finalizedRichard Moe Gustavsen2018-09-172-0/+152
* QQuickTableView: sync model and delegate when ready to do soRichard Moe Gustavsen2018-09-131-0/+81
* QQuickTableView: override fixup() to preserve contentX/Y at start-upRichard Moe Gustavsen2018-09-111-5/+3
* QQuickTableView: don't set contentX/Y to zero when building the tableRichard Moe Gustavsen2018-09-101-0/+71