ladybird/Userland/Applications/FileManager
Zac 6d68ae45b4 FileManager: Add launch handler actions to desktop context menu
Extracted a method from the code in the File Manager application which
added actions for activating launch handlers found for the selected
file from the context menu. Applied this method to desktop files
and shortcuts.

Note: made some launch handler related methods in the DirectoryView
static or const which allows passing const DirectoryView& to certain
methods.
2021-03-03 21:53:01 +01:00
..
CMakeLists.txt Base: Add new icons for fonts and File Manager 2021-02-25 08:08:26 +01: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: Add launch handler actions to desktop context menu 2021-03-03 21:53:01 +01:00
DirectoryView.h FileManager: Add launch handler actions to desktop context menu 2021-03-03 21:53:01 +01:00
FileManagerWindow.gml FileManager: Add layout options to View menu 2021-02-13 11:01:59 +01: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: Add launch handler actions to desktop context menu 2021-03-03 21:53:01 +01:00
PropertiesWindow.cpp FileManager: Focus on file when opening file's location from Properties 2021-03-01 11:16:18 +01:00
PropertiesWindow.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00