Andreas Kling
|
07d4b41bac
FileManager: Move DirectoryView into the FileManager namespace
|
4 年之前 |
Andreas Kling
|
4e8c50d92d
FileManager: Handle drop events in DirectoryView
|
4 年之前 |
Andreas Kling
|
ef50e5aaee
FileManager: Move delete and force-delete actions to DirectoryView
|
4 年之前 |
Andreas Kling
|
825fcb8292
FileManager: Move "Open Terminal here" action to DirectoryView
|
4 年之前 |
Andreas Kling
|
d1e83b4f6e
FileManager: Make DirectoryView vend indexes from view model
|
5 年之前 |
Andreas Kling
|
f0349323c4
LibGUI: Don't require passing model to FileSystemModel::Node APIs
|
5 年之前 |
Andreas Kling
|
38d8426f32
FileManager: Move the "create new file" action into DirectoryView
|
5 年之前 |
Andreas Kling
|
be48f58d41
FileManager: Move "create new directory" action into DirectoryView
|
5 年之前 |
Andreas Kling
|
66cedfa13b
FileManager: Don't pass DirectoryView subview to hooks that don't care
|
5 年之前 |
Andreas Kling
|
0083fe0118
FileManager: Use DirectoryView for both windowed and desktop mode
|
5 年之前 |
Andreas Kling
|
9102b624ac
LibGUI+DevTools+Applications: Use ModelIndex::data() in many places
|
5 年之前 |
Andreas Kling
|
e1ed71ef9e
LibGUI: Make model sorting imperative and move order to AbstractView
|
5 年之前 |
Andreas Kling
|
7b110fad56
FileManager: Use one SortingProxyModel for all DirectoryView subviews
|
5 年之前 |
Andreas Kling
|
686ee2bf04
LibGUI: Rename ModelClient::on_model_update() => model_did_update()
|
5 年之前 |
Andreas Kling
|
4088beb8eb
LibGUI: Remove Model::sibling() since it's the same as index()
|
5 年之前 |
Andreas Kling
|
82e949aa7c
LibGUI: Rename SortingProxyModel "target" to "source" instead
|
5 年之前 |
Andreas Kling
|
6caaa2bfdb
FileManager: Remove one direct call to FileSystemModel from outside
|
5 年之前 |
Tom
|
27bd2eab22
LibWeb: Require parent window argument for MessageBox
|
5 年之前 |
Sergey Bugaev
|
5fd8dbacb1
LibGUI+FileManager: Fix forgetting to map sorting proxy model indexes
|
5 年之前 |
Tom
|
7739497e34
FileManager: Allow double-clicking applications again
|
5 年之前 |
Tom
|
50903fd88c
FileManager: Add "Open with" menu if alternative applications are available
|
5 年之前 |
Tom
|
b778804d20
LibGUI: Add ModelClient abstract class and allow registering clients
|
5 年之前 |
Sergey Bugaev
|
602c3fdb3a
AK: Rename FileSystemPath -> LexicalPath
|
5 年之前 |
Nicholas Hollett
|
b7810a31c3
LibDesktop: Switch to LaunchServer for DesktopServices::open
|
5 年之前 |
AnotherTest
|
c6825a96c7
AK+FileManager: Move out human_readable_size to AK::NumberFormat
|
5 年之前 |
Ben Wiederhake
|
ef433cb367
LibGUI: The UI calls it 'Icon view', fix the name in the code
|
5 年之前 |
Andreas Kling
|
9617b7ede4
FileManager: Set content margin of DirectoryView to same as children
|
5 年之前 |
angel
|
cc424b7b0f
FileManager: Graceful handling of access errors
|
5 年之前 |
angel
|
27091d05ee
DirectoryView: Don't push same path twice to history
|
5 年之前 |
Sergey Bugaev
|
f8b2a7b4a7
LibCore+LibGUI: Move DesktopServices to LibCore
|
5 年之前 |