ladybird/Userland/Applets
sin-ack ca2c81251a Everywhere: Replace Model::update() with Model::invalidate()
Most of the models were just calling did_update anyway, which is
pointless since it can be unified to the base Model class. Instead, code
calling update() will now call invalidate(), which functions identically
and is more obvious in what it does.

Additionally, a default implementation is provided, which removes the
need to add empty implementations of update() for each model subclass.

Co-Authored-By: Ali Mohammad Pur <ali.mpfard@gmail.com>
2021-08-06 19:14:31 +02:00
..
Audio AudioWidget: Proper volume changes when scrolling on the widget 2021-08-04 11:36:36 +02:00
ClipboardHistory Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
DesktopPicker Applets: Remove unused header includes 2021-08-01 08:10:16 +02:00
Network Userland: Make representation of 'null' IPv4-address friendlier 2021-08-03 10:20:51 +02:00
ResourceGraph Applets: Remove unused header includes 2021-08-01 08:10:16 +02:00
CMakeLists.txt Applets: Add DesktopPicker applet 2021-07-19 18:21:40 +02:00