mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
SystemMonitor: Move process window to GML
Extra stuff done in this commit to facilitate the above (if you want to really push my commit count, ask for more atomicisation): - Register a bunch of widgets that are used in the process window. - Allow setting the pid after the fact for the process state widget.
This commit is contained in:
parent
452bbcaa84
commit
7af87e8e6b
13 changed files with 181 additions and 64 deletions
|
@ -5,6 +5,7 @@ serenity_component(
|
|||
)
|
||||
|
||||
compile_gml(SystemMonitor.gml SystemMonitorGML.h system_monitor_gml)
|
||||
compile_gml(ProcessWindow.gml ProcessWindowGML.h process_window_gml)
|
||||
|
||||
set(SOURCES
|
||||
GraphWidget.cpp
|
||||
|
@ -18,6 +19,7 @@ set(SOURCES
|
|||
ProcessStateWidget.cpp
|
||||
ThreadStackWidget.cpp
|
||||
SystemMonitorGML.h
|
||||
ProcessWindowGML.h
|
||||
)
|
||||
|
||||
serenity_app(SystemMonitor ICON app-system-monitor)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue