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.
Sun Mar 17 16:30:48 2002 Jonathan Blandford <jrb@redhat.com>
* capplets/keybindings/gnome-keybinding-properties.c
(create_dialog): fix typo.
I'm never able to import new code w/o screwing something up. Sigh...
* preferences.c: (bg_preferences_load),
(bg_preferences_merge_entry), (read_wptype_from_string),
(read_color_from_string), (bg_preferences_get_wptype_as_string):
* preferences.h:
Add an enum type for specifying that we don't know the type (i.e. the
key was not available, or set to something invalid). Currently it
was using -1, which barfs with some compilers that set enums
to be uint.
2002-03-15 Seth Nickell <snickell@stanford.edu>
* preferences.c: (bg_preferences_load),
(bg_preferences_merge_entry), (read_wptype_from_string),
(read_color_from_string), (bg_preferences_get_wptype_as_string):
* preferences.h:
Add an enum type for specifying that we don't know the type (i.e. the
key was not available, or set to something invalid). Currently it
was using -1, which barfs with some compilers that set enums
to be uint.
2002-03-14 Abel Cheung <maddog@linux.org.hk>
* gl.po, hu.po, it.po, ro.po: Remove obsolete entries that
are duplicates of existing entries (with identical msgid
and msgstr).
2002-03-13 jacob berkman <jacob@ximian.com>
* gnome-settings-daemon.c (_GnomeSettingsDaemonPrivate): add a
dummy field
(gnome_settings_daemon_register_callback): cast functions to
gpointers as forte does not like this (bug #74349)