1d44bf7ce6
BaseAppView currently removes all icons, and readds them, every time the list of app icons needs to be redisplayed. In order to allow animating app icon positions in the future, however, we cannot destroy the actors of the app icons. Previous commits paved the way for us to do differential loading, i.e. add only the icons that were added, and remove only what was removed. Make the BaseAppView effectively implement differential loading. The BaseAppView.removeAll() method is removed, since we do not remove all icons anymore. BaseAppView._loadApps() now returns an array with the new apps, instead of putting them directly at the BaseAppView lists. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/645 |
||
---|---|---|
.. | ||
extensionPrefs | ||
gdm | ||
misc | ||
perf | ||
portalHelper | ||
ui | ||
js-resources.gresource.xml | ||
meson.build | ||
portal-resources.gresource.xml | ||
prefs-resources.gresource.xml |