1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 20:12:06 +00:00
serenity/DevTools
Andreas Kling 8e4751a963 LibGUI: Add a way for models to update without invalidating indexes
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-04-12 12:03:33 +02:00
..
FormCompiler AK: Add out() and warn() streams that forward to stdout and stderr 2020-04-06 10:49:27 +02:00
HackStudio HackStudio: pledge "thread" to fix opening files 2020-04-07 12:14:35 +02:00
Inspector Applications: Use "Document - AppName" window title format 2020-03-13 23:30:12 +01:00
IPCCompiler AK: Add out() and warn() streams that forward to stdout and stderr 2020-04-06 10:49:27 +02:00
ProfileViewer LibGUI: Add a way for models to update without invalidating indexes 2020-04-12 12:03:33 +02:00
VisualBuilder LibGUI: Add MenuBar::add_menu(name) 2020-04-04 12:58:05 +02:00
Makefile Build: Only look at SUBDIRS with Makefiles 2020-02-25 19:56:48 +01:00