summaryrefslogtreecommitdiff
path: root/Userland/Applications/FileManager
AgeCommit message (Expand)Author
2022-02-07Meta+Userland: Run the GML formatter on CI and pre-commitkleines Filmröllchen
2022-02-05FileManager: Add an animation for deleting filesJason
2022-02-03FileManager: Don't show command palette for the desktopSam Atkins
2022-02-03FileManager: Disable "View as..." actions for desktop DirectoryViewSam Atkins
2022-01-28Revert "FileManager: Display times in the user's local time zone"Timothy Flynn
2022-01-28FileManager: Display times in the user's local time zoneTimothy Flynn
2022-01-12Base+Userland: Add various iconselectrikmilk
2022-01-09FileManager: Do not allow rename files that cannot be modifiedLeonardo Nicolas
2022-01-05FileManager: Show Dotfiles when passing a Dotfile as an argumentLucas CHOLLET
2022-01-05FileManager: Use String const& instead of StringLucas CHOLLET
2021-12-28FileManager: Add "Create Archive" actionJulian Offenhäuser
2021-12-24LibGUI+Userland: Make SortingProxyModel::create() return ErrorOrSam Atkins
2021-12-05Applications: Cast unused smart-pointer TRY return values to voidSam Atkins
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-24FileManager: Use TRY() a lot more in the main functions :^)Andreas Kling
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-22Everywhere: Use Application::construct() with Main::Arguments directlyMustafa Quraish
2021-11-22Everywhere: Use ArgsParser::parse() with Main::Arguments directlyMustafa Quraish
2021-11-22FileManager: Port to LibMain :^)Andreas Kling
2021-11-21LibGUI+Everywhere: Make sync requests to Clipboard server more obviousBen Wiederhake
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::copy_file()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-03LibGUI+FileManager: Clarify Widget margins nameFrHun
2021-10-10FileManager: Listen for changes to Desktop wallpaper in configMustafa Quraish
2021-09-13FileOperation: Deduplicate destination file names on copyTetsui Ohkubo
2021-09-03Everywhere: Use my shiny new serenityos.org email :^)Sam Atkins
2021-09-02FileManager: Kindly ask the user if they want to delete a fileMusab Kılıç
2021-08-31FileManager: Tweak layout spacing in file properties windowAndreas Kling
2021-08-31FileManager: Hide the Inode and Symlink Target columns in TableViewAndreas Kling
2021-08-31LibGUI: Rename FileSystemModel's "Owner" column to "User"Andreas Kling
2021-08-31FileManager: Remove tree_view_directory_context_menuKarol Kosek
2021-08-31FileManager: Add 'Open in Terminal' action for selected dirs on desktopKarol Kosek
2021-08-31FileManager: Add default 'Open' action in context menu for directoriesKarol Kosek
2021-08-31FileManager: Place mkdir and touch actions below openings in tree viewKarol Kosek
2021-08-31FileManager: Put file launch actions firstKarol Kosek
2021-08-26FileManager: Report errors from chdir(), if anyAndreas Kling
2021-08-26FileManager: Make DirectoryView listen for configuration changesAndreas Kling
2021-08-26FileManager: Move "View as ViewType" actions into DirectoryViewAndreas Kling
2021-08-26FileManager: Change the cwd when opening a directoryTheFightingCatfish
2021-08-26FileManager: Remove "on activation" debug spamTheFightingCatfish
2021-08-26FileManager: Change read_i32 call to read_boolAndy Jansson
2021-08-26FileManager: Use Config::pledge_domains()Andreas Kling
2021-08-26FileManager: Use LibConfig instead of Core::ConfigFile :^)Andreas Kling
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-22Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writingnetworkException
2021-08-18FileManager: Reorder main toolbar actions a little bitAndreas Kling
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack