1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:38:12 +00:00
serenity/Applications/FileManager
Andreas Kling 7dbb8b6f09 FileManager: Allow running in desktop mode
FileManager can now be started with the --desktop argument. When it's
started in this mode, it will run as a WindowType::Desktop window and
not create any of its regular UI.

The desktop version of the file manager is currently pretty bare-bones
but we can improve it over time and share more code with the regular
file manager windows.

I think this is pretty cool! :^)
2020-04-18 22:04:41 +02:00
..
DirectoryView.cpp FileManager: Use URL::create_with_file_protocol() in one place 2020-04-18 22:03:05 +02:00
DirectoryView.h AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
FileUtils.cpp AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
FileUtils.h FileManager: Include sys/stat.h for struct stat 2020-02-05 18:39:45 +01:00
main.cpp FileManager: Allow running in desktop mode 2020-04-18 22:04:41 +02:00
Makefile LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
PropertiesDialog.cpp Kernel: Don't include null terminator in sys$readlink() result 2020-04-14 18:40:24 +02:00
PropertiesDialog.h LibGUI: Make GUI::TabWidget::add_tab<T>() return a T& 2020-04-04 11:10:07 +02:00