2002-03-27 Richard Hestilow <hestilow@ximian.com>
* sound-properties.glade: Add mnemonics.
* sound-properties-capplet.c (create_dialog): Connect to
properties so we know when to save.
Tue Mar 26 23:27:24 2002 Jonathan Blandford <jrb@redhat.com>
* gnome-keybinding-properties.c (setup_dialog): Only show themes
if they actually have a keybinding. Also, initialize the keytheme
correctly.
2002-03-26 jacob berkman <jacob@ximian.com>
* capplets/Makefile.am (always_built_SUBDIRS): remove screensaver
* capplets/screensaver/: remove as xscreensaver provides these
things
* configure.in: remove xscreensaver check again as xscreensaver
supplies the .desktop file for itself
(AC_OUTPUT): remove capplets/screensaver/Makefile
2002-03-26 Dave Camp <dave@ximian.com>
* applier.c: (bg_applier_init): Don't initialize
is_nautilus_running here (check it each time in appy_prefs).
(bg_applier_apply_prefs): Don't try to apply the background if
nautilus is running.
2002-03-26 jacob berkman <jacob@ximian.com>
* gnome-settings-screensaver.[ch]
(gnome_settings_screensaver_load): start xscreensaver, and display
an error dialog if it failed
* gnome-settings-daemon.c (gnome_settings_daemon_new): init/load
screensaver
2002-03-25 Jody Goldberg <jody@gnome.org>
* accessibility-keyboard.c (setup_accessX_dialog) : Only load the
necessary toplevel widget in the non-dialog case.
(setup_dialog) : pass as_dialog to the sub-init routines.
(setup_images) : only load widgets appropriate for the current state.
(setup_ranges) : ditto, and be more vocal about invalid glade.
(setup_simple_toggles) : ditto.
(setup_toggles) : ditto.
2002-03-25 Jody Goldberg <jody@gnome.org>
* gnome-keyboard-properties.c (setup_accessibility) : Use
gtk_label_new_with_mnemonic and add an accel to the label.
2002-03-23 Kevin Breit <mrproper@ximian.com>
* C/config-keybindings.xml: Added file to CVS.
* C/control-center.xml: Added the keybindings capplet so that it will compile.
2002-03-22 Kevin Breit <mrproper@ximian.com>
* C/control-center.xml: Hooked the background stuff into this file. It builds properly.
* C/config-background.xml: Created the file.
2002-03-21 Seth Nickell <snickell@stanford.edu>
* background-properties-capplet.c: (string_to_orientation),
(update_color_widget_labels_and_visibility),
(peditor_value_changed), (setup_dialog), (create_dialog):
* background-properties.glade:
Recapture some of the more subtle interactions of "Seth's UI".
Change colour labels when the gradient orientation changes,
and use mnemonics so the capplet is accessible. Pad and space
as designed.
There are still at least two things wrong:
1) Havoc & Jonathan convinced me that the large button with
label was wrong. This should instead look like:
http://beauty.stanford.edu/bg_button.png
The new format should be right for all image selectors, the
old mechanism had serious usability problems.
2) "No Picture" should be the first toggle
2002-03-21 Dave Camp <dave@ximian.com>
* gnome-ui-properties.c: (show_handlebar), (set_toolbar_style),
(toolbar_style_cb), (set_have_icons): New functions.
(toolbar_detachable_cb): Call show_handlebar.
(menus_have_icons_cb): Call set_have_icons.
(setup_dialog): Connect to the style peditor's value_changed signal,
and set the initial states of the example widgets.
2002-03-21 Dave Camp <dave@ximian.com>
* gnome-mouse-properties.c (*_{to|from}_gconf): Add the peditor
arguments.
(setup_dialog): Use locate_pointer instead of locate_pointer_id.
(threshold_to_gconf): New function.
(setup_dialog): Use threshold_to_gconf for motion_threshold and
drag_threshold.