Sergey Bugaev
|
cbdda91065
|
ProcessManager: Rename it to SystemMonitor
This is a more appropriate name now that it does a lot
more than just manage processes ^)
|
2019-08-14 14:28:45 +02:00 |
|
Andreas Kling
|
e8b3a539b4
|
ProcessManager: Fix timer leak in ProcessStacksWidget
CObjects should really be reference-counted instead of this error-prone
(but convenient) model.
Found by PVS-Studio.
|
2019-08-01 11:12:35 +02:00 |
|
Andreas Kling
|
9b7e1eb287
|
ProcessManager: Add a process-specific tab view below the process table.
To start out, add a "Stacks" view where we see what the selected process is
currently doing (via /proc/PID/stack) :^)
|
2019-07-27 09:39:43 +02:00 |
|