1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:28:12 +00:00
serenity/Applications/FileManager
Tommy Nguyen 17f3948b15 FileManager: Add a context menu to the TreeView
This adds a context menu to the TreeView with the ability to copy/paste, create
new directories, etc. This does not address the issue mentioned above where
using the global application shortcut does not apply to whatever view has
focus.
2019-12-12 11:19:02 +01:00
..
DirectoryView.cpp FileManager: Open .html files in Browser instead of "html" 2019-10-07 19:52:35 +02:00
DirectoryView.h FileManager: Added properties dialog 2019-11-20 23:23:57 +01:00
FileUtils.cpp FileManager: Added support for deleting directories 2019-11-23 16:38:24 +01:00
FileUtils.h FileManager: Added support for deleting directories 2019-11-23 16:38:24 +01:00
main.cpp FileManager: Add a context menu to the TreeView 2019-12-12 11:19:02 +01:00
Makefile FileManager: Added properties dialog 2019-11-20 23:23:57 +01:00
PropertiesDialog.cpp FileManager: Added properties dialog 2019-11-20 23:23:57 +01:00
PropertiesDialog.h FileManager: Added properties dialog 2019-11-20 23:23:57 +01:00