1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:38:11 +00:00
serenity/Applications/ProcessManager
Andreas Kling bff5b71467 LibGUI: Add a GModelNotification class that views will receive.
I don't want to use GEvent here since these need to be synchronous
and mixing sync and async GEvents would be stupid.
2019-02-28 21:30:17 +01:00
..
.gitignore ProcessManager: Start working on a graphical process manager. 2019-02-28 01:43:50 +01:00
main.cpp LibGUI: Add horizontal scrollbar to GTableView. 2019-02-28 17:58:53 +01:00
Makefile LibGUI: Take ProcessManager's process view and turn it into GTableView. 2019-02-28 10:57:09 +01:00
ProcessTableModel.cpp ProcessManager: Use icons for the process priorities. 2019-02-28 21:04:26 +01:00
ProcessTableModel.h ProcessManager: Use icons for the process priorities. 2019-02-28 21:04:26 +01:00
ProcessTableView.cpp LibGUI: Add a GModelNotification class that views will receive. 2019-02-28 21:30:17 +01:00
ProcessTableView.h LibGUI: Add a GModelNotification class that views will receive. 2019-02-28 21:30:17 +01:00