Thomas Wood
e2f944a66a
configure: Group pkg-config checks based on how they are used
...
Group the pkg-config checks so that pkg-config can remove duplicated CFLAGS
and LIBS.
https://bugzilla.gnome.org/show_bug.cgi?id=636593
2011-02-19 16:46:26 +00: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
Matthias Clasen
174162ed96
Only autostart the sound applet in the fallback session
...
This uses new AutostartCondition support that just landed
in gnome-session.
2011-02-16 12:08:43 -05:00
Cosimo Cecchi
0132e4be37
all: make GCC stop complaining about set but unused variables
2011-02-04 15:43:40 -05:00
Matthias Clasen
6e848ce81a
Fix up issues with the speaker test dialog
...
Set a parent on the dialog, and add a close button.
Also hide the resize grip (even though that should happen automatically).
https://bugzilla.gnome.org/show_bug.cgi?id=636898
2011-01-20 13:40:06 -05:00
Alban Browaeys
7dde087d47
Fix assert in gtkcellrenderer in sound output tab.
...
Gtk:ERROR:gtkcellrenderer.c:1661:gtk_cell_renderer_get_aligned_area: assertion failed:
(aligned_area->x >= cell_area->x && aligned_area->x < cell_area->x + cell_area->width)
Was missing the icon cell content for the output tab.
https://bugzilla.gnome.org/show_bug.cgi?id=639280
2011-01-14 13:54:09 +00: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
Vincent Untz
ef78caee86
sound: Do not build with $DISABLE_DEPRECATED
...
This should not be active by default in tarballs, and it's the only
panel building with this.
If someone wants to use the DISABLE_*_DEPRECATED flags, then please add
support for this only when building from git.
2010-12-23 15:14:41 +01:00
Matthias Clasen
eb77b474a1
Make the sound panel build against recent GTK+
...
Switch to use GIO for launching preferences instead of gdk_spawn.
2010-12-22 11:14:34 -05:00
Thomas Wood
dfd897496b
sound: Remove the reconnect timeout during the dispose of GvcMixerControl
...
Remove the reconnect timeout so that the callback function is not called
after the object has been destroyed.
2010-12-20 16:50:26 +00:00
Rodrigo Moya
5758cc07e6
sound: Add 'devices' icons dir to build
2010-11-29 14:32:04 +01:00
Rodrigo Moya
fea8fc045e
sound: Add 'devices' icons dir to build
2010-11-29 14:27:42 +01:00
Rodrigo Moya
1e128627c3
sound: Add 'devices' icons dir to build
2010-11-29 14:25:05 +01:00
Rodrigo Moya
9efcba5bf3
sound: Add 'devices' icons dir to build
2010-11-29 14:22:12 +01:00
Bastien Nocera
325747abcc
sound: Fix copy/paste error
...
When setting the default output programmitically.
2010-11-22 13:34:57 +00:00
William Jon McCann
4c06652dfc
sound: remove window and button sounds checkbox
2010-11-21 21:37:26 -05:00
William Jon McCann
d2bacbfa59
sound: remove theme selection
...
Like appearance themes this is something that should move to
a tweakers paradise app.
2010-11-21 21:36:46 -05:00
William Jon McCann
e3367c92f0
Don't assume that get_preferred_* arguments can't be NULL
...
Fixes a crash introduced by f5f5aac5c0
2010-11-20 13:33:19 -05:00
Matthias Clasen
1865429130
sound: avoid initial resizing
...
The initial small size is due to a 'Connecting to sound system..."
label that is shown for a split second before the real UI comes in.
Better to just not do that, I think.
2010-11-19 14:08:35 -05:00
Javier Jardón
5c53a050f8
gvc-sound-theme-chooser: Replace size_request signal
...
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=635117
2010-11-19 17:39:12 +00:00
Bastien Nocera
342112ad51
sound: Remove radio buttons
...
I hate them, and they made switching the default input or output
too complicated, and probably very unaccessible.
2010-11-19 17:37:27 +00:00
Bastien Nocera
e6fc259fb0
Add headset icon
...
Icon from Hylke Bons, and Andreas Nilsson:
https://bugzilla.gnome.org/show_bug.cgi?id=581917
2010-11-19 16:23:32 +00:00
Bastien Nocera
744871943a
Show icons for devices
...
Show device icons in the stream treeviews. Use GIcon
to get automatic fallback.
https://bugzilla.gnome.org/show_bug.cgi?id=581917
2010-11-19 16:23:32 +00:00
Bastien Nocera
d08cfeae5c
sound: Make the level bar draw correctly again
...
The patch in
http://git.gnome.org/browse/gnome-media/commit/?id=5b71e80a54faf7bc8172bddccd74e2688435e571
was broken, as it didn't remove the translation that used to be
necessary when using ->expose_event, but not with ->draw.
2010-11-18 16:09:26 +00:00
Bastien Nocera
799b499082
sound: Make level bar descend from GtkWidget
...
As there's no need for it to descend from GtkHBox (it doesn't
actually contain anything).
2010-11-18 16:08:09 +00:00
Bastien Nocera
968d421083
sound: Simplify check_rectangle() macro
...
As the x and y never change.
2010-11-18 16:06:53 +00:00
Bastien Nocera
adc34ac019
sound: Avoid second warning when no theme
...
When the freedesktop sound theme isn't installed, avoid warnings
on startup above and beyond the existing one.
2010-11-18 15:21:27 +00:00
Bastien Nocera
c3926dbc03
sound: Remove dead code
...
The sound theme editor wasn't used, and wasn't going to be used.
2010-11-18 14:41:15 +00:00
Javier Jardón
9aa37efb15
gvc-level-bar: Replace size_request by get_preferred_width/height
...
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=635117
2010-11-18 14:34:07 +00:00
Bastien Nocera
032d6326d5
panels: Add keywords to all the panels we ship
...
https://bugzilla.gnome.org/show_bug.cgi?id=399754
2010-11-17 16:02:47 +00: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
Rodrigo Moya
047f48e850
Some build fixes
2010-11-15 10:35:49 +01:00
Yanko Kaneti
4e0acb27ce
sound: Explicit link to libxml
...
https://bugzilla.gnome.org/show_bug.cgi?id=634467
2010-11-10 10:59:54 +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