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
/
DirectoryView.h
Age
Commit message (
Expand
)
Author
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling
2020-12-08
FileManager: Fix TreeView collapsing on file system changes (#4348)
Zac
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: Handle drop events in DirectoryView
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-08-17
FileManager: Make DirectoryView vend indexes from view model
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: 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-16
FileManager: Use one SortingProxyModel for all DirectoryView subviews
Andreas Kling
2020-08-13
LibGUI: Rename ModelClient::on_model_update() => model_did_update()
Andreas Kling
2020-08-12
FileManager: Remove one direct call to FileSystemModel from outside
Andreas Kling
2020-07-15
LibGUI+FileManager: Fix forgetting to map sorting proxy model indexes
Sergey Bugaev
2020-07-15
FileManager: Allow double-clicking applications again
Tom
2020-07-15
FileManager: Add "Open with" menu if alternative applications are available
Tom
2020-07-13
LibGUI: Add ModelClient abstract class and allow registering clients
Tom
2020-05-02
LibGUI: The UI calls it 'Icon view', fix the name in the code
Ben Wiederhake
2020-04-22
FileManager: Graceful handling of access errors
angel
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-13
FileManager: Copy item(s) when dragging and dropping them :^)
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-10
FileManager: Add a columns view
Sergey Bugaev
2020-01-10
LibGUI+FileManager: Merge GDirectoryModel into GFileSystemModel
Sergey Bugaev
2020-01-07
Filemanager: Add Ctrl+A select all action
Shannon Booth
2019-11-20
FileManager: Added properties dialog
Till Mayer
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-21
LibGUI: Convert custom widgets and subclasses to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GTableView to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GItemView to ObjectPtr
Andreas Kling
2019-09-13
FileManager: Add a basic context menu with copy/paste/delete/...
Andreas Kling
2019-09-12
FileManager: Show info about currently selected items in statusbar
Andreas Kling
2019-09-12
FileManager: Add C_OBJECT macro to DirectoryView
Andreas Kling
2019-09-10
FileManager: Add on_selection event for DirectoryView
Aaron Malpas
2019-09-07
FileManager: Port to using GModelSelection
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-02
Take StringView in more places
Robin Burchell
2019-05-28
Add clang-format file
Robin Burchell
2019-05-24
Added functionality to make back and forward buttons work in FileManager. Also
Christopher Dumas
2019-05-09
LibGUI: Remove GModel activations to GAbstractView.
Andreas Kling
2019-05-09
LibGUI: Start working on a file picker dialog (GFilePicker).
Andreas Kling
2019-04-02
FileManager: Rename DirectoryTableView => DirectoryView.
Andreas Kling
2019-03-01
FileManager: Port to GTableModel/GTableView.
Andreas Kling
[next]