summaryrefslogtreecommitdiff
path: root/Applications/SystemMonitor
AgeCommit message (Collapse)Author
2019-09-05SystemMonitor: Added GCommonActionsrhin123
2019-08-20LibGUI: Remove confusing GModelNotification conceptAndreas Kling
This was a bad idea and it didn't stick. Instead we should just use the simple "on_foo" hook functions like we do for everything else. :^)
2019-08-18SystemMonitor: Add a devices tabSergey Bugaev
This tab combines info from /proc/devices with device file paths from /dev.
2019-08-14SystemMonitor: Paint the "used" disk space column as a progress barAndreas Kling
This needs to be applied consistently in the rest of this UI, but here is a start. I can't figure out what the right look should be right now so I'm just gonna commit it this way and we'll work it out later. :^)
2019-08-14SystemMonitor: Add a PCI devices tabSergey Bugaev
This is essentially a graphical version of the lspci command.
2019-08-14ProcessManager: Rename it to SystemMonitorSergey Bugaev
This is a more appropriate name now that it does a lot more than just manage processes ^)