Age | Commit message (Expand) | Author |
---|---|---|
2022-03-13 | FileManager: Use Core::Stream for FileOperationProgressWidget | Sam Atkins |
2021-11-11 | Everywhere: Pass AK::StringView by value | Andreas Kling |
2021-07-22 | FileManager: Switch FileOperationProgressWidget::did_error() to SV& | Sam Atkins |
2021-07-22 | FileManager: Set file op progress window's text based on the operation | Sam Atkins |
2021-07-22 | FileManager+FileOperation: Switch to east const | Sam Atkins |
2021-04-29 | Everywhere: "file name" => "filename" | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-20 | FileManager+FileOperation: Report Errors when doing an file operation | Tobias Christiansen |
2021-04-17 | FileManager: Estimate transfer time | Leandro Pereira |
2021-04-13 | FileManager+FileOperation: Show byte progress of current file | Andreas Kling |
2021-04-13 | FileManager: Use a Core::File for the FileOperation pipes | Andreas Kling |
2021-04-13 | FileManager: Use FileOperation to perform drag&drop copy out-of-process | Andreas Kling |