lp://qastaging/~larsu/indicator-sound/lp1381871
- Get this branch:
- bzr branch lp://qastaging/~larsu/indicator-sound/lp1381871
Branch merges
- Ted Gould (community): Approve
-
Diff: 13 lines (+3/-0)1 file modifiedsrc/service.vala (+3/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 460. By Lars Karlitski
-
service.vala: don't call set_volume unnecessarily
The allow-amplified
-volume setting is bound to a property on the service with
the same name. GSettings always sets the target property when the binding is
created. The property setter calls set_volume() unconditionally, which lead to
a call on every startup of indicator-sound. That wasn't a problem until
set_volume() started emitting a notification for volume changes...Fix this by only updating the property when the underlying value has actually
changed. - 458. By Ted Gould
-
Warn on high audio levels when using headphones Fixes: 1373404
Approved by: Mirco Müller - 452. By PS Jenkins bot
-
Volume control: properly scale channels when setting the volume Fixes: 1374249
Approved by: Ted Gould, PS Jenkins bot - 451. By PS Jenkins bot
-
Added use of synchronous notifications for volume-changes. Fixes: 1232633
Approved by: PS Jenkins bot
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/indicator-sound/14.10