1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:18:12 +00:00
serenity/Applications/FileManager
Idan Horowitz 7450f20b81 FileManager: Add a delete_path helper for singular paths
This is just the syscalls and error handling that was done for each
file in delete_paths.

This will be used to prevent the unneeded construction of vectors
when performing cut operations
2020-12-28 19:13:45 +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: Make GUI::FileIconProvider::icon_for_executable() a public API 2020-12-28 11:41:09 +01:00
DirectoryView.h FileManager: Fix TreeView collapsing on file system changes (#4348) 2020-12-08 17:51:53 +01:00
FileManagerWindow.gml LibGUI: Make GUI::Label auto-sizing declarative 2020-12-20 12:36:32 +01:00
FileUtils.cpp FileManager: Add a delete_path helper for singular paths 2020-12-28 19:13:45 +01:00
FileUtils.h FileManager: Add a delete_path helper for singular paths 2020-12-28 19:13:45 +01:00
main.cpp FileManager: Created desktop shortcuts should use full basename 2020-12-28 09:38:11 +01:00
PropertiesDialog.cpp LibGUI: Rename Link => LinkLabel 2020-12-26 13:03:38 +01:00
PropertiesDialog.h FileManager: Add a button to open links in their real directory 2020-12-24 21:52:02 +01:00