1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-20 11:41:00 +00:00
serenity/Applications/FileManager
Andreas Kling d466f2634d LibGUI: Add GTableModel::Role::ForegroundColor.
This makes it possible to specify the text color for each table cell.
Use this to make the IRCClient show unread window list items in red.
2019-03-18 04:54:07 +01:00
..
.gitignore Move apps into a top-level Applications/ directory. 2019-02-10 08:35:01 +01:00
DirectoryTableModel.cpp LibGUI: Add GTableModel::Role::ForegroundColor. 2019-03-18 04:54:07 +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