Andreas Kling
|
e14dd06b8c
|
FileManager: Hook up a GSortingProxyTableModel so we get sorted files. :^)
The next step here is coming up with a nice way to always put directories
ahead of files.
|
2019-03-09 14:52:25 +01:00 |
|
Andreas Kling
|
7d2c962836
|
LibGUI: Minor tidying.
|
2019-03-09 14:39:24 +01:00 |
|
Andreas Kling
|
46caa2663b
|
LibGUI: Use a separate data role for the table model sorting order.
This allows data to be displayed nicely while sorting happens based on some
underlying raw data. :^)
|
2019-03-09 14:24:34 +01:00 |
|
Andreas Kling
|
7d1142c7d9
|
Make it possible to sort a GTableModel by column+order.
This is accomplished by putting a GSortingProxyTableModel between the model
and the view. It's pretty simplistic but it works for this use case. :^)
|
2019-03-09 13:33:52 +01:00 |
|