thankyouverycool
|
02a9e5d3f6
LibGUI+Userland: Improve error and font handling for InputBox
|
2 年 前 |
Tom
|
e758545b91
FileManager+LibGUI: Cache the FileSystem::can_delete_or_move value
|
2 年 前 |
MacDue
|
2aa8c9950e
FileManager: Use GUI::Process::spawn_or_show_error() to open terminals
|
2 年 前 |
Cameron Youell
|
1dc3ba6ed5
Applications: Convert `DeprecatedFile` usages to `LibFileSystem`
|
2 年 前 |
Cameron Youell
|
1d24f394c6
Everywhere: Use `LibFileSystem` where trivial
|
2 年 前 |
Andreas Kling
|
8a48246ed1
Everywhere: Stop using NonnullRefPtrVector
|
2 年 前 |
Tim Schumacher
|
d43a7eae54
LibCore: Rename `File` to `DeprecatedFile`
|
2 年 前 |
Lucas CHOLLET
|
be28800e0d
FileManager: Factorize code to handle drag-and-drop
|
2 年 前 |
Karol Baraniecki
|
506c26acce
LibGUI+Userland: Switch order of parameters for InputBox::show
|
2 年 前 |
Karol Baraniecki
|
8095d9276b
Userland: Replace manual checking by using GUI::InputType::NonemptyText
|
2 年 前 |
Tim Schumacher
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 年 前 |
Karol Kosek
|
e45434c0c7
FileManager+HackStudio+SpaceAnalyzer: Use File::can_delete_or_move
|
3 年 前 |
Karol Kosek
|
798154fbbc
FileManager: Calculate file action permissions for subsequent columns
|
3 年 前 |
implicitfield
|
39fc7359d4
FileManager: Clear the selection after deleting files
|
2 年 前 |
Maciej
|
b409d3cf88
FileManager: Display message box if stat()'ing a file to activate fails
|
2 年 前 |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 年 前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年 前 |
Gunnar Beutner
|
0eb7d1e05c
FileManager: Improve error handling when posix_spawn() fails
|
2 年 前 |
networkException
|
4230dbbb21
AK+Everywhere: Replace "protocol" with "scheme" url helpers
|
2 年 前 |
Adam Jakubek
|
aa466723eb
FileManager: Navigate to parent dir when current location is removed
|
2 年 前 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 年 前 |
Lucas CHOLLET
|
6f04a3778b
FileManager: Change PGID of spawned processes
|
3 年 前 |
Linus Groh
|
5c79681611
FileManager: Replace '->' with '→' in symlink statusbar info message
|
3 年 前 |
Sam Atkins
|
cdffe556c8
LibGUI+Userland: Make Dialog::ExecResult an enum class
|
3 年 前 |
Sam Atkins
|
dc5a318aa9
FileManager: Use TRY in run_file_operation()
|
3 年 前 |
Simon Danner
|
0787571192
Filemanager: Only enable rename if available
|
3 年 前 |
Sam Atkins
|
6b0c4908df
FileManager: Don't show command palette for the desktop
|
3 年 前 |
Sam Atkins
|
a4cb6a49ae
FileManager: Disable "View as..." actions for desktop DirectoryView
|
3 年 前 |
Leonardo Nicolas
|
9aa0cf3265
FileManager: Do not allow rename files that cannot be modified
|
3 年 前 |
Sam Atkins
|
f6633a1026
LibGUI+Userland: Make SortingProxyModel::create() return ErrorOr
|
3 年 前 |