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
afd25679bc
GJsonArrayModel: Support fields that aren't tied to a single JSON value
...
Change the custom data massaging callback to take a const JsonObject&.
This will allow binding together data from multiple fields into one
output in the model. :^)
2019-08-10 15:06:29 +02:00
Andreas Kling
2eead3dfc0
ProcessManager: Use a GJsonArrayModel for the process file desciptors
2019-08-10 11:07:55 +02:00
Andreas Kling
2c947a2c97
ProcessManager: Enable automatic column sizing for all table views
...
Start making use of the neat new mode in GTableView.
2019-08-09 19:32:09 +02:00
Andreas Kling
8a703c0076
ProcessManager: Add a new per-proces "open files" view showing open FDs
...
This uses the data from /proc/PID/fds with ease now that it's JSON. :^)
2019-08-03 08:26:45 +02:00