Andreas Kling
6902adbb84
SystemMonitor: Only show the most important process stats by default
...
You can still enable additional columns via the context menu, and this
gives us a much more focused default interface.
2021-04-05 13:40:25 +02:00
Andreas Kling
0f7443f010
SystemMonitor: Add a status bar to the main window
...
To get us started, this shows the number of processes and threads in
the last captured state.
2021-04-04 22:43:43 +02:00
thankyouverycool
2e5d5eb3d8
SystemMonitor: Return icon display data as GUI::Icons
...
And delete the generic icon member which has been dormant since
switching to FileIconProvider. Fixes icon column not being properly
painted as icon cells.
2021-03-04 16:28:12 +01:00
Andreas Kling
525f472dc5
SystemMonitor: Remove pid-and-tid tuple concept from ProcessModel
...
This was an old relic from back when thread IDs were per-process
instead of globally unique.
2021-02-16 20:38:49 +01:00
Andreas Kling
5f81babad2
SystemMonitor: Remove some unused cruft in ProcessModel
2021-02-16 20:24:22 +01:00
Andreas Kling
b72f067f0d
Kernel+Userland: Remove unused "effective priority" from threads
...
This has been merged with the regular Thread::priority field after
the recent changes to the scheduler.
2021-01-28 08:25:53 +01:00
Andreas Kling
dc28c07fa5
Applications: Move to Userland/Applications/
2021-01-12 12:05:23 +01:00