1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 14:55:08 +00:00
serenity/Applications/FileManager
Andreas Kling 9710c9742c LibGUI+FileManager: Add setting for showing/hiding dotfiles
GUI::FileSystemModel can now be told to display (or not display) files
whose name start with a dot (other than . and ..)
2020-07-19 21:15:00 +02:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
DirectoryView.cpp LibWeb: Require parent window argument for MessageBox 2020-07-16 16:10:21 +02:00
DirectoryView.h LibGUI+FileManager: Fix forgetting to map sorting proxy model indexes 2020-07-15 13:41:46 +02:00
FileUtils.cpp AK: Rename FileSystemPath -> LexicalPath 2020-05-26 14:35:10 +02:00
FileUtils.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
main.cpp LibGUI+FileManager: Add setting for showing/hiding dotfiles 2020-07-19 21:15:00 +02:00
PropertiesDialog.cpp FileManager: Use new TextBox::DisplayOnly mode in the properties dialog 2020-07-19 21:15:00 +02:00
PropertiesDialog.h FileManager: Small improvements to PropertyDialog's apply button logic 2020-06-18 23:14:13 +02:00