mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 11:09:18 +00:00
HackStudio: Add basic Git integration
This adds a "Git" tab to Hackstudio. Currently has support for staging and unstaging files.
This commit is contained in:
parent
7b66469ab3
commit
435c6c6f96
Notes:
sideshowbarker
2024-07-19 02:37:44 +09:00
Author: https://github.com/itamar8910
Commit: 435c6c6f96
Pull-request: https://github.com/SerenityOS/serenity/pull/3470
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/devsh0
15 changed files with 692 additions and 42 deletions
|
@ -62,9 +62,11 @@ public:
|
|||
virtual void move_cursor(CursorMovement, SelectionUpdate) override;
|
||||
void move_cursor_relative(int steps, SelectionUpdate);
|
||||
|
||||
private:
|
||||
protected:
|
||||
ListView();
|
||||
virtual void paint_list_item(Painter&, int row_index, int painted_item_index);
|
||||
|
||||
private:
|
||||
virtual void did_update_model(unsigned flags) override;
|
||||
virtual void paint_event(PaintEvent&) override;
|
||||
virtual void keydown_event(KeyEvent&) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue