1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:38:11 +00:00
serenity/Userland/Applications/FileManager
Sam Atkins 0a62d517fd FileManager+FileOperation: Implement (and use) 'Move' command
`FileOperation Move ...` is now used for cut-and-paste in the
FileManager.
2021-07-22 12:48:44 +02:00
..
CMakeLists.txt FileManager: Convert properties window UI to GML (#8705) 2021-07-13 12:57:10 +02:00
DesktopWidget.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
DesktopWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
DirectoryView.cpp FileManager: Move mass-copy code from DirectoryView to FileUtils 2021-07-22 12:48:44 +02:00
DirectoryView.h FileManager+FileOperation: Switch to east const 2021-07-22 12:48:44 +02:00
FileManagerWindow.gml FileManager: Set minimum folder pane width 2021-05-13 00:43:41 +01:00
FileOperationProgress.gml FileManager: Estimate transfer time 2021-04-17 09:41:35 +02:00
FileOperationProgressWidget.cpp FileManager+FileOperation: Switch to east const 2021-07-22 12:48:44 +02:00
FileOperationProgressWidget.h FileManager+FileOperation: Switch to east const 2021-07-22 12:48:44 +02:00
FileUtils.cpp FileManager+FileOperation: Implement (and use) 'Move' command 2021-07-22 12:48:44 +02:00
FileUtils.h FileManager: Show progress dialog for pasted files 2021-07-22 12:48:44 +02:00
main.cpp FileManager: Show progress dialog for pasted files 2021-07-22 12:48:44 +02:00
PropertiesWindow.cpp FileManager+FileOperation: Switch to east const 2021-07-22 12:48:44 +02:00
PropertiesWindow.h FileManager+FileOperation: Switch to east const 2021-07-22 12:48:44 +02:00
PropertiesWindowGeneralTab.gml FileManager: Convert properties window UI to GML (#8705) 2021-07-13 12:57:10 +02:00