1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 08:27:35 +00:00
serenity/Applications/FileManager
Andreas Kling fa232ac180 LibGUI: Remove GModel activations to GAbstractView.
Now you can hook activation via GAbstractView::on_activation.
The design still isn't quite right, we should eventually move the selection
away from the model somehow.
2019-05-09 04:56:52 +02:00
..
.gitignore Move apps into a top-level Applications/ directory. 2019-02-10 08:35:01 +01:00
DirectoryView.cpp LibGUI: Remove GModel activations to GAbstractView. 2019-05-09 04:56:52 +02:00
DirectoryView.h LibGUI: Remove GModel activations to GAbstractView. 2019-05-09 04:56:52 +02:00
main.cpp FileManager: When mkdir() fails, show the path we passed in the message. 2019-05-08 22:41:19 +02:00
Makefile LibGUI: Start working on a file picker dialog (GFilePicker). 2019-05-09 01:24:37 +02:00