1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:27:44 +00:00
serenity/Applications/FileManager
Andreas Kling 8075db683b FileManager: Show an inline error message for inaccessible directories
Instead of popping up a message box whenever we can't read an opened
directory, show the error message inside the DirectoryView (as a label)
instead.

This fixes a visual inconsistency where an inaccessible directory would
be selected in the left-side treeview while the previous directory's
contents were still showing on the right.

This also makes keyboard navigation a bit more pleasant since you're
not suddenly interrupted by a message box.
2020-09-18 21:29:01 +02:00
..
CMakeLists.txt FileManager: Move the DesktopWidget to its own compilation unit 2020-09-17 14:34:47 +02:00
DesktopWidget.cpp FileManager: Move the DesktopWidget to its own compilation unit 2020-09-17 14:34:47 +02:00
DesktopWidget.h FileManager: Move the DesktopWidget to its own compilation unit 2020-09-17 14:34:47 +02:00
DirectoryView.cpp FileManager: Show an inline error message for inaccessible directories 2020-09-18 21:29:01 +02:00
DirectoryView.h FileManager: Show an inline error message for inaccessible directories 2020-09-18 21:29:01 +02:00
FileUtils.cpp FileManager: Move delete and force-delete actions to DirectoryView 2020-09-13 21:41:45 +02:00
FileUtils.h FileManager: Move delete and force-delete actions to DirectoryView 2020-09-13 21:41:45 +02:00
main.cpp FileManager: Show an inline error message for inaccessible directories 2020-09-18 21:29:01 +02:00
PropertiesDialog.cpp FileManager: Use FileIconProvider in the properties dialog 2020-08-12 20:41:13 +02:00
PropertiesDialog.h FileManager: Use FileIconProvider in the properties dialog 2020-08-12 20:41:13 +02:00