2003-11-27 Muktha <muktha.narayan@wipro.com>
* main.c: Do not popup the logout dialog when the close button (X) of
window manager is clicked. Fixes bug #124032.
2004-02-16 Jody Goldberg <jody@gnome.org>
* accessibility-keyboard.c (cb_load_CDE_file) : Add a kludge to set
the vertical size based on the monitor size until the filesel can do
a better job of doing it itself.
2003-12-07 Jan Arne Petersen <jpetersen@uni-bonn.de>
* accessibility-keyboard.c: (load_CDE_file),
(fchooser_handle_response), (cb_load_CDE_file): replace
GtkFileSelection with GtkFileChooser.
2003-12-07 Jan Arne Petersen <jpetersen@uni-bonn.de>
* background-properties-capplet.c: remove unused
"preview_file_selection.h" include.
2004-02-16 Jody Goldberg <jody@gnome.org>
* gconf-property-editor.c (peditor_image_clicked_cb) : Use the monitor
size kludge for the vertical size of the new file selector.
2003-12-07 Jan Arne Petersen <jpetersen@uni-bonn.de>
* gconf-property-editor.c: (peditor_image_set_filename),
(peditor_image_chooser_response_cb),
(peditor_image_chooser_update_preview_cb),
(peditor_image_clicked_cb): replace
PreviewFileSelection (GtkFileSelection) with GtkFileChooser, use new
gdk_pixbuf_new_from_file_at_size method to load a scaled image.
2004-02-16 Jody Goldberg <jody@gnome.org>
* gnome-settings-accessibility-keyboard.c : include
libgnome/gnome-help.h to avoid potential crash on 64 bit arches.
(ax_response_callback) : actually display the error message on
failure.
2004-02-16 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=134389
* Makefile.am : Patch from jmmv@menta.net (Julio M. Merino Vidal)
to honour the standard schema install flags.
I've extended the patch to support builddir != srcdir too
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
2002-10-31 Jody Goldberg <jody@gnome.org>
* gnome-settings-accessibility-keyboard.c
(gnome_settings_accessibility_keyboard_init) : register the gconf
handler early.
(gnome_settings_accessibility_keyboard_load) : not here where it is
too late.
2002-10-08 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=95179
* gnome-settings-accessibility-keyboard.c
(gnome_settings_accessibility_keyboard_init) : do nothing here.
(gnome_settings_accessibility_keyboard_load) : install the filter
here, _after_ loading the gconf settings.
(set_gconf_from_server) : check to see if anything has actually
changed before sending off the changeset.
2002-09-11 Jody Goldberg <jody@gnome.org>
* gnome-accessibility-keyboard-properties.glade : Fix conflicting
accelerators.
* accessibility-keyboard.c (setup_dialog) : connect the simple items
before the master.
(cb_master_enable_toggle) : desensitize the subfeature content if the
master switch is disabled.
2002-08-10 Jody Goldberg <jody@gnome.org>
* file-types-properties.glade : fix missed capitalization for the
ui-review.
2002-08-15 Jody Goldberg <jody@gnome.org>
* gnome-keyboard-properties.glade : fix label and make consistent with
mouse capplet.
* gnome-keyboard-properties.c (create_dialog) : use size groups.
2002-08-15 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=90778
* gnome-settings-accessibility-keyboard.c (set_gconf_from_server) :
Add a heuristic so that we do not disable features in gconf just
because they are disabled in the X server. If the master switch is
already disabled in gconf we can guess that most of the time it
means that people want to keep their flags.
2002-08-07 Jody Goldberg <jody@gnome.org>
* po/POTFILES.in : remove bogus file.
2002-04-24 Jody Goldberg <jody@gnome.org>
* gnome-settings-accessibility-keyboard.c (set_server_from_gconf) :
max speed is in pixels per _event_ not relative to time. double
check that we don't set 0.
2002-04-24 Jody Goldberg <jody@gnome.org>
* gnome-settings-accessibility-keyboard.c
(gnome_settings_accessibility_keyboard_init) : we're only interested
in control changes.
(set_gconf_from_server) : set both XkbAccessXKeysMask|XkbAccessXFeedbackMask
when we enable accessX, and fix typo.
2002-04-11 jacob berkman <jacob@ximian.com>
* gnome-settings-accessibility-keyboard.c: only do xkb calls if
xkb is present (better fix for previous commit)
2002-04-01 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=77203
* gnome-settings-accessibility-keyboard.c (set_gconf_from_server) : be
more anal about server failure.
(set_server_from_gconf) : ditto.
2002-03-30 Jody Goldberg <jody@gnome.org>
* gnome-settings-xsettings.c (translations) : reorder to match gdk.
This simplifies maintenance.
blink support.
2002-03-29 Jody Goldberg <jody@gnome.org>
* gnome-settings-accessibility-keyboard.c (set_server_from_gconf) :
Add a gdk_error_trap just in case.
* gnome-settings-keyboard.c (apply_settings) : don't init things to
bogus values unless it is ncessary. Add a gdk_error_trap around the
X settings to avoid causing the server to exit if something goes
wrong. Be sure to flush before we pop the handler.
2002-03-29 Jody Goldberg <jody@gnome.org>
* gnome-settings-keyboard.c (apply_settings) : click volume is an
integer from 0..100, schema is an int too. Remove float and double
and add some bounds checking.
(set_server_from_gconf) : scale mk_time_to_max by mk_interval so that
it is actually in msec.
(set_gconf_from_server) : do the inverse here.
2002-03-29 Jody Goldberg <jody@gnome.org>
* gnome-settings-accessibility-keyboard.c : make the debug spew optional
(set_server_from_gconf) : typo that only applied settings when we
shouldn't.
(set_server_from_gconf) : set the mouse key accel flag when mk is
enabled so that we can actually set the accel parms. How did this
work in X11R6 ?