1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 20:15:06 +00:00
serenity/Userland/Applications/FileManager
2023-02-19 01:09:09 +01:00
..
CMakeLists.txt FileManager: Show directory size and file count in PropertiesWindow 2023-02-11 19:32:07 +00:00
DesktopWidget.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
DesktopWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
DirectoryView.cpp LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
DirectoryView.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
FileManagerWindow.gml FileManager: Use PathBreadcrumbbar instead of Breadcrumbbar :^) 2023-02-19 01:09:09 +01:00
FileOperationProgress.gml Userland: Replace empty GUI::Widgets in GML with GUI::Layout::Spacer 2022-09-29 08:31:15 -04:00
FileOperationProgressWidget.cpp LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
FileOperationProgressWidget.h LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
FileUtils.cpp LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
FileUtils.h FileManager: Factorize code to handle drag-and-drop 2023-02-11 14:18:13 +00:00
main.cpp FileManager: Use PathBreadcrumbbar instead of Breadcrumbbar :^) 2023-02-19 01:09:09 +01:00
PropertiesWindow.cpp LibGUI+Userland: Stop returning Layout from Widget::(try_)set_layout() 2023-02-18 16:56:56 +00:00
PropertiesWindow.h LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
PropertiesWindowGeneralTab.gml FileManager: Show directory size and file count in PropertiesWindow 2023-02-11 19:32:07 +00:00