Skip to content

Implement select all in the table view

David Edmundson requested to merge work/select_all into master

QML's ItemSelectionModel doesn't have a convenient way to set a range, but we can abuse the flag to select a whole column.

For this reason the background is changed to highlight if any of the row is selected. This potentially is somewhat faster too.

BUG: 437358

Edited by David Edmundson

Merge request reports