1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-16 21:01:01 +00:00
serenity/Applications/FileManager
Aaron Malpas b894803a30 FileManager: Add on_selection event for DirectoryView
There needs to be a way to know when a user has selected a file. 
file_system_model->on_selection_changed only fires on directory 
change.
2019-09-10 19:28:41 +02:00
..
DirectoryView.cpp FileManager: Add on_selection event for DirectoryView 2019-09-10 19:28:41 +02:00
DirectoryView.h FileManager: Add on_selection event for DirectoryView 2019-09-10 19:28:41 +02:00
main.cpp FileManager: Make the tree view follow the path changes correctly 2019-09-08 09:08:50 +02:00
Makefile Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00