Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-12 | LibGUI: Add a way for models to update without invalidating indexes | Andreas Kling | |
This is really just a workaround to keep SystemMonitor's process table working right wrt selection retention during resorts (while also doing full index invalidation on things like ProfileViewer inversion.) It's starting to feel like the model abstraction is not super great and we'll need a better approach if we want to actually build some more dynamic functionality into our views. | |||
2020-02-13 | LibGUI: Add GUI::Model::accepts_drag(index, data_type) | Andreas Kling | |
This allows a model to indicate whether it would accept a drag with a given data type being dropped on a given index. | |||
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling | |