Commit graph

8 commits

Author SHA1 Message Date
Rui Matos
70c33f473a sound: Fix deprecated API usage
https://bugzilla.gnome.org/show_bug.cgi?id=740986
2014-12-05 16:23:07 +01:00
Debarshi Ray
fa35a97fb2 sound: Use GtkBox instead of GtkHBox
We need to account for the fact that unlike GtkHBox, GtkBox does not
expand the child in gtk_container_add.

https://bugzilla.gnome.org/show_bug.cgi?id=732624
2014-07-02 17:44:51 +02:00
Daniel Mustieles
2c5951819d Updated FSF's address 2014-01-29 11:27:38 +01: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
f625fbbb59 sound: Fix possible infinite loop in combo box 2011-10-20 16:10:06 +01:00
Matthias Clasen
c6ed45a0dc Fix a11y/keynav issues in the sound panel
Add mnemonic to the 'Test Speaker' button, and add labelled-by
relations to the 'Test' buttons in the speaker test dialog.
2011-05-15 22:40:26 -04:00
Bastien Nocera
f052f0ad16 sound: Don't allow long profile names to resize toplevel
When profile names were overly long, the whole panel was wider than
before. This allows us to clip the combobox when not popped up, but
show the full text when it is, thus avoiding problems with some
profile names looking the same because of the missing end.

https://bugzilla.gnome.org/show_bug.cgi?id=613040
2010-11-16 18:04:39 +00: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