Andreas Kling
|
37388b311f
|
ProcessManager: Show some basic system memory stats below the process table.
This really improves the feeling of "system overview" :^)
|
2019-03-10 12:13:22 +01:00 |
|
Andreas Kling
|
dc9f8a9361
|
LibGUI: Take ProcessManager's process view and turn it into GTableView.
Make it sufficiently generic that it can be reused for any table data. :^)
|
2019-02-28 10:57:09 +01:00 |
|
Andreas Kling
|
6e571b66f1
|
ProcessManager: Move ProcessTableModel class to its own files.
|
2019-02-28 10:20:04 +01:00 |
|
Andreas Kling
|
166aadc4e1
|
ProcessManager: Start working on a graphical process manager.
I need a table view widget for this thing, so I'm also using this to
prototype a model/view thingy.
|
2019-02-28 01:43:50 +01:00 |
|