Commit graph

124 commits

Author SHA1 Message Date
Jens Granseuer
b21871170d don't crash if glade file is not available
2007-05-06  Jens Granseuer  <jensgr@gmx.net>

	* sound-properties-capplet.c: (create_dialog), (main): don't crash if
	glade file is not available

svn path=/trunk/; revision=7561
2007-05-06 12:49:06 +00:00
Jens Granseuer
c40974353b set button images via code instead of relying on glade, so they respect
2007-05-06  Jens Granseuer  <jensgr@gmx.net>

	* sound-properties-capplet.c: (create_dialog):
	* sound-properties.glade: set button images via code instead of
	relying on glade, so they respect the gtk-button-images xsetting

svn path=/trunk/; revision=7560
2007-05-06 12:44:47 +00:00
Rodrigo Moya
caa4dafea5 renamed Bugzilla product.
2007-04-27  Rodrigo Moya <rodrigo@gnome-db.org>

	* gnome-settings-sound.desktop.in.in: renamed Bugzilla product.

svn path=/trunk/; revision=7509
2007-04-27 10:19:11 +00:00
Jens Granseuer
66283c87ed move function inside USE_HAL
2007-04-03  Jens Granseuer  <jensgr@gmx.net>

	* sound-properties-capplet.c: (remove_device): move function inside
	USE_HAL

svn path=/trunk/; revision=7438
2007-04-03 19:17:47 +00:00
Jens Granseuer
3804bf4a44 Patch by: Matthias Clasen <mclasen@redhat.com>
2007-04-03  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Matthias Clasen <mclasen@redhat.com>

	* sound-properties-capplet.c: (setup_default_mixer): ellipsize the
	device combobox (bug #425650)

svn path=/trunk/; revision=7437
2007-04-03 19:13:17 +00:00
Christian Persch
c7b803a131 Fix button label alignment. Bug #416238.
2007-03-18  Christian Persch  <chpe@gnome.org>

	* sound-properties.glade: Fix button label alignment. Bug #416238.

svn path=/trunk/; revision=7390
2007-03-18 16:15:13 +00:00
Christian Persch
c490230832 Revert unrelated change accidentally committed with the previous commit.
2007-03-18  Christian Persch  <chpe@gnome.org>

	* sound-properties-capplet.c: (create_dialog): Revert unrelated change
	accidentally committed with the previous commit.

svn path=/trunk/; revision=7389
2007-03-18 14:27:53 +00:00
Christian Persch
9975a0cc64 Initialise threads early, and fix option context translation. Bug #416239.
2007-03-18  Christian Persch  <chpe@gnome.org>

	* sound-properties-capplet.c: (create_dialog), (main): Initialise
	threads early, and fix option context translation. Bug #416239.

svn path=/trunk/; revision=7388
2007-03-18 14:25:53 +00:00
Jens Granseuer
6bb442dcc4 Patch by: Patrick Wade <patrick.wade@sun.com>
2007-02-10  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Patrick Wade <patrick.wade@sun.com>

	* sound-properties.glade: add a11y label relations for the devices
	tab (fixes bug #369302)

svn path=/trunk/; revision=7276
2007-02-10 13:08:10 +00:00
Jens Granseuer
76cbf39631 Patch by: Gabor Kelemen <kelemeng@gnome.hu>
2007-02-02  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Gabor Kelemen <kelemeng@gnome.hu>

	* sound-properties-capplet.c: (setup_devices): Polypaudio is now
	PulseAudio (fixes bug #394003)

svn path=/trunk/; revision=7225
2007-02-02 16:29:09 +00:00
Kjartan Maraas
d033af5089 ANSIfication of function declarations.
2007-01-29  Kjartan Maraas  <kmaraas@gnome.org>

	* sound-properties-capplet.c: (setup_hal_devices), (setup_devices):
	ANSIfication of function declarations.

svn path=/trunk/; revision=7197
2007-01-29 09:18:55 +00:00
Christian Persch
a4af2f5fca Fix label alignments bug (caused by glade-3 bug 396433).
2007-01-14  Christian Persch  <chpe@svn.gnome.org>

	* sound-properties.glade: Fix label alignments bug (caused by glade-3
	bug 396433).

svn path=/trunk/; revision=7139
2007-01-14 19:55:33 +00:00
Christian Persch
88f98988bb Show the sound properties view after adding it to the dialogue.
2007-01-14  Christian Persch  <chpe@svn.gnome.org>

	* sound-properties-capplet.c: (create_dialog): Show the sound
	properties view after adding it to the dialogue.

svn path=/trunk/; revision=7138
2007-01-14 19:54:51 +00:00
Christian Persch
a77fc4f15c Fix ChangeLog
svn path=/trunk/; revision=7136
2007-01-14 19:25:24 +00:00
Jan Arne Petersen
dbf78025be Fixes #394736
2007-01-09  Jan Arne Petersen  <jpetersen@jpetersen.org>

	Fixes #394736

	* sound-properties-capplet.c: (update_mixer_tracks_selection),
	(update_mixer_device_combobox): added NULL-check.



svn path=/trunk/; revision=7123
2007-01-09 18:52:04 +00:00
Jan Arne Petersen
90b67faf65 Fixes #173035
2007-01-08  Jan Arne Petersen  <jpetersen@jpetersen.org>

	Fixes #173035

	* configure.in: updated sound capplet requirements.

	* gnome-settings-daemon/actions/Makefile.am:
	* gnome-settings-daemon/actions/acme-volume-gstreamer.c:
	(acme_volume_gstreamer_finalize), (acme_volume_gstreamer_set_mute),
	(update_state), (acme_volume_gstreamer_get_mute),
	(acme_volume_gstreamer_get_volume),
	(acme_volume_gstreamer_set_volume),
	(acme_volume_gstreamer_close_real), (_acme_set_mixer),
	(acme_volume_gstreamer_open), (acme_volume_gstreamer_init): added
	support for multiple mixer tracks. Added support for gconf device and
	track selection.

	* capplets/sound/Makefile.am, mixer-support.c, mixer-support.h: Add new files.
	* capplets/sound/sound-properties-capplet.c: (mixer_device_combobox_changed),
	(add_track_label_to_list), (mixer_tracks_selection_changed),
	(update_mixer_tracks_selection), (default_mixer_tracks_notify),
	(update_mixer_device_combobox), (default_mixer_device_notify),
	(setup_default_mixer), (setup_dialog):
	* capplets/sound/sound-properties.glade: added support for selecting mixer device and
	tracks in the capplet.


svn path=/trunk/; revision=7113
2007-01-08 22:50:39 +00:00
Thomas Wood
869a405a9c Use GtkAlignment for padding, rather than a GtkHbox and GtkFrame. Fixes
2007-01-07  Thomas Wood  <thos@gnome.org>

	* sound-properties.glade: Use GtkAlignment for padding, rather than a
	GtkHbox and GtkFrame. Fixes bug 143215.

svn path=/trunk/; revision=7091
2007-01-07 21:52:18 +00:00
Kjartan Maraas
c01ad4ff50 Spell Enlightened Sound Daemon correctly.
2007-01-07  Kjartan Maraas  <kmaraas@gnome.org>

	* sound-properties-capplet.c: (setup_devices):
	Spell Enlightened Sound Daemon correctly.

svn path=/trunk/; revision=7081
2007-01-07 15:27:40 +00:00
Gabor Kelemen
811900c2a1 Fixes #350572
2007-01-07  Gabor Kelemen  <kelemeng@gnome.hu>

	Fixes #350572 
	
	* sound-properties.glade: Add accelerators to the device tab.

svn path=/trunk/; revision=7072
2007-01-07 00:01:25 +00:00
Marc-Andre Lureau
f0e60de69f Fixes #392276
2007-01-06  Marc-Andre Lureau  <marcandre.lureau@gmail.com>

	Fixes #392276

	* sound-properties-capplet.c (setup_dialog): #ifdef esd-related code.

svn path=/trunk/; revision=7064
2007-01-06 21:17:39 +00:00
Marc-Andre Lureau
113c4c4fb1 Fixes #392276
2007-01-03  Marc-Andre Lureau  <marcandre.lureau@gmail.com>

	Fixes #392276

	* sound-properties-capplet.c (setup_dialog): #ifdef esd-related code.

svn path=/trunk/; revision=7063
2007-01-06 21:17:29 +00:00
Lucas Rocha
d0ea4adb94 Fixes #336286
2007-01-06  Lucas Rocha <lucasr.at.mundo@gmail.com>

	Fixes #336286

	* sound-properties-capplet.c (main): switched from popt to GOptionContext.

svn path=/trunk/; revision=7058
2007-01-06 18:56:09 +00:00
Jan Arne Petersen
d2e2e99b8e do proper dbus/libhal error handling. (Closes #363005)
2007-01-07  Jan Arne Petersen  <jap@gnome.org>

	* sound-properties-capplet.c: (setup_hal_devices): do proper
	dbus/libhal error handling. (Closes #363005)


svn path=/trunk/; revision=7053
2007-01-06 18:41:13 +00:00
Gabor Kelemen
721d95b138 Fixes #393472
2007-01-06  Gabor Kelemen  <kelemeng@gnome.hu>

	Fixes #393472 

	* sound-properties-capplet.c: marked sound system names translatable.

svn path=/trunk/; revision=7047
2007-01-06 17:26:00 +00:00
Christian Persch
42691c98b1 Fixes #350556
2006-08-10  Christian Persch  <chpe@gnome.org>

	Fixes #350556

	* sound-properties-capplet.c (add_selected_device): fixed mem leak.
2006-08-10 11:51:46 +00:00
Klaus Pedersen
5cfeb27ac8 Fixes #349254
2006-08-02  Klaus Pedersen <klaus.kruse.pedersen@mail.tele.dk>

	Fixes #349254

	* sound-properties-capplet.c: removed unneeded header file.
2006-08-02 11:10:16 +00:00
Ali Akcaagac
77dcdf8760 Fixes #348755
2006-07-26  Ali Akcaagac <aliakc@web.de>

	Fixes #348755

	* sound-properties-capplet.c: only include libhal if HAL is enabled.
2006-07-26 13:25:04 +00:00
Sebastien Bacher
88e52ddfad don't use the Application category for the .desktops, use the HardwareSettings
one for some, patch by Vincent Fretin <vincent.fretin@gmail.com>
(Closes: #344321)
2006-07-23 10:52:01 +00:00
Sergey V. Udaltsov
6320e38ef3 added pipeline-tests.h to SOURCES 2006-06-06 00:23:21 +00:00
Rodrigo Moya
75d548e5ae Fixes #324971
2006-05-26  Rodrigo Moya <rodrigo@novell.com>

	Fixes #324971

	* sound-properties.glade: s/Ok/OK.
2006-05-26 11:28:46 +00:00
Jürg Billeter
cd175929ed Add sound device selection using HAL and GStreamer (Closes: #329112).
2006-05-05  Jürg Billeter  <j@bitron.ch>

	* Makefile.am:
	* pipeline-tests.c: (user_test_pipeline_response),
	(user_test_pipeline_timeout), (build_test_pipeline),
	(pipeline_error_dlg), (user_test_pipeline):
	* pipeline-tests.h:
	* sound-properties-capplet.c: (element_available), (add_device),
	(remove_device), (device_added_callback),
	(device_removed_callback), (setup_hal_devices),
	(device_test_button_clicked), (get_gconf_key_for_profile),
	(device_changed), (get_gconf_description_for_profile),
	(gconf_key_changed), (setup_device_chooser), (add_selected_device),
	(setup_devices), (setup_dialog), (main):
	* sound-properties.glade:

	Add sound device selection using HAL and GStreamer (Closes: #329112).
2006-05-05 13:24:27 +00:00
Scott Reeves
6226f5c127 new GUI.
2006-01-11  Scott Reeves <SReeves@novell.com>

	* sound-properties.glade: new GUI.

	* sound-properties-capplet.c (create_dialog): make dialog bigger.
2006-01-11 10:17:56 +00:00
Sebastien Bacher
05f52484b8 fix the title according to the HIG (Closes: #304950).
2005-05-22  Sebastien Bacher  <seb128@debian.org>

	* sound-properties-capplet.c: (main):
	fix the title according to the HIG (Closes: #304950).
2005-05-22 19:29:14 +00:00
Sebastien Bacher
904cbeb3cf change fullscreen_flash to fullscreen (Closes: #166455).
2005-02-07  Sebastien Bacher  <seb128@debian.org>

        * sound-properties-capplet.c: change fullscreen_flash to fullscreen
          (Closes: #166455).
2005-02-06 23:13:21 +00:00
Mark McLoughlin
860e984b3a - install all capplet .desktop files in $(datadir)/applications
instead of $(datadir)/control-center-2.0/capplets
 - add OnlyShowIn=GNOME; to them all
 - remove capplets/desktop-links/*
2004-11-09 17:43:47 +00:00
Jody Goldberg
135d52c612 Release 2.8.1
2004-10-14  Jody Goldberg <jody@gnome.org>

	* Release 2.8.1
2004-10-14 19:05:48 +00:00
Frédéric Crozat
347006e0d8 Use themed icons for WM hint. 2004-08-20 16:50:57 +00:00
Leena Gunda
4b5e158ec2 set sensitivity of audible/visual bell options only if XKB enabled.
2004-06-22  Leena Gunda  <leena.gunda@wipro.com>

        * sound-properties-capplet.c:
        (create_dialog): set sensitivity of audible/visual bell
        options only if XKB enabled.
        (CheckXKB): function to check if XKB support available.
        Fixes bug #144090
2004-06-22 09:09:19 +00:00
Jody Goldberg
d58e918c83 Release 2.6.1
2004-04-15  Jody Goldberg <jody@gnome.org>

	* Release 2.6.1
2004-04-16 02:32:42 +00:00
Jody Goldberg
1cc6acc2d5 Release 2.6.0.3
2004-04-01  Jody Goldberg <jody@gnome.org>

	* Release 2.6.0.3
2004-04-01 06:21:52 +00:00
Jody Goldberg
4874c554f6 Release 2.6.0.1
2004-03-30  Jody Goldberg <jody@gnome.org>

	* Release 2.6.0.1
2004-03-31 03:35:12 +00:00
Jody Goldberg
1df948d905 Release 2.6.0
2004-03-23  Jody Goldberg <jody@gnome.org>

	* Release 2.6.0
2004-03-24 02:58:55 +00:00
Jody Goldberg
f4fb38359c Release 2.5.4
2004-03-11  Jody Goldberg <jody@gnome.org>

	* Release 2.5.4
2004-03-11 06:02:19 +00:00
Jody Goldberg
2688109c0b Release 2.5.3
2004-02-13  Jody Goldberg <jody@gnome.org>

	* Release 2.5.3
2004-02-13 15:56:12 +00:00
Mark McLoughlin
d9885e685f update help links to point to user-guide.xml
2004-02-12  Mark McLoughlin  <mark@skynet.ie>

        * capplets/display/main.c: (cb_dialog_response):
        * capplets/localization/gnome-localization-properties.c:
        (dialog_response): update help links to point to user-guide.xml
2004-02-12 14:23:03 +00:00
Jody Goldberg
261b2b9838 Release 2.5.2
2004-01-14  Jody Goldberg <jody@gnome.org>

	* Release 2.5.2
2004-01-14 06:41:31 +00:00
Jody Goldberg
156cabf24f Release 2.5.1.1
2003-12-30  Jody Goldberg <jody@gnome.org>

	* Release 2.5.1.1
2003-12-31 17:11:31 +00:00
Jody Goldberg
e5f68bb5bd Release 2.5.1
2003-12-30  Jody Goldberg <jody@gnome.org>

	* Release 2.5.1
2003-12-30 18:30:46 +00:00
Jody Goldberg
f5ba169611 Release 2.5.0
2003-10-28  Jody Goldberg <jody@gnome.org>

	* Release 2.5.0
2003-10-28 22:32:08 +00:00
Dennis Cranston
b9926a9130 Patch to fix spacing between action area and vbox of preferences dialog.
2003-08-01  Dennis Cranston  <dennis_cranston at yahoo com>

	* sound-properties-capplet.c: Patch to fix spacing between action
	area and vbox of preferences dialog.
2003-08-04 05:51:52 +00:00