gnome-shell/js/ui/status
Florian Müllner 21e14bd46f brightness: Ignore slider changes we initiated ourselves
Since we set the proxy value when the slider changes and set the slider
value on proxy property changes, we run into a cycle.

Before commit 3d3dca4aa this was addressed by not notifying on all slider
changes, but only in reaction to direct user action. Given that since the
splitting out of the BarLevel class those events are handled in a subclass,
that approach is at least unconvential and fairly fragile.

Instead, make the brightness indicator ignore any changes to the slider it
initiated itself.

https://gitlab.gnome.org/GNOME/gnome-shell/issues/1500
2019-08-13 16:35:17 +02:00
..
accessibility.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
bluetooth.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
brightness.js brightness: Ignore slider changes we initiated ourselves 2019-08-13 16:35:17 +02:00
dwellClick.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
keyboard.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
location.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
network.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
nightLight.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
power.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
remoteAccess.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
rfkill.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
screencast.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
system.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
thunderbolt.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
volume.js volume: Fix overdrive in slider 2019-08-07 16:17:45 +00:00