1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-18 06:01:00 +00:00
serenity/Applications/FileManager
Idan Horowitz b4bb2b141c FileManager: Implement the cut file operation
This exploits the comment lines in the text/uri-list specification:
https://tools.ietf.org/rfc/rfc2483.txt (page 11), which might be a bit
hackish, but the specification suggests doing the same for other uses,
so it should be fine.
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: 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 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