1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:58:11 +00:00
serenity/Applications/FileManager
Tom b778804d20 LibGUI: Add ModelClient abstract class and allow registering clients
This solves a problem where the SortingProxyModel doesn't
receive the on_update call because other code overwrote
the handler later on.
2020-07-13 19:49:34 +02:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
DirectoryView.cpp LibGUI: Add ModelClient abstract class and allow registering clients 2020-07-13 19:49:34 +02:00
DirectoryView.h LibGUI: Add ModelClient abstract class and allow registering clients 2020-07-13 19:49:34 +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 FileManager: Specify "Open in Text Editor" action as default in context menu 2020-07-11 11:45:49 +02:00
PropertiesDialog.cpp FileManager: Small improvements to PropertyDialog's apply button logic 2020-06-18 23:14:13 +02:00
PropertiesDialog.h FileManager: Small improvements to PropertyDialog's apply button logic 2020-06-18 23:14:13 +02:00