serenity/Applications/FileManager
Andreas Kling bc0658ce27 FileManager: Use GUI::SeparatorWidget in the properties dialog
This looks a lot better than putting a GUI::Frame in there.
2020-12-30 03:53:37 +01:00
..
CMakeLists.txt Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
DesktopWidget.cpp FileManager: Move the DesktopWidget to its own compilation unit 2020-09-17 14:34:47 +02:00
DesktopWidget.h FileManager: Move the DesktopWidget to its own compilation unit 2020-09-17 14:34:47 +02:00
DirectoryView.cpp LibGUI: Refactor AbstractView "multi select" mode into "selection mode" 2020-12-28 21:28:40 +01:00
DirectoryView.h FileManager: Fix TreeView collapsing on file system changes (#4348) 2020-12-08 17:51:53 +01:00
FileManagerWindow.gml LibGUI: Rewrite layout system in terms of min and max sizes 2020-12-30 01:36:41 +01:00
FileUtils.cpp FileManager: Add a delete_path helper for singular paths 2020-12-28 19:13:45 +01:00
FileUtils.h FileManager: Implement the cut file operation 2020-12-28 19:13:45 +01:00
main.cpp FileManager: Implement the cut file operation 2020-12-28 19:13:45 +01:00
PropertiesDialog.cpp FileManager: Use GUI::SeparatorWidget in the properties dialog 2020-12-30 03:53:37 +01:00
PropertiesDialog.h FileManager: Use GUI::SeparatorWidget in the properties dialog 2020-12-30 03:53:37 +01:00