summaryrefslogtreecommitdiff
path: root/Applications/FileManager
AgeCommit message (Expand)Author
2020-12-11FileManager: Added context menu for right-clicks on desktop icons.Zac
2020-12-11FileManager: focus_dependent_delete_action is correctly enabled/disabledZac
2020-12-11FileManager: TreeView accepts drags from the DirectoryView.Zac
2020-12-08FileManager: Fix TreeView collapsing on file system changes (#4348)Zac
2020-12-01FileManager: Call on_selection_change with the correct viewZac
2020-10-22FileManager: Ignore model updates during widget constructionAndreas Kling
2020-10-22FileManager: Update the error label overlay on back/forward navigationAndreas Kling
2020-10-22FileManager: Set up the model error/complete callbacks earlierAndreas Kling
2020-10-15FileManager: Only set ~/Desktop as model root path in desktop modeLinus Groh
2020-10-10FileManager: Added menu to show dotfiles in directory context menuKesse Jones
2020-10-10FileManager: Fix file creation error messageLinus Groh
2020-10-05FileManager: Use new format functions.asynts
2020-10-03Everywhere: Fix more typosLinus Groh
2020-09-24FileManager: Teach DirectoryView subviews to create editing delegatesAndreas Kling
2020-09-19FileManager: Prevent feedback loop between treeview and directory viewAndreas Kling
2020-09-18FileManager: Properly reveal newly opened directories in the treeviewAndreas Kling
2020-09-18FileManager: Update GUI when "entering" an inaccessible directoryAndreas Kling
2020-09-18FileManager: Show an inline error message for inaccessible directoriesAndreas Kling
2020-09-18FileManager: Remove an unused enum in DirectoryViewAndreas Kling
2020-09-17FileManager: Move DirectoryView into the FileManager namespaceAndreas Kling
2020-09-17FileManager: Move the DesktopWidget to its own compilation unitAndreas Kling
2020-09-17FileManager: Handle drop events in DirectoryViewAndreas Kling
2020-09-16FileManager: Use GUI::FileIconProvider for the location box iconAndreas Kling
2020-09-16FileManager: Show the root (/) directory in the treeview on the leftAndreas Kling
2020-09-16LibGUI: Fix TreeView scrolling to top when clicking sub-itemsAndreas Kling
2020-09-13FileManager: Use the correct delete action in the treeview context menuAndreas Kling
2020-09-13FileManager: Move delete and force-delete actions to DirectoryViewAndreas Kling
2020-09-13FileManager: Move "Open Terminal here" action to DirectoryViewAndreas Kling
2020-09-05LibGUI: Make the Clipboard API deal in raw byte buffers a bit moreAndreas Kling
2020-08-17FileManager: Make DirectoryView vend indexes from view modelAndreas Kling
2020-08-17LibGUI: Don't require passing model to FileSystemModel::Node APIsAndreas Kling
2020-08-17FileManager: Move the "create new file" action into DirectoryViewAndreas Kling
2020-08-17FileManager: Move "create new directory" action into DirectoryViewAndreas Kling
2020-08-17FileManager: Partially bring back the desktop context menuAndreas Kling
2020-08-17FileManager: Don't pass DirectoryView subview to hooks that don't careAndreas Kling
2020-08-17FileManager: Use DirectoryView for both windowed and desktop modeAndreas Kling
2020-08-17FileManager: Apply wallpaper on startupLuke
2020-08-17FileManager: Don't close() twice when copying a fileAndreas Kling
2020-08-17FileManager: Fix descriptor leak in copy_file, found by CoverityBrian Gianforcaro
2020-08-17FileManger: Fix file descriptor leak in copy_file_or_directory, found by Cove...Brian Gianforcaro
2020-08-16LibGUI+DevTools+Applications: Use ModelIndex::data() in many placesAndreas Kling
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-08-16LibGUI: Make model sorting imperative and move order to AbstractViewAndreas Kling
2020-08-16FileManager: Use one SortingProxyModel for all DirectoryView subviewsAndreas Kling
2020-08-14LibGUI: Make ModelSelection non-copyable and non-movableAndreas Kling
2020-08-13LibGUI: Rename ModelClient::on_model_update() => model_did_update()Andreas Kling
2020-08-13LibGUI: Remove Model::sibling() since it's the same as index()Andreas Kling
2020-08-13LibGUI: Rename SortingProxyModel "target" to "source" insteadAndreas Kling
2020-08-12FileManager: Remove one direct call to FileSystemModel from outsideAndreas Kling
2020-08-12FileManager: Use FileIconProvider in the properties dialogAndreas Kling