ladybird/Userland/Applications/FileManager
Karol Kosek d184e5327a FileManager: Put file launch actions first
The default action (shown in bold) indicates what would you get
by double-clicking on file.  Since it's a default option, I think it
deserves to be on top (together with alternative launch options). :^)

Also they're not task actions like "Extract .zip here" or "Add to
bookmarks".
2021-08-31 00:46:43 +02:00
..
CMakeLists.txt FileManager: Use LibConfig instead of Core::ConfigFile :^) 2021-08-26 00:54:27 +02:00
DesktopWidget.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
DesktopWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
DirectoryView.cpp FileManager: Report errors from chdir(), if any 2021-08-26 23:41:38 +02:00
DirectoryView.h FileManager: Make DirectoryView listen for configuration changes 2021-08-26 23:41:38 +02:00
FileManagerWindow.gml FileManager: Set minimum folder pane width 2021-05-13 00:43:41 +01:00
FileOperationProgress.gml Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
FileOperationProgressWidget.cpp FileManager: Switch FileOperationProgressWidget::did_error() to SV& 2021-07-22 12:48:44 +02:00
FileOperationProgressWidget.h FileManager: Switch FileOperationProgressWidget::did_error() to SV& 2021-07-22 12:48:44 +02:00
FileUtils.cpp FileManager: Show progress dialog for file deletions 2021-07-22 12:48:44 +02:00
FileUtils.h FileManager: Show progress dialog for file deletions 2021-07-22 12:48:44 +02:00
main.cpp FileManager: Put file launch actions first 2021-08-31 00:46:43 +02:00
PropertiesWindow.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
PropertiesWindow.h FileManager+FileOperation: Switch to east const 2021-07-22 12:48:44 +02:00
PropertiesWindowGeneralTab.gml Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00