index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
FileManager
Age
Commit message (
Expand
)
Author
2020-12-11
FileManager: Added context menu for right-clicks on desktop icons.
Zac
2020-12-11
FileManager: focus_dependent_delete_action is correctly enabled/disabled
Zac
2020-12-11
FileManager: TreeView accepts drags from the DirectoryView.
Zac
2020-12-08
FileManager: Fix TreeView collapsing on file system changes (#4348)
Zac
2020-12-01
FileManager: Call on_selection_change with the correct view
Zac
2020-10-22
FileManager: Ignore model updates during widget construction
Andreas Kling
2020-10-22
FileManager: Update the error label overlay on back/forward navigation
Andreas Kling
2020-10-22
FileManager: Set up the model error/complete callbacks earlier
Andreas Kling
2020-10-15
FileManager: Only set ~/Desktop as model root path in desktop mode
Linus Groh
2020-10-10
FileManager: Added menu to show dotfiles in directory context menu
Kesse Jones
2020-10-10
FileManager: Fix file creation error message
Linus Groh
2020-10-05
FileManager: Use new format functions.
asynts
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-09-24
FileManager: Teach DirectoryView subviews to create editing delegates
Andreas Kling
2020-09-19
FileManager: Prevent feedback loop between treeview and directory view
Andreas Kling
2020-09-18
FileManager: Properly reveal newly opened directories in the treeview
Andreas Kling
2020-09-18
FileManager: Update GUI when "entering" an inaccessible directory
Andreas Kling
2020-09-18
FileManager: Show an inline error message for inaccessible directories
Andreas Kling
2020-09-18
FileManager: Remove an unused enum in DirectoryView
Andreas Kling
2020-09-17
FileManager: Move DirectoryView into the FileManager namespace
Andreas Kling
2020-09-17
FileManager: Move the DesktopWidget to its own compilation unit
Andreas Kling
2020-09-17
FileManager: Handle drop events in DirectoryView
Andreas Kling
2020-09-16
FileManager: Use GUI::FileIconProvider for the location box icon
Andreas Kling
2020-09-16
FileManager: Show the root (/) directory in the treeview on the left
Andreas Kling
2020-09-16
LibGUI: Fix TreeView scrolling to top when clicking sub-items
Andreas Kling
2020-09-13
FileManager: Use the correct delete action in the treeview context menu
Andreas Kling
2020-09-13
FileManager: Move delete and force-delete actions to DirectoryView
Andreas Kling
2020-09-13
FileManager: Move "Open Terminal here" action to DirectoryView
Andreas Kling
2020-09-05
LibGUI: Make the Clipboard API deal in raw byte buffers a bit more
Andreas Kling
2020-08-17
FileManager: Make DirectoryView vend indexes from view model
Andreas Kling
2020-08-17
LibGUI: Don't require passing model to FileSystemModel::Node APIs
Andreas Kling
2020-08-17
FileManager: Move the "create new file" action into DirectoryView
Andreas Kling
2020-08-17
FileManager: Move "create new directory" action into DirectoryView
Andreas Kling
2020-08-17
FileManager: Partially bring back the desktop context menu
Andreas Kling
2020-08-17
FileManager: Don't pass DirectoryView subview to hooks that don't care
Andreas Kling
2020-08-17
FileManager: Use DirectoryView for both windowed and desktop mode
Andreas Kling
2020-08-17
FileManager: Apply wallpaper on startup
Luke
2020-08-17
FileManager: Don't close() twice when copying a file
Andreas Kling
2020-08-17
FileManager: Fix descriptor leak in copy_file, found by Coverity
Brian Gianforcaro
2020-08-17
FileManger: Fix file descriptor leak in copy_file_or_directory, found by Cove...
Brian Gianforcaro
2020-08-16
LibGUI+DevTools+Applications: Use ModelIndex::data() in many places
Andreas Kling
2020-08-16
LibGUI: Move GUI::Model::Role to GUI::ModelRole
Andreas Kling
2020-08-16
LibGUI: Make model sorting imperative and move order to AbstractView
Andreas Kling
2020-08-16
FileManager: Use one SortingProxyModel for all DirectoryView subviews
Andreas Kling
2020-08-14
LibGUI: Make ModelSelection non-copyable and non-movable
Andreas Kling
2020-08-13
LibGUI: Rename ModelClient::on_model_update() => model_did_update()
Andreas Kling
2020-08-13
LibGUI: Remove Model::sibling() since it's the same as index()
Andreas Kling
2020-08-13
LibGUI: Rename SortingProxyModel "target" to "source" instead
Andreas Kling
2020-08-12
FileManager: Remove one direct call to FileSystemModel from outside
Andreas Kling
2020-08-12
FileManager: Use FileIconProvider in the properties dialog
Andreas Kling
[next]