1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 16:51:06 +00:00
serenity/Applications/FileManager
Linus Groh 20907780bd FileManager: Only set ~/Desktop as model root path in desktop mode
Setting it as model root path in DirectoryView::setup_model() for
windowed mode as well would cause an issue with the following:

- "open ~/Desktop"
- "FileManager ~/Desktop"
- "Show in FileManager..." from Desktop context menu

When viewing the Desktop as the initial path it would be the same and
on_path_change wasn't called, leading to various widgets and window
properties not being updated.

Fixes #3772.
2020-10-15 23:49:34 +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: Only set ~/Desktop as model root path in desktop mode 2020-10-15 23:49:34 +02:00
DirectoryView.h FileManager: Show an inline error message for inaccessible directories 2020-09-18 21:29:01 +02:00
FileUtils.cpp FileManager: Use new format functions. 2020-10-05 16:25:50 +02:00
FileUtils.h FileManager: Move delete and force-delete actions to DirectoryView 2020-09-13 21:41:45 +02:00
main.cpp FileManager: Added menu to show dotfiles in directory context menu 2020-10-10 23:29:18 +02:00
PropertiesDialog.cpp FileManager: Use new format functions. 2020-10-05 16:25:50 +02:00
PropertiesDialog.h FileManager: Use FileIconProvider in the properties dialog 2020-08-12 20:41:13 +02:00