summaryrefslogtreecommitdiff
path: root/Userland/Applications/FileManager/FileOperationProgressWidget.h
AgeCommit message (Expand)Author
2022-03-13FileManager: Use Core::Stream for FileOperationProgressWidgetSam Atkins
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-07-22FileManager: Switch FileOperationProgressWidget::did_error() to SV&Sam Atkins
2021-07-22FileManager: Set file op progress window's text based on the operationSam Atkins
2021-07-22FileManager+FileOperation: Switch to east constSam Atkins
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-20FileManager+FileOperation: Report Errors when doing an file operationTobias Christiansen
2021-04-17FileManager: Estimate transfer timeLeandro Pereira
2021-04-13FileManager+FileOperation: Show byte progress of current fileAndreas Kling
2021-04-13FileManager: Use a Core::File for the FileOperation pipesAndreas Kling
2021-04-13FileManager: Use FileOperation to perform drag&drop copy out-of-processAndreas Kling