Andreas Kling
|
a5799ed462
|
LibGUI: Add SortingProxyModel::sort_role()
This allows you to specify a role to sort by. Defaults to Role::Sort.
Also reordered the Role enum so that Role::Custom is last.
|
2020-07-04 18:40:21 +02:00 |
|
Andreas Kling
|
248f2d5cf5
|
LibGUI: Remove Model::row_name() since nothing used it
|
2020-05-21 20:19:43 +02:00 |
|
Andreas Kling
|
2adb0a07e5
|
LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing
Auto-sizing of view columns is now enabled by default. This removes the
last remaining need for ColumnMetadata, so this patch gets rid of it.
|
2020-05-21 19:55:44 +02:00 |
|
Andreas Kling
|
c666c251c8
|
LibGUI: Replace ColumnMetadata::sortable => Model::is_column_sortable()
Now there's only one thing left in ColumnMetadata: the initial width.
|
2020-05-21 19:55:44 +02:00 |
|
Andreas Kling
|
6a9cc66b97
|
LibGUI: Remove leading G from filenames
|
2020-02-06 20:33:02 +01:00 |
|