Andreas Kling
|
b0c673265a
|
Applications: Map Alt+F4 to Quit in FileManager/ProcessManager/Terminal.
|
2019-03-03 02:52:22 +01:00 |
|
Andreas Kling
|
8eefdbdce8
|
LibGUI: Add horizontal scrollbar to GTableView.
Now we can scroll content in both directions if it won't fit in the view.
|
2019-02-28 17:58:53 +01:00 |
|
Andreas Kling
|
c1f5f2694b
|
ProcessManager: Add process owner's username to table view.
|
2019-02-28 14:12:53 +01:00 |
|
Andreas Kling
|
82c22a7484
|
ProcessManager: Add "continue" action that sends SIGCONT.
|
2019-02-28 13:02:55 +01:00 |
|
Andreas Kling
|
c5a32d139a
|
ProcessManager: Add a "stop" action that sends SIGSTOP to a process.
|
2019-02-28 12:06:19 +01:00 |
|
Andreas Kling
|
8a0d77f576
|
ProcessManager: Bump the initial window size to "pretty big"
|
2019-02-28 11:32:50 +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
|
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 |
|