index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
FileManager
/
FileOperationProgressWidget.cpp
Age
Commit message (
Expand
)
Author
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: Show progress dialog for file deletions
Sam Atkins
2021-07-22
FileManager: Rename FileOperation::Cut to FileOperation::Move
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-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
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-20
FileManager: Don't crash on error in FileOperation
Tobias Christiansen
2021-04-17
FileManager: Estimate transfer time
Leandro Pereira
2021-04-17
FileManager: Show file copying animation
Leandro Pereira
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
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