1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-13 16:27:35 +00:00
serenity/Userland/Applications/SystemMonitor
Maciej 62169fda03 SystemMonitor: Ask user before trying to kill/stop process
These actions can be dangerous, especially for important system
processes. Let's make accidental breaking of the system a bit
harder. :^)
2021-11-13 11:14:20 +00:00
..
CMakeLists.txt SystemMonitor: Consolidate hardware tabs + remove interrupts tab 2021-08-18 12:50:24 +02:00
GraphWidget.cpp SystemMonitor: Use u64 for all GraphWidget values 2021-10-07 00:42:24 +02:00
GraphWidget.h SystemMonitor: Use u64 for all GraphWidget values 2021-10-07 00:42:24 +02:00
main.cpp SystemMonitor: Ask user before trying to kill/stop process 2021-11-13 11:14:20 +00:00
MemoryStatsWidget.cpp SystemMonitor: Use u64 for all GraphWidget values 2021-10-07 00:42:24 +02:00
MemoryStatsWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
NetworkStatisticsWidget.cpp SystemMonitor: Shrink oversized GroupBox margins 2021-11-13 11:47:46 +01:00
NetworkStatisticsWidget.h SystemMonitor: Display connection status icons in Network tab 2021-07-27 00:28:12 +02:00
ProcessFileDescriptorMapWidget.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
ProcessFileDescriptorMapWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ProcessMemoryMapWidget.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
ProcessMemoryMapWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ProcessModel.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
ProcessModel.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
ProcessStateWidget.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
ProcessStateWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ProcessUnveiledPathsWidget.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
ProcessUnveiledPathsWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ThreadStackWidget.cpp LibThreading: Remove redundant method 2021-11-02 11:07:26 +01:00
ThreadStackWidget.h SystemMonitor: Use a TableView to display the thread stack 2021-10-15 22:10:03 -07:00