gnome-shell/js/ui/status
Florian Müllner 26235bbe54 js: Use (dis)connectObject()
Start using the new methods to simplify signal cleanup. For now,
focus on replacing existing cleanups; in most cases this means
signals connected in the constructor and disconnected on destroy,
but also other cases with a similarly defined lifetime (say: from
show to hide).

This doesn't change signal connections that only exist for a short
time (say: once), handlers that are connected on-demand (say: the
first time a particular method is called), or connections that
aren't tracked (read: disconnected) at all.

We will eventually replace the latter with connectObject() as
well - especially from actor subclasses - but the changeset is
already big enough as-is :-)

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1953>
2022-03-04 14:14:37 +00:00
..
accessibility.js js: Use templates for non-translatable strings 2022-02-12 12:29:52 +00:00
bluetooth.js status/bluetooth: Clear list of connected signals on adapter changes 2022-02-26 15:53:19 +00:00
brightness.js cleanup: Use new indentation style for object literals 2022-02-23 12:23:52 +00:00
dwellClick.js cleanup: Use new indentation style for object literals 2022-02-23 12:23:52 +00:00
keyboard.js js: Use (dis)connectObject() 2022-03-04 14:14:37 +00:00
location.js js: Use (dis)connectObject() 2022-03-04 14:14:37 +00:00
network.js js: Use (dis)connectObject() 2022-03-04 14:14:37 +00:00
nightLight.js js: Use Gjs GTypeName computation for all classes 2019-10-29 18:38:35 +00:00
power.js js: Use templates for non-translatable strings 2022-02-12 12:29:52 +00:00
powerProfiles.js powerProfiles: Remove support for power-profiles-daemon < 0.9.0 2022-02-08 11:21:44 +00:00
remoteAccess.js status/remote-access: Don't show recording icon for screenshot UI casts 2022-02-12 14:36:54 +00:00
rfkill.js rfkill: Always sync state on construction 2020-08-02 19:57:11 +00:00
system.js ui: Rename gnome-control-center to org.gnome.Settings 2022-01-21 10:44:37 -03:00
thunderbolt.js js: Use (dis)connectObject() 2022-03-04 14:14:37 +00:00
volume.js js: Use (dis)connectObject() 2022-03-04 14:14:37 +00:00