ladybird/Userland/Applications/Mail
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
..
AccountHolder.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
AccountHolder.h Mail: Add an e-mail application called Mail 2021-07-24 20:11:28 +04:30
CMakeLists.txt Mail: Add an e-mail application called Mail 2021-07-24 20:11:28 +04:30
InboxModel.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
InboxModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
MailboxTreeModel.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
MailboxTreeModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
MailWidget.cpp Mail: Use GUI::PasswordInputDialog to ask for server passwords 2021-08-02 10:13:35 +02:00
MailWidget.h Mail: Add an e-mail application called Mail 2021-07-24 20:11:28 +04:30
MailWindow.gml Mail: Tweak vertical spacing & margins in main UI layout 2021-08-02 10:13:35 +02:00
main.cpp Mail: Use Window::add_menu instead of Menubar::add_menu 2021-08-02 00:39:15 +02:00