mirror of
https://github.com/RGBCube/serenity
synced 2026-01-17 08:40:59 +00:00
Instead of SortingProxyModel having a column+order, we move that state to AbstractView. When you click on a column header, the view tells the model to resort the relevant column with the new order. This is implemented in SortingProxyModel by simply walking all the reified source/proxy mappings and resorting their row indexes. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| DirectoryView.cpp | ||
| DirectoryView.h | ||
| FileUtils.cpp | ||
| FileUtils.h | ||
| main.cpp | ||
| PropertiesDialog.cpp | ||
| PropertiesDialog.h | ||