summaryrefslogtreecommitdiff
path: root/Applications/FileManager/DirectoryView.cpp
AgeCommit message (Expand)Author
2020-08-17FileManager: Use DirectoryView for both windowed and desktop modeAndreas Kling
2020-08-16LibGUI+DevTools+Applications: Use ModelIndex::data() in many placesAndreas 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-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-07-16LibWeb: Require parent window argument for MessageBoxTom
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-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-09LibDesktop: Switch to LaunchServer for DesktopServices::openNicholas Hollett
2020-05-03AK+FileManager: Move out human_readable_size to AK::NumberFormatAnotherTest
2020-05-02LibGUI: The UI calls it 'Icon view', fix the name in the codeBen Wiederhake
2020-04-24FileManager: Set content margin of DirectoryView to same as childrenAndreas Kling
2020-04-22FileManager: Graceful handling of access errorsangel
2020-04-20DirectoryView: Don't push same path twice to historyangel
2020-04-19LibCore+LibGUI: Move DesktopServices to LibCoreSergey Bugaev
2020-04-18FileManager: Use URL::create_with_file_protocol() in one placeAndreas Kling
2020-04-18FileManager: Use GUI::DesktopServices::open() to open filesAndreas Kling
2020-03-19Applications: Remove G prefixes from commentsTibor Nagy
2020-03-07LibGUI: Move Icon and FontDatabase into the GUI namespaceShannon Booth
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-28LibGUI+FileManager: Try better to detect executablesSergey Bugaev
2020-01-27FileManager: Show symlink targets in status bar messageAndreas Kling
2020-01-27FileManager: Use stat() when activating a file/directoryAndreas Kling
2020-01-27LibGUI: Add 64-bit signed integer support to GVariantAndreas 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
2019-10-07FileManager: Open .html files in Browser instead of "html"Andreas Kling
2019-09-29FileManager+LibGUI+html: Add an icon to represent HTML filesAndreas Kling
2019-09-21LibGUI: Convert GTableView to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GItemView to ObjectPtrAndreas Kling
2019-09-15FileManager: Show human-readable file size info in the status barAndreas 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-10FileManager: Add on_selection event for DirectoryViewAaron Malpas
2019-09-04FileManager: Open ".wav" files in SoundPlayer when activatedAndreas Kling
2019-08-20GModel: Rename on_model_update(GModel&) => on_update()Andreas Kling
2019-08-20LibGUI: Remove confusing GModelNotification conceptAndreas Kling
2019-07-15AK: Add a canonicalized_path() convenience function.Andreas Kling
2019-07-11FileManager: Remove use of copy_ref().Andreas Kling
2019-06-07Applications: Run clang-format on everything.Andreas Kling