2006-10-16 Rodrigo Moya <rodrigo@novell.com>
Fixes#163690
* gnome-mouse-properties.glade: reordered the widgets for A11Y. Patch
from Sven Herzberg <herzi@gnome-de.org>.
2006-08-16 Sven Herzberg <herzi@gnome-de.org>
* gnome-mouse-properties.c: also display the default theme (though
without a preview for technical reasons); fixes bug #322514
2006-08-16 Sven Herzberg <herzi@gnome-de.org>
* gnome-mouse-properties.c: also display the default theme (though
without a preview for technical reasons); fixes bug #322514
2006-07-24 Sven Herzberg <herzi@gnome-de.org>
* gnome-mouse-properties.c: fix the non-xcursor case for solaris;
closes: #319125 (based upon patch from Glynn Foster)
2006-06-11 Darren Kenny <darren.kenny@sun.com>
Fixes#340003
* gnome-mouse-properties.c (cursor_font_changed): if no cursor font
set in GConf, just unselect and return.
2006-06-11 Darren Kenny <darren.kenny@sun.com>
Fixes#340003
* gnome-mouse-properties.c (cursor_font_changed): if no cursor font
set in GConf, just unselect and return.
2006-02-14 Anilkumar Bacheli <anilkumar.bacheli@wipro.com>
Fixes#330588
* gnome-mouse-properties.glade: Modified the Slider value label to
"milliseconds" instead of "microseconds".
* gnome-mouse-properties.c: Use ngettext() to get the correct plural
form of the message. Also changed so that the slider label is in
"milliseconds"
2006-01-28 Anilkumar Bacheli <anilkumar.bacheli@wipro.com>
Fixes#154769
* gnome-mouse-properties.glade: Modified the glade file so that
context information for the slider is available to screen reader.
Also, modified the Slider value label to "microseconds" instead of
seconds.
* gnome-mouse-properties.c: Changed the slider label to be in sync with
speech.
2006-01-28 Scott Bronson <bronson@rinspin.com>
Fixes#318056
* gnome-mouse-properties.c (cursor_font_changed):
* gnome-mouse-properties.glade: use "mouse pointer" instead of "cursor"
in user-visible strings.
2006-01-06 Sebastien Bacher <seb128@debian.org>
* gnome-mouse-properties.glade:
make mouse click work with both left/right buttons,
patch by akmal <cowdinosaur@gmail.com> (Fixes: #321225)
2005-08-31 Rodrigo Moya <rodrigo@novell.com>
* gnome-mouse-properties.c (delay_value_changed_cb): guard against
invalid values from the GtkHScale widget.
2005-08-24 Kjartan Maraas <kmaraas@gnome.org>
* gnome-mouse-properties.c: (cursor_changed): Move the call to
g_free (cursor_font) outside of the conditional so it gets free'd
in both cases.
2005-08-01 Sebastien Bacher <seb128@debian.org>
* gnome-mouse-properties.c: (cursor_theme_changed): no need to allocate
a string for the theme when there is no theme installed.
2005-08-01 Sebastien Bacher <seb128@debian.org>
* gnome-mouse-properties.c: (cursor_theme_changed):
don't crash if there is no cursor theme installed (Closes: #311599).
2005-07-31 Sebastien Bacher <seb128@debian.org>
* gnome-mouse-properties.glade:
update of the glade file, no need to restart the session to apply
the changes with GTK 2.8 (Closes: #312070).
2005-02-01 Elijah Newren <newren@gmail.com>
The lack of comprehensiveness of the .cvsignore files were making
it hard to find the files missing from the commit (see bug 143487,
comment 35). This should fix that... :)
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.
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