ladybird/Userland/Applications/FileManager
Julian Offenhäuser 5bc7a18a04 FileManager: Add "Create Archive" action
This option will appear when you select one or more files or
directories. It will then ask the user to enter a name for the new
archive (or use the current directories' name if left empty) and
create it under that name in the currently opened directory.

Note that only .zip files are currently supported.
2021-12-28 01:14:52 +01:00
..
CMakeLists.txt FileManager: Port to LibMain :^) 2021-11-22 23:52:47 +01: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 LibGUI+Userland: Make SortingProxyModel::create() return ErrorOr 2021-12-24 05:11:52 -08:00
DirectoryView.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
FileManagerWindow.gml FileManager: Set minimum folder pane width 2021-05-13 00:43:41 +01:00
FileOperationProgress.gml Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
FileOperationProgressWidget.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
FileOperationProgressWidget.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
FileUtils.cpp Everywhere: Use my shiny new serenityos.org email :^) 2021-09-03 12:22:36 +02:00
FileUtils.h Everywhere: Use my shiny new serenityos.org email :^) 2021-09-03 12:22:36 +02:00
main.cpp FileManager: Add "Create Archive" action 2021-12-28 01:14:52 +01:00
PropertiesWindow.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
PropertiesWindow.h FileManager+FileOperation: Switch to east const 2021-07-22 12:48:44 +02:00
PropertiesWindowGeneralTab.gml Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00