Commit graph

188 commits

Author SHA1 Message Date
Sergey V. Udaltsov
25ac663f39 fixing #310513 2005-07-26 20:38:25 +00:00
Sebastien Bacher
84b6e2e24e set windows' icons, patch by Jaap A. Haitsma <jaap@haitsma.org> (Closes:
2005-07-25  Sebastien Bacher  <seb128@debian.org>

        * gnome-settings-accessibility-keyboard.c: (warning_dialog_post):
        * gnome-settings-keyboard-xkb.c:
        (gnome_settings_keyboard_xkb_analyze_sysconfig):
        set windows' icons, patch by Jaap A. Haitsma <jaap@haitsma.org>
        (Closes: #305096).
2005-07-25 13:25:34 +00:00
Rodrigo Moya
6e25211b2f try to run gnome-screensaver, and if that fails, run xscreensaver.
2005-07-20  Rodrigo Moya <rodrigo@novell.com>

	* gnome-settings-screensaver.c (gnome_settings_screensaver_load):
	* gnome-settings-multimedia-keys.c (do_action): try to run
	gnome-screensaver, and if that fails, run xscreensaver.
2005-07-25 11:55:59 +00:00
Sebastien Bacher
9d434685b9 fix a label form (Closes: #167739).
2005-07-12  Sebastien Bacher  <seb128@debian.org>

	* modmap-dialog.glade: fix a label form (Closes: #167739).
2005-07-12 10:23:17 +00:00
Sebastien Bacher
1f30c47d1d fixed some typo, Clytie Siddall <clytie@riverland.net.au>
(Closes: #302614).
2005-07-07 21:24:03 +00:00
Sebastien Bacher
3878e5048e fix the markup usage of the XKB dialog (Closes: #308279).
2005-07-07  Sebastien Bacher  <seb128@debian.org>

	* gnome-settings-keyboard-xkb.c: (activation_error):
	fix the markup usage of the XKB dialog (Closes: #308279).
2005-07-07 20:48:48 +00:00
Sebastien Bacher
23d4c2d5f2 patch by Matthias Clasen <mclasen@redhat.com> to expose the cursor theme
2005-07-07  Sebastien Bacher  <seb128@debian.org>

        * gnome-settings-xsettings.c:
        patch by Matthias Clasen <mclasen@redhat.com> to expose the cursor
        theme settings as xsettings (Closes: #308104).
2005-07-07 19:35:59 +00:00
Sebastien Bacher
efdc3f1cfe return instead of using an assertion (Closes: #307149). 2005-06-12 13:09:44 +00:00
Christophe Fergeau
fc8728e747 fix crash when trying to change volume using the multimedia keys, fixes
2005-06-12  Christophe Fergeau  <teuf@gnome.org>

	* actions/acme-volume-gstreamer.c:
	(acme_volume_gstreamer_get_volume): fix crash when trying to change
	volume using the multimedia keys, fixes #307351
2005-06-12 11:43:01 +00:00
Carlos Garnacho Parro
9266532462 make sticky keys and slow keys dialog more HIG compliant and usable
2005-03-23  Carlos Garnacho Parro  <carlosg@gnome.org>

        * gnome-settings-accessibility-keyboard.c: make sticky keys and slow
        keys dialog more HIG compliant and usable (selectable text, no
        separator, making ESC key close the dialog, separation between
        widgets, etc...)
2005-06-11 15:02:26 +00:00
Rodrigo Moya
1fd29358e6 added name and description to the object information.
2005-06-06  Rodrigo Moya <rodrigo@novell.com>

	* GNOME_Settings_Daemon.server.in: added name and description
	to the object information.
2005-06-06 10:40:59 +00:00
Ronald Bultje
6ce4e37a4f Fix mute handling, particularly for devices without hardware mute support
* actions/Makefile.am:
* actions/acme-volume-gstreamer.c:
(acme_volume_gstreamer_set_mute), (update_state),
(acme_volume_gstreamer_get_mute),
(acme_volume_gstreamer_get_volume),
(acme_volume_gstreamer_set_volume):
Fix mute handling, particularly for devices without hardware
mute support or with applications that use volume=0 for mute.
Also fix the fact that we linked against all of ALSA, OSS and
GStreamer if they were all available; default to GStreamer.
Fixes #306036.
2005-06-05 13:04:26 +00:00
Anders Carlsson
a9191cd79d xutils.c Add clipboard manager files.
2005-06-03  Anders Carlsson  <andersca@imendio.com>

	* Makefile.am:
	* clipboard-manager.c:
	* clipboard-manager.h:
	* list.c:
	* list.h:
	* xutils.c
	* xutils.h:
	Add clipboard manager files.

	* gnome-settings-daemon.c: (clipboard_manager_terminate_cb),
	(clipboard_manager_event_filter), (clipboard_manager_watch_cb),
	(finalize), (gnome_settings_daemon_new):
	Use clipboard manager for persistent clipboard storage.
2005-06-03 08:29:45 +00:00
Rodrigo Moya
b5847922dc added name and description to the object information.
2005-05-31  Rodrigo Moya <rodrigo@novell.com>

	* GNOME_Settings_Daemon.server.in: added name and description
	to the object information.
2005-05-31 20:49:23 +00:00
Sebastien Bacher
2373a10183 list "Gtk/MenuBarAccel", allow to configure the menubar shortcut (Closes:
2005-05-11  Sebastien Bacher  <seb128@debian.org>

        * gnome-settings-xsettings.c: list "Gtk/MenuBarAccel", allow to
        configure the menubar shortcut (Closes: #120859).
2005-05-11 11:25:49 +00:00
Kjartan Maraas
5837b13126 Plug a couple of leaks.
2005-03-14  Kjartan Maraas  <kmaraas@gnome.org>

	* gnome-settings-accessibility-keyboard.c: (set_server_from_gconf),
	(set_gconf_from_server): Plug a couple of leaks.
2005-03-14 21:22:17 +00:00
Frédéric Crozat
6c18a4ad18 Don't set any url when starting browser.
* gnome-settings-multimedia-keys.c: (do_www_action):
        Don't set any url when starting browser.
2005-02-17 18:19:06 +00:00
Sebastien Bacher
9291b1c786 patch by Kjartan Maraas <kmaraas@gnome.org> to fix a leak (Closes:
2005-02-09  Sebastien Bacher  <seb128@debian.org>

        * gnome-settings-keyboard-xkb.c: (gnome_settings_chk_file_list):
        patch by Kjartan Maraas <kmaraas@gnome.org> to fix a leak
        (Closes: #166796).
2005-02-09 15:23:04 +00:00
Sergey V. Udaltsov
fe7da7b6c1 fixing #165018 2005-02-03 23:44:39 +00:00
Elijah Newren
aef8ab24ab Don't forget to use 'cvs add' in order to add new files to the repository.
2005-02-01  Elijah Newren  <newren@gmail.com>

	* gnome-settings-xmodmap.h:
	* gnome-settings-xmodmap.c:

	Don't forget to use 'cvs add' in order to add new files to the
	repository.  :)  (See #143487)
2005-02-02 00:59:51 +00:00
Shakti Sen
0c21cb9f45 #143487 Calls the modmap load dialog. Loads the modmap files. Added newly
2005-01-29  Shakti Sen  <shprasad@novell.com>

	#143487
	* gnome-settings-keyboard-xkb.c
	(gnome_settings_keyboard_xkb_chk_lcl_xmm): Calls the modmap load
	dialog.
	* gnome-settings-daemon.c (gnome_settings_daemon_new):
	Loads the modmap files.
	* gnome-settings-xmodmap.h: Added newly
	* gnome-settings-xmodmap.c: Also added newly which handles the modmap
	settings.
	* modmap-dialog.glade: Added newly.
2005-01-31 15:31:44 +00:00
Sebastien Bacher
bf7d49e378 patch from John Spray <jcs116@york.ac.uk> to use the style described in
2005-01-12  Sebastien Bacher  <seb128@debian.org>

	* gnome-settings-accessibility-keyboard.c: (warning_dialog_post):
	patch from John Spray <jcs116@york.ac.uk> to use the style described
	in the HIG for the titles (Closes: #163653).
2005-01-11 23:48:10 +00:00
Sergey V. Udaltsov
bbf89d121b fixing #163299 2005-01-08 23:00:52 +00:00
Sebastien Bacher
52b43b5d1c add Mod2Mask and Mod4Mask to the modifiers, fix the issue with Numlock
2005-01-07  Sebastien Bacher  <seb128@debian.org>

	* gnome-settings-mouse.c: (set_locate_pointer): add Mod2Mask and
	Mod4Mask to the modifiers, fix the issue with Numlock activated
	(Closes: #149383).
2005-01-07 13:24:56 +00:00
Sergey V. Udaltsov
9b8a663c05 a bit of optimization - no more redundant xkb reconfigurations 2005-01-07 03:48:15 +00:00
Dennis Cranston
e05cbe044e use g_spawn_sync() and g_spawn_async() to define the working directory.
2005-01-04  Dennis Cranston <dennis_cranston@yahoo.com>

	* gnome-settings-multimedia-keys.c: (execute):  use g_spawn_sync()
	and g_spawn_async() to define the working directory.
2005-01-05 03:03:10 +00:00
Kjartan Maraas
ea68d7a0c9 NULL vs. 0. Fix a test to use the boolean instead of the return value from
2004-12-25  Kjartan Maraas  <kmaraas@gnome.org>

	* factory.c: (main): NULL vs. 0.
	* gnome-settings-default-editor.c: (vfs_change_cb): Fix a test to
	use the boolean instead of the return value from a void function.
	This has been sitting in bugzilla forever and now other people start
	adding comments to the code about it so I'm just going to commit.
	* gnome-settings-keybindings.c: (binding_register_keys): ANSIfication.
2004-12-25 14:32:12 +00:00
Sergey V. Udaltsov
54369fabdf gsd now manages the keyboard 2004-12-24 01:36:03 +00:00
Sergey V. Udaltsov
f5fb13632f reflect libgswitchit changes 2004-12-18 04:38:49 +00:00
Bastien Nocera
4a6eb07d1d mute properly when the system has hardware mute, patch from Pierre Ossman
2004-12-16  Bastien Nocera  <hadess@hadess.net>

	* actions/acme-volume-alsa.c: (acme_volume_alsa_set_mute): mute
	properly when the system has hardware mute, patch from Pierre Ossman
	<drzeus-bugzilla@drzeus.cx> (Closes: #144489)
2004-12-16 12:27:52 +00:00
Sebastien Bacher
16e644c1ad free the alsa device, after 4 seconds, with gstreamer too. Patch from
2004-11-30  Sebastien Bacher  <seb128@debian.org>

	* actions/acme-volume-gstreamer.c:
	(acme_volume_gstreamer_finalize), (acme_volume_gstreamer_set_mute),
	(acme_volume_gstreamer_get_mute),
	(acme_volume_gstreamer_get_volume),
	(acme_volume_gstreamer_set_volume),
	(acme_volume_gstreamer_close_real), (acme_volume_gstreamer_open),
	(acme_volume_gstreamer_close), (acme_volume_gstreamer_init):
	free the alsa device, after 4 seconds, with gstreamer too.
	Patch from Arnaud Patard <Arnaud Patard> (Closes: #141793).
2004-11-30 16:46:38 +00:00
Bastien Nocera
071f849d76 hack to get the logout action working (Closes: #141472)
2004-11-30  Bastien Nocera  <hadess@hadess.net>

	* gnome-settings-multimedia-keys.c: (do_exit_action): hack
	to get the logout action working (Closes: #141472)
2004-11-30 12:02:18 +00:00
Sergey V. Udaltsov
653d3d99f7 xmodmap support is here 2004-11-27 16:05:03 +00:00
Kjartan Maraas
8eac60b616 Don't nuke .Xdefaults when restarting g-s-d. Patch from Nick
2004-10-28  Kjartan Maraas  <kmaraas@gnome.org>

	* gnome-settings-xrdb.c: (append_xresource_file), (apply_settings):
	Don't nuke .Xdefaults when restarting g-s-d. Patch from Nick
2004-10-28 17:37:50 +00:00
Sebastien Bacher
ad0968036a patch by Thomas Cataldo <thomas.cataldo@aliacom.fr> to fix a bunch of
2004-10-21  Sebastien Bacher  <seb128@debian.org>

	* gnome-settings-default-editor.c: (vfs_change_cb):
	* gnome-settings-font.c: (load_cursor):
	* gnome-settings-gtk1theme.c: (apply_settings):
	* gnome-settings-keyboard.c: (apply_settings):
	* gnome-settings-multimedia-keys.c: (init_kbd):
	* gnome-settings-xsettings.c: (gnome_settings_xsettings_load):
	patch by Thomas Cataldo <thomas.cataldo@aliacom.fr> to fix a bunch of
	memory leaks (Closes: #150145).
2004-10-21 19:41:26 +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
Bastien Nocera
2a50d6456c rework the dialog_show so that the dialog is moved before it's shown, and
2004-09-29  Bastien Nocera  <hadess@hadess.net>

	* gnome-settings-multimedia-keys.c: (dialog_show): rework the
	dialog_show so that the dialog is moved before it's shown, and
	use gdk_display_sync() instead of a event looping to avoid
	"reentrancy" problems when showing/hiding the dialog in fast
	successions (Closes: #144490)
2004-09-29 20:52:53 +00:00
Bastien Nocera
3c2c6c3b26 better way to look for the volume track (patch by Michal Bukovjan
2004-09-29  Bastien Nocera  <hadess@hadess.net>

	* actions/acme-volume-gstreamer.c: (acme_volume_gstreamer_init):
	better way to look for the volume track (patch by Michal Bukovjan
	<bukovjan@mbox.dkm.cz>) (Closes: #153866)
2004-09-29 20:29:12 +00:00
Sergey V. Udaltsov
b98fd2ff69 fixing one leak, pointed by kmaraas 2004-09-27 22:33:49 +00:00
Carlos Garnacho Parro
e552c12fcb applied patch from Pierre Ossman <drzeus-bugzilla@drzeus.cx> to display
2004-08-30  Carlos Garnacho Parro  <carlosg@gnome.org>

        * gnome-settings-multimedia-keys.c: applied patch from Pierre Ossman
        <drzeus-bugzilla@drzeus.cx> to display the volume dialog in the
        correct place. Fixes #144490
2004-08-30 13:04:48 +00:00
Jeroen Zwartepoorte
c392d60376 Use the parent type in the G_DEFINE_TYPE macro, not its own type (fixes rh
2004-08-22  Jeroen Zwartepoorte  <jeroen@xs4all.nl>

	* actions/acme-fb-level.c: Use the parent type in the G_DEFINE_TYPE
	macro, not its own type (fixes rh #130473).
2004-08-22 12:17:03 +00:00
Bastien Nocera
3a7566628f fix a crash when there aren't any ALSA mixers (or soundcards) present on
2004-07-16  Bastien Nocera  <hadess@hadess.net>

	* actions/acme-volume-alsa.c: (acme_volume_alsa_finalize),
	(acme_volume_alsa_close_real), (acme_volume_alsa_open),
	(acme_volume_alsa_init): fix a crash when there aren't any ALSA mixers
	(or soundcards) present on the system
2004-07-16 22:06:35 +00:00
Bastien Nocera
daa9f3a0f6 fix OSS detection on NetBSD, patch from Julio M. Merino Vidal
2004-07-15  Bastien Nocera  <hadess@hadess.net>

	* configure.in: fix OSS detection on NetBSD, patch from Julio M.
	Merino Vidal <jmmv@menta.net> (Closes: #145038)

2004-07-15  Bastien Nocera  <hadess@hadess.net>

	* actions/acme-volume-oss.c: fix OSS compilation on NetBSD
2004-07-15 22:47:55 +00:00
Bastien Nocera
b5699a40ce rework the ALSA mixer so that: - the ALSA device isn't kept open at all
2004-07-15  Bastien Nocera  <hadess@hadess.net>

	* actions/acme-volume-alsa.c: (acme_volume_alsa_finalize),
	(acme_volume_alsa_set_mute), (acme_volume_alsa_get_mute),
	(acme_volume_alsa_get_volume), (acme_volume_alsa_set_volume),
	(acme_volume_alsa_close_real), (acme_volume_alsa_open),
	(acme_volume_alsa_close), (acme_volume_alsa_init):
	rework the ALSA mixer so that:
	- the ALSA device isn't kept open at all times, only for 4 seconds
	  after the last use (Closes: #141793)
	- the hardware mute is used if it is available
	  (Closes: #141404, #144489, #140937)
	- lowering the volume doesn't move the balance to the right
	- it doesn't leak alsa-lib mixers all around
2004-07-15 22:41:06 +00:00
Crispin Flowerday
71d47e6105 Translate the menus_have_icons gconf key to the MenuImages xsetting
2004-06-18  Crispin Flowerday  <gnome@flowerday.cx>

	* gnome-settings-xsettings.c: Translate the menus_have_icons
	gconf key to the MenuImages xsetting (Closes bug #144201)
2004-06-18 19:38:53 +00:00
Bastien Nocera
626c8e98db make AcmeVolume descend of a GObject, not itself (spotted by Mariano
2004-06-18  Bastien Nocera  <hadess@hadess.net>

	* actions/acme-volume.c: make AcmeVolume descend of a GObject, not
	itself (spotted by Mariano Suárez-Alvarez <mariano@gnome.org>)
2004-06-18 09:35:21 +00:00
Bastien Nocera
6be6e425ed cleanups, and warning fixes
2004-06-15  Bastien Nocera  <hadess@hadess.net>

	* actions/acme-fb-level.c: (acme_fblevel_init):
	* actions/acme-volume-alsa.c: (acme_volume_alsa_init),
	(acme_volume_alsa_class_init):
	* actions/acme-volume-gstreamer.c: (acme_volume_gstreamer_init):
	* actions/acme-volume-oss.c: (acme_volume_oss_init),
	(acme_volume_oss_class_init):
	* actions/acme-volume.c: (acme_volume_class_init),
	(acme_volume_init): cleanups, and warning fixes

2004-06-15  Bastien Nocera  <hadess@hadess.net>

	* .cvsignore: upd
2004-06-15 15:39:36 +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
Chris Lahey
ab3bfd09ba Made this delay by a tenth of a second. This seems to make it not reload
2004-03-11  Chris Lahey  <clahey@rigger.boston.ximian.com>

	* gnome-settings-background.c (applier_idle): Made this delay by a
	tenth of a second.  This seems to make it not reload the
	background more than once.

2004-03-12  Chris Lahey  <clahey@rigger.boston.ximian.com>

	* applier.c (refresh_render): Move the image reload into a separate function.
	(size_changed_cb): Handle screen resolution changes.

2004-03-11  Chris Lahey  <clahey@rigger.boston.ximian.com>

	* applier.c (bg_applier_apply_prefs): If the image is going to be
	scaled or stretched, load it at the size it's going to be
	displayed.
	(need_wallpaper_load_p): If the wallpaper type changed, unless it
	changed between TILED and CENTERED, we need to reload the image.
2004-04-07 04:46:27 +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