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.
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-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-28 James Henstridge <james@jamesh.id.au>
* vfs-methods/themus/themus-properties-main.c: use GNOMELOCALEDIR.
* vfs-methods/themus/Makefile.am: similar changes to the fontilus
ones.
* vfs-methods/fontilus/fontilus-context-menu.c: same here.
* vfs-methods/fontilus/font-view.c: use GNOMELOCALEDIR rather than
FONTILUS_LOCALEDIR in the bindtextdomain() call, to match the rest
of gnome-control-center.
* vfs-methods/fontilus/Makefile.am: similar schema and desktop
file fixes. Don't include the old mime files in the dist.
* schemas/Makefile.am: remove .schemas files on clean, when
installing schemas, look for them in builddir rather than srcdir.
* gnome-settings-daemon/actions/Makefile.am: fix up build rules so
that ALSA_CFLAGS isn't defined multiple times (use the newer
automake += syntax).
* control-center/Makefile.am: distribute $(icon_DATA).
* capplets/*/Makefile.am: put the .desktop and .desktop.in files
in CLEANFILES. The .desktop.in.in file gets included because it
is listed in the configure script.
* configure.in: update configure script, and remove macro calls
that are not needed by modern versions of Automake.
* Makefile.am: remove intltool files on distclean.
* autogen.sh: request Automake >= 1.7.