Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-13 | LibGUI: Add ModelClient abstract class and allow registering clients | Tom | |
This solves a problem where the SortingProxyModel doesn't receive the on_update call because other code overwrote the handler later on. | |||
2020-04-09 | LibGUI: Keep still-valid indexes in selection after a model update | Andreas Kling | |
This is a stop-gap patch solution for the annoying problem of models being bad at updating. At least the process table will retain your selection in SystemMonitor now. | |||
2020-02-16 | LibGUI: Add forwarding header | Andreas Kling | |
This patch adds <LibGUI/Forward.h> and uses it a bunch. It also dragged various header dependency reduction changes into it. | |||
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling | |