ladybird/Userland/Applications/FileManager
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
..
CMakeLists.txt FileManager: Convert properties window UI to GML (#8705) 2021-07-13 12:57:10 +02:00
DesktopWidget.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
DesktopWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
DirectoryView.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
DirectoryView.h FileManager+FileOperation: Switch to east const 2021-07-22 12:48:44 +02:00
FileManagerWindow.gml FileManager: Set minimum folder pane width 2021-05-13 00:43:41 +01:00
FileOperationProgress.gml FileManager: Set file op progress window's text based on the operation 2021-07-22 12:48:44 +02:00
FileOperationProgressWidget.cpp FileManager: Switch FileOperationProgressWidget::did_error() to SV& 2021-07-22 12:48:44 +02:00
FileOperationProgressWidget.h FileManager: Switch FileOperationProgressWidget::did_error() to SV& 2021-07-22 12:48:44 +02:00
FileUtils.cpp FileManager: Show progress dialog for file deletions 2021-07-22 12:48:44 +02:00
FileUtils.h FileManager: Show progress dialog for file deletions 2021-07-22 12:48:44 +02:00
main.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
PropertiesWindow.cpp FileManager: Refresh DirectoryView after applying changes 2021-08-01 12:30:24 +02:00
PropertiesWindow.h FileManager+FileOperation: Switch to east const 2021-07-22 12:48:44 +02:00
PropertiesWindowGeneralTab.gml FileManager: Convert properties window UI to GML (#8705) 2021-07-13 12:57:10 +02:00