1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:07:43 +00:00
serenity/Userland/Applications/SystemMonitor
Andreas Kling e43fba0c58 SystemMonitor: Add tab with detailed state to process properties window
This is done using a wrapper model that transforms all the information
about a single process in the ProcessModel and turns it into a 2-column
table model with only that process in it.
2021-04-11 13:24:59 +02:00
..
CMakeLists.txt SystemMonitor: Add tab with detailed state to process properties window 2021-04-11 13:24:59 +02:00
DevicesModel.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
DevicesModel.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
GraphWidget.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
GraphWidget.h SystemMonitor: Define graphs by ColorRole, not by Color 2021-02-14 13:27:36 +01:00
InterruptsWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
InterruptsWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
main.cpp SystemMonitor: Add tab with detailed state to process properties window 2021-04-11 13:24:59 +02:00
MemoryStatsWidget.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
MemoryStatsWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
NetworkStatisticsWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
NetworkStatisticsWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ProcessFileDescriptorMapWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ProcessFileDescriptorMapWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ProcessMemoryMapWidget.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
ProcessMemoryMapWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ProcessModel.cpp SystemMonitor: Simplify executable icon lookup in ProcessModel 2021-04-11 12:52:42 +02:00
ProcessModel.h SystemMonitor: Highlight kernel processes a bit better in SystemMonitor 2021-04-06 17:55:47 +02:00
ProcessStateWidget.cpp SystemMonitor: Add tab with detailed state to process properties window 2021-04-11 13:24:59 +02:00
ProcessStateWidget.h SystemMonitor: Add tab with detailed state to process properties window 2021-04-11 13:24:59 +02:00
ProcessUnveiledPathsWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ProcessUnveiledPathsWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ThreadStackWidget.cpp SystemMonitor: Don't generate backtraces while not looking at them 2021-04-05 11:42:54 +02:00
ThreadStackWidget.h SystemMonitor: Don't generate backtraces while not looking at them 2021-04-05 11:42:54 +02:00