2006-01-11 Scott Reeves <SReeves@novell.com>
* gnome-settings-sound.c (reload_foreach_cb): only disable sounds
for system events.
(apply_settings): ditto.
2005-12-12 Philippe Troin <phil@fifi.org>
Fixes#323690
* gnome-settings-multimedia-keys.c (update_kbd_cb, init_kbd): don't
grab keyboard when invalid keys are present in the GConf database.
2005-10-21 Ray Strode <rstrode@redhat.com>
Remap buttons on auxillary mice for left-handed
mode (bug 314409).
* configure.in: add check for xinput extension
* gnome-settings-daemon/gnome-settings-mouse.c
(supports_xinput_devices): new
function to detect XInput Extension
(configure_button_layout): new function to set up
logical mouse button layout for left or right handed
mode
(xinput_device_has_buttons): new function to detect if
an xinput device has buttons to reconfigure
(set_xinput_devices_left_handed): new function to set
auxillary mice into left-handed mode
(set_left_handed): call set_xinput_devices_left_handed
if available
* gnome-settings-font.c (load_xcursor_theme):
* gnome-settings-xsettings.c (gnome_xft_settings_set_xsettings):
run xrdb with -nocpp, since it's not needed here.
2005-10-16 Rodrigo Moya <rodrigo@novell.com>
* factory.c: declare a global GConfClient.
(main): unref the global GConfClient.
* gnome-settings-daemon.[ch] (gnome_settings_daemon_get_conf_client):
new function to use the same GConfClient everywhere.
(gnome_settings_daemon_new): use the global GConfClient.
* gnome-settings-accessibility-keyboard.c (set_server_from_gconf,
ax_response_callback, set_gconf_from_server):
* gnome-settings-gtk1theme.c (apply_settings):
* gnome-settings-keybindings.c (bindings_get_entry):
* gnome-settings-keyboard.c (numlock_get_gconf_state,
numlock_set_gconf_state, apply_settings):
* gnome-settings-keyboard-xkb.c (apply_xkb_settings,
gnome_settings_keyboard_xkb_sysconfig_changed_response,
gnome_settings_keyboard_xkb_analyze_sysconfig,
gnome_settings_chk_file_list):
* gnome-settings-screensaver.c (key_toggled_cb,
really_start_screensaver):
* gnome-settings-sound.c (apply_settings):
* gnome-settings-xmodmap.c (check_button_callback,
gnome_settings_load_modmap_files, remove_button_clicked_callback,
load_button_clicked_callback, gnome_settings_modmap_dialog_call):
* gnome-settings-xsettings.c (xft_callback):
use the global GConfClient.
* gnome-settings-keyboard-xkb.c (gnome_settings_keyboard_xkb_load):
don't get another GConfClient when we're getting one passed!
2005-10-14 Rodrigo Moya <rodrigo@novell.com>
* gnome-settings-daemon.c (child_watch_cb): added this function to
watch for children...
(gnome_settings_daemon_spawn_with_input): ...started here, instead
of just blocking.
* gnome-settings-screensaver.c (gnome_settings_screensaver_load): do
lazy loading of the screensaver.
(really_start_screensaver): start on a 25 seconds timeout.
* gnome-settings-typing-break.c (gnome_settings_typing_break_load): do
lazy loading og the typing break applet.
(really_setup_typing_break): start on a 30 seconds timeout.
2005-10-14 Erwann Chenede <erwann.chenede@sun.com>
Fixes#314774
* gnome-settings-xrdb.c (gnome_settings_xrdb_load): connect to
"notify:gtk-theme-name" signal, to run xrdb only when the whole theme
has been changed.
(theme_changed): callback for "notify:gtk-theme-name".
2005-09-14 Ray Strode <rstrode@redhat.com>
* gnome-settings-daemon/gnome-settings-mouse.c: previous
patch breaks the build, just revert for now, bug 316142.
2005-09-12 Ray Strode <rstrode@redhat.com>
Remap buttons on auxillary mice for left-handed
mode (bug 314409).
* configure.in: add check for xinput extension, needed
for bug 314409.
* gnome-settings-daemon/gnome-settings-mouse.c
(supports_xinput_devices): new function to detect
XInput Extension
(configure_button_layout): new function to set up
logical mouse button layout for left or right handed
mode
(xinput_device_has_buttons): new function to detect if
an xinput device has buttons to reconfigure
(set_xinput_devices_left_handed): new function to set
auxillary mice into left-handed mode
(set_left_handed): call set_xinput_devices_left_handed
if available
2005-08-03 Sebastien Bacher <seb128@debian.org>
* actions/Makefile.am: fix the build without gstreamer and with alsa,
patch by Paul Drain <pd@cipherfunk.org> (Closes: #307368).
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-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-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...)
* 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-02-28 Jody Goldberg <jody@gnome.org>
* gnome-settings-daemon/gnome-settings-keyboard-xkb.c
(activation_error) : don't bother VNC users with warnings of XKB
breakage, we already know it is not going to work.
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-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-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-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.
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.