ladybird/Applications/FileManager
Andreas Kling 7d30cf7122 FileManager: Teach DirectoryView subviews to create editing delegates
This enables inline editing of filenames for table views, where this is
already supported. More work in LibGUI will be required to support the
feature in icon and columns views.
2020-09-24 11:36:02 +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: Teach DirectoryView subviews to create editing delegates 2020-09-24 11:36:02 +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: Prevent feedback loop between treeview and directory view 2020-09-19 14:09:59 +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