ladybird/Applications/FileManager
Andreas Kling d1e83b4f6e FileManager: Make DirectoryView vend indexes from view model
Instead of translating between the sorting proxy and the underlying
file system model at all the DirectoryView API boundaries, just hand
out indexes into the sorting proxy model.

The only thing those indexes are used for on the outside is to
retrieve a GUI::FileSystemModel::Node for an index, so add a nice
helper on DirectoryView that turns a ModelIndex into a Node&.
2020-08-17 22:49:52 +02:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
DirectoryView.cpp FileManager: Make DirectoryView vend indexes from view model 2020-08-17 22:49:52 +02:00
DirectoryView.h FileManager: Make DirectoryView vend indexes from view model 2020-08-17 22:49:52 +02:00
FileUtils.cpp FileManager: Don't close() twice when copying a file 2020-08-17 13:12:46 +02:00
FileUtils.h FileManager: Don't close() twice when copying a file 2020-08-17 13:12:46 +02:00
main.cpp FileManager: Make DirectoryView vend indexes from view model 2020-08-17 22:49:52 +02:00
PropertiesDialog.cpp FileManager: Use FileIconProvider in the properties dialog 2020-08-12 20:41:13 +02:00
PropertiesDialog.h FileManager: Use FileIconProvider in the properties dialog 2020-08-12 20:41:13 +02:00