Commit graph

14 commits

Author SHA1 Message Date
Bastien Nocera
139c9888b5 sound: Dim the low/high icons associated with volume sliders
https://bugzilla.gnome.org/show_bug.cgi?id=689636
2012-12-06 16:25:15 +01:00
Matthias Clasen
bb531687ca sound: Fix mouse scrolls on sliders
Use gdk_event_get_scroll_deltas() to get the scroll direction.

https://bugzilla.gnome.org/show_bug.cgi?id=671724
2012-06-25 13:41:31 +01:00
Bastien Nocera
75cc274a3b sound: Fix use of deprecated gtk_vscale_new() 2012-06-25 13:33:31 +01:00
Bastien Nocera
9859ffbc27 sound: Remove left-click behaviour work-around
https://bugzilla.gnome.org/show_bug.cgi?id=678598
2012-06-25 13:33:31 +01:00
Robert Ancell
01f7545df2 sound: Stop using deprecated gtk_hscale_new
https://bugzilla.gnome.org/show_bug.cgi?id=669622
2012-02-08 12:11:02 +00:00
Robert Ancell
fb88ac92ba sound: Stop using deprecated gtk_hbox_new/gtk_vbox_new
https://bugzilla.gnome.org/show_bug.cgi?id=669619
2012-02-08 12:11:02 +00:00
Bastien Nocera
48b2a58add sound: Put the level bar at 0 when muting
https://bugzilla.gnome.org/show_bug.cgi?id=644537
2011-09-07 18:16:15 +01:00
Bastien Nocera
a58bb45cba sound: Show a mute switch instead of a checkbox
The switch use here matches exactly the usage guidelines.
2011-09-07 17:28:49 +01:00
Cosimo Cecchi
5f3acad39a sound: make the volume icons smaller and center them properly in the bar
https://bugzilla.gnome.org/show_bug.cgi?id=646153
2011-03-29 22:14:38 -04:00
Colin Guthrie
a9555f52d0 sound: Use upstream value for amplified volume
In order to standardise various separate volume UIs,
upstream PulseAudio has made a new define available for the
recommended
maximum volume to show in UIs. This volume was chosen to be
similar to the value currently employed in gvc but also be
based on dB values rather than a multiple of PA_VOLUME_NORM.

The 150% value previously used mapped to +10.57dB with the
current cubic volume mapping. In the interests of sanity,
and with a tip of the hat to Spinal Tap, we decreed that the
value should be +11dB. This is approx 153% which is doesn't really
change the visual look of GVC.

I will also be recommending other volume controls use this new
value so everyone can use the mixer they want.

This one goes up to 11. :)

References:
https://tango.0pointer.de/pipermail/pulseaudio-discuss/2010-April/006945.html
https://tango.0pointer.de/pipermail/pulseaudio-discuss/2010-April/006950.html
http://en.wikipedia.org/wiki/Up_to_eleven

https://bugzilla.gnome.org/show_bug.cgi?id=644292
2011-03-11 16:29:39 +00:00
Matthias Clasen
31c90f3ad5 Sound: Fix scroll event handling of channel bars
Scrolling in any direction always went down. Very frustrating
experience...
https://bugzilla.gnome.org/show_bug.cgi?id=644462
2011-03-10 21:44:45 -05:00
William Jon McCann
ecc078edc1 sound: try using symbolic icons for range widgets
Since they replace texual descriptions of "low" / "high".

https://bugzilla.gnome.org/show_bug.cgi?id=614213
2011-02-18 16:33:34 -05:00
Benjamin Otte
1dc763da8c sound: Don't set update policy
Update policies are gone from GTK. It was set to its default value
anyway, so the call was essentially a no-op.
2011-01-05 18:27:13 +01:00
William Jon McCann
6638e984ca Initial import of sound panel
Copied from gnome-media.  See that module for git history.
2010-10-30 14:48:55 -04:00