1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:38:12 +00:00
serenity/Applications/FileManager
Andreas Kling 169a38113e FileManager: Show symlink targets in status bar message
When a single item is selected and it happens to be a symlink pointing
somewhere, we now show where it points to in the status bar. :^)

There is a big ugly FIXME here about how DirectoryView has to work
around the fact that there's a GSortingProxyModel attached to the table
view widget.
2020-01-27 22:45:31 +01:00
..
DirectoryView.cpp FileManager: Show symlink targets in status bar message 2020-01-27 22:45:31 +01:00
DirectoryView.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
FileUtils.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
FileUtils.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
main.cpp LibGUI: Add symlink targets as a column in GFileSystemModel 2020-01-27 22:19:05 +01:00
Makefile Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00
PropertiesDialog.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
PropertiesDialog.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00