ladybird/Applications/ProcessManager
Andreas Kling 1598a0a5cb ProcessManager: Draw the graphs as lines.
This looks pretty neat. Also it exercises the diagonal line drawing code
so we get 2-for-1. :^)
2019-05-07 17:11:48 +02:00
..
.gitignore ProcessManager: Start working on a graphical process manager. 2019-02-28 01:43:50 +01:00
GraphWidget.cpp ProcessManager: Draw the graphs as lines. 2019-05-07 17:11:48 +02:00
GraphWidget.h ProcessManager: Add CPU/memory usage graphs in a separate tab. 2019-05-06 03:21:34 +02:00
main.cpp ProcessManager: Draw the graphs as lines. 2019-05-07 17:11:48 +02:00
Makefile ProcessManager: Add CPU/memory usage graphs in a separate tab. 2019-05-06 03:21:34 +02:00
MemoryStatsWidget.cpp ProcessManager: Add CPU/memory usage graphs in a separate tab. 2019-05-06 03:21:34 +02:00
MemoryStatsWidget.h ProcessManager: Add CPU/memory usage graphs in a separate tab. 2019-05-06 03:21:34 +02:00
ProcessModel.cpp ProcessManager: Tweak default column widths. 2019-05-07 16:07:07 +02:00
ProcessModel.h ProcessManager: Add CPU/memory usage graphs in a separate tab. 2019-05-06 03:21:34 +02:00
ProcessTableView.cpp ProcessManager: Add CPU/memory usage graphs in a separate tab. 2019-05-06 03:21:34 +02:00
ProcessTableView.h ProcessManager: Add CPU/memory usage graphs in a separate tab. 2019-05-06 03:21:34 +02:00