mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:17:44 +00:00
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.
This commit is contained in:
parent
dda9b9ab1b
commit
166aadc4e1
14 changed files with 467 additions and 1 deletions
|
@ -26,6 +26,8 @@ $make_cmd -C ../Applications/Launcher clean && \
|
|||
$make_cmd -C ../Applications/Launcher && \
|
||||
$make_cmd -C ../Applications/FileManager clean && \
|
||||
$make_cmd -C ../Applications/FileManager && \
|
||||
$make_cmd -C ../Applications/ProcessManager clean && \
|
||||
$make_cmd -C ../Applications/ProcessManager && \
|
||||
$make_cmd -C ../Applications/About clean && \
|
||||
$make_cmd -C ../Applications/About && \
|
||||
$make_cmd clean &&\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue