1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-17 13:57:35 +00:00
serenity/Applications/FileManager
Andreas Kling e14dd06b8c FileManager: Hook up a GSortingProxyTableModel so we get sorted files. :^)
The next step here is coming up with a nice way to always put directories
ahead of files.
2019-03-09 14:52:25 +01:00
..
.gitignore Move apps into a top-level Applications/ directory. 2019-02-10 08:35:01 +01:00
DirectoryTableModel.cpp FileManager: Hook up a GSortingProxyTableModel so we get sorted files. :^) 2019-03-09 14:52:25 +01:00
DirectoryTableModel.h LibGUI: Use a separate data role for the table model sorting order. 2019-03-09 14:24:34 +01:00
DirectoryTableView.cpp FileManager: Hook up a GSortingProxyTableModel so we get sorted files. :^) 2019-03-09 14:52:25 +01:00
DirectoryTableView.h FileManager: Hook up a GSortingProxyTableModel so we get sorted files. :^) 2019-03-09 14:52:25 +01:00
main.cpp Applications: Map Alt+F4 to Quit in FileManager/ProcessManager/Terminal. 2019-03-03 02:52:22 +01:00
Makefile FileManager: Port to GTableModel/GTableView. 2019-03-01 13:55:48 +01:00