summaryrefslogtreecommitdiff
path: root/Applications/FileManager/DirectoryView.h
AgeCommit message (Expand)Author
2021-01-12Applications: Move to Userland/Applications/Andreas Kling
2020-12-08FileManager: Fix TreeView collapsing on file system changes (#4348)Zac
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: Handle drop events in DirectoryViewAndreas 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-08-17FileManager: Make DirectoryView vend indexes from view modelAndreas 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: 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-16FileManager: Use one SortingProxyModel for all DirectoryView subviewsAndreas Kling
2020-08-13LibGUI: Rename ModelClient::on_model_update() => model_did_update()Andreas Kling
2020-08-12FileManager: Remove one direct call to FileSystemModel from outsideAndreas Kling
2020-07-15LibGUI+FileManager: Fix forgetting to map sorting proxy model indexesSergey Bugaev
2020-07-15FileManager: Allow double-clicking applications againTom
2020-07-15FileManager: Add "Open with" menu if alternative applications are availableTom
2020-07-13LibGUI: Add ModelClient abstract class and allow registering clientsTom
2020-05-02LibGUI: The UI calls it 'Icon view', fix the name in the codeBen Wiederhake
2020-04-22FileManager: Graceful handling of access errorsangel
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-13FileManager: Copy item(s) when dragging and dropping them :^)Andreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-10FileManager: Add a columns viewSergey Bugaev
2020-01-10LibGUI+FileManager: Merge GDirectoryModel into GFileSystemModelSergey Bugaev
2020-01-07Filemanager: Add Ctrl+A select all actionShannon Booth
2019-11-20FileManager: Added properties dialogTill Mayer
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-21LibGUI: Convert custom widgets and subclasses to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GTableView to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GItemView to ObjectPtrAndreas Kling
2019-09-13FileManager: Add a basic context menu with copy/paste/delete/...Andreas Kling
2019-09-12FileManager: Show info about currently selected items in statusbarAndreas Kling
2019-09-12FileManager: Add C_OBJECT macro to DirectoryViewAndreas Kling
2019-09-10FileManager: Add on_selection event for DirectoryViewAaron Malpas
2019-09-07FileManager: Port to using GModelSelectionAndreas Kling
2019-06-21AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.Andreas Kling
2019-06-07Meta: Tweak .clang-format to not wrap braces after enums.Andreas Kling
2019-06-02Take StringView in more placesRobin Burchell
2019-05-28Add clang-format fileRobin Burchell
2019-05-24Added functionality to make back and forward buttons work in FileManager. AlsoChristopher Dumas
2019-05-09LibGUI: Remove GModel activations to GAbstractView.Andreas Kling
2019-05-09LibGUI: Start working on a file picker dialog (GFilePicker).Andreas Kling
2019-04-02FileManager: Rename DirectoryTableView => DirectoryView.Andreas Kling
2019-03-01FileManager: Port to GTableModel/GTableView.Andreas Kling