1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:48:10 +00:00
serenity/Applications/FileManager
Andreas Kling 0083fe0118 FileManager: Use DirectoryView for both windowed and desktop mode
This patch begins the process of converting FileManager's desktop mode
to using the DirectoryView class.

This will allow us to share most of the code between the two different
runtime modes of FileManager.

We lose a bit of functionality in this patch, but we'll bring it back!
2020-08-17 21:34:14 +02:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
DirectoryView.cpp FileManager: Use DirectoryView for both windowed and desktop mode 2020-08-17 21:34:14 +02:00
DirectoryView.h FileManager: Use DirectoryView for both windowed and desktop mode 2020-08-17 21:34:14 +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: Use DirectoryView for both windowed and desktop mode 2020-08-17 21:34:14 +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