Andreas Kling
|
a1e381a0f8
|
LibGUI: Move GUI::Model::Role to GUI::ModelRole
This is preparation for using ModelRole in the ModelIndex API.
|
2020-08-16 16:44:09 +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 |
|
Emanuel Sprung
|
4d50398f02
|
LibGUI: Add store(), add() and remove() methods to JsonArrayModel
This patchset adds the methods to alter an JSON model and store it back
to the disk.
|
2020-03-27 14:12:18 +01:00 |
|
Andreas Kling
|
6a9cc66b97
|
LibGUI: Remove leading G from filenames
|
2020-02-06 20:33:02 +01:00 |
|