1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-18 15:21:01 +00:00
serenity/Applications/FileManager
Andreas Kling d94abc4f81 FileManager+LibGUI: Add a simple location textbox.
The widget layout here is a bit off and needs work.
2019-03-03 00:34:40 +01:00
..
.gitignore Move apps into a top-level Applications/ directory. 2019-02-10 08:35:01 +01:00
DirectoryTableModel.cpp FileManager: Show user/group names instead of UID/GID if available. 2019-03-02 02:05:49 +01:00
DirectoryTableModel.h FileManager: Show user/group names instead of UID/GID if available. 2019-03-02 02:05:49 +01:00
DirectoryTableView.cpp FileManager: Make the "open parent directory" action actually open ".." 2019-03-02 09:16:57 +01:00
DirectoryTableView.h FileManager: Make the "open parent directory" action actually open ".." 2019-03-02 09:16:57 +01:00
main.cpp FileManager+LibGUI: Add a simple location textbox. 2019-03-03 00:34:40 +01:00
Makefile FileManager: Port to GTableModel/GTableView. 2019-03-01 13:55:48 +01:00