1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:38:11 +00:00
serenity/Applications/FileManager
Andreas Kling 6dec328af7 LibGUI+FileManager: Add GAbstractView::on_selection_change hook
This hook will be called whenever the view's selection changes somehow.
Use this in the FileManager to keep the left and right views in sync.
2019-09-07 21:35:04 +02:00
..
DirectoryView.cpp FileManager: Open ".wav" files in SoundPlayer when activated 2019-09-04 20:20:36 +02:00
DirectoryView.h FileManager: Port to using GModelSelection 2019-09-07 20:41:14 +02:00
main.cpp LibGUI+FileManager: Add GAbstractView::on_selection_change hook 2019-09-07 21:35:04 +02:00
Makefile Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00