Andreas Kling
|
bff5b71467
|
LibGUI: Add a GModelNotification class that views will receive.
I don't want to use GEvent here since these need to be synchronous
and mixing sync and async GEvents would be stupid.
|
2019-02-28 21:30:17 +01:00 |
|
Andreas Kling
|
75fabef57b
|
LibGUI: Add GVariant class and use it for table model data.
|
2019-02-28 16:20:29 +01:00 |
|
Andreas Kling
|
b4c20789fb
|
LibGUI: Allow specifying per-column text alignment.
|
2019-02-28 11:27:04 +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 |
|