1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:38:12 +00:00
serenity/Applications/FileManager
Andreas Kling ef50e5aaee FileManager: Move delete and force-delete actions to DirectoryView
This is a little bit messy since the left-side treeview also has a
delete action. Because of that, we have to put a focus-dependent action
that delegates to the relevant view-specific action in the tool bar
and menu bar.

I'm not sure yet what a good abstraction would be for this. We'll see
what we can think of.
2020-09-13 21:41:45 +02:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
DirectoryView.cpp FileManager: Move delete and force-delete actions to DirectoryView 2020-09-13 21:41:45 +02:00
DirectoryView.h FileManager: Move delete and force-delete actions to DirectoryView 2020-09-13 21:41:45 +02:00
FileUtils.cpp FileManager: Move delete and force-delete actions to DirectoryView 2020-09-13 21:41:45 +02:00
FileUtils.h FileManager: Move delete and force-delete actions to DirectoryView 2020-09-13 21:41:45 +02:00
main.cpp FileManager: Move delete and force-delete actions to DirectoryView 2020-09-13 21:41:45 +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