ladybird/Userland/Applications/FileManager
Tobias Christiansen 7d60164d93 FileManager: Don't crash on error in FileOperation
did_error() caused the program to crash since the DialogBox tried to
run its own Notifier with the same - now invalid because closed - fd.

In addition to setting the member that is the Notifier to nullptr we
also tell the Notifier that it is not enabled anymore.
2021-04-20 12:02:01 +02:00
..
CMakeLists.txt FileManager: Use FileOperation to perform drag&drop copy out-of-process 2021-04-13 10:12:50 +02:00
DesktopWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
DesktopWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
DirectoryView.cpp FileManager: Pluralize empty selection statusbar message properly 2021-04-18 00:48:07 +02:00
DirectoryView.h FileManager: Make DirectoryView API's take String instead of StringView 2021-04-17 01:27:30 +02:00
FileManagerWindow.gml Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
FileOperationProgress.gml FileManager: Estimate transfer time 2021-04-17 09:41:35 +02:00
FileOperationProgressWidget.cpp FileManager: Don't crash on error in FileOperation 2021-04-20 12:02:01 +02:00
FileOperationProgressWidget.h FileManager: Estimate transfer time 2021-04-17 09:41:35 +02:00
FileUtils.cpp FileManager: Use newly introduced LibCore file management helpers 2021-02-21 18:14:29 +01:00
FileUtils.h FileManager: Use newly introduced LibCore file management helpers 2021-02-21 18:14:29 +01:00
main.cpp FileManager: Show action status tips in the status bar :^) 2021-04-18 16:44:00 +02:00
PropertiesWindow.cpp PropertiesWindow: Show the file size in a human readable format 2021-03-25 10:59:11 +01:00
PropertiesWindow.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00