2002-04-12 jacob berkman <jacob@ximian.com>
* gnome-font-and-theme-properties.c (create_dialog): get the glade
file from GLADEDIR
* Makefile.am (INCLUDES): define GLADEDIR
2002-04-12 Mark McLoughlin <mark@skynet.ie>
* schemas/apps_gnome_keybinding_properties.schemas: change the
panel keybindings keys to the new hyphen-less versions.
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-10 Kevin Breit <mrproper@ximian.com>
* configure.in: Added the help/Makefile.am and help/C/Makefile.am. If the build breaks, look at this stuff. It's not the first time I've killed the build.
* Makefile.am: Made sure that help was in the SUBDIRS. I don't want to break the build again. :/
2002-04-10 Rachel Hestilow <hestilow@ximian.com>
* gconf-proprerty-editor.h: Add FontType enum, and a font_type
parameter to gconf_peditor_new_font.
* gconf-property-editor.c:
(peditor_font_value_changed): Call peditor_font_merge_setting
instead of setting the properties explicitly.
(peditor_font_widget_changed): Switch on font_type to determine
what to set for a GConfValue.
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.
still case sensitive though
2002-04-07 Jody Goldberg <jody@gnome.org>
* file-types-properties.glade : assign response ids to the buttons.
* file-types-capplet.c (apply_cb) : delete and merge into.
(cb_file_type_dialog_response) : here.
(create_dialog) : connect to reponse here.
(main) : rather than connecting to buttons directly here.
* mime-edit-dialog.c (validate_data) : actually display the dialog.
(fill_dialog) : Add some protection.
(safe_set_entry) : new safety utility.
2002-04-10 Seth Nickell <snickell@stanford.edu>
* gnome-ui-properties.c: (create_dialog):
* gnome-ui-properties.glade:
* ui-properties.glade:
Somebody started rennaming the glade file but didn't follow
through. Fixing the build by finishing the change.
Tue Apr 9 11:43:08 2002 Jonathan Blandford <jrb@gnome.org>
* capplets/accessibility/keyboard/Makefile.am: Change gnome2-* to
gnome-*
* capplets/default-applications/Makefile.am: ditto
* capplets/file-types/Makefile.am: ditto
* capplets/font/Makefile.am: ditto
* capplets/keyboard/Makefile.am: ditto
* capplets/mouse/Makefile.am: ditto
* capplets/sound/Makefile.am: ditto
* capplets/theme-switcher/Makefile.am: ditto
* capplets/ui-properties/Makefile.am: ditto
* control-center/Makefile.am: ditto
* gnome-settings-daemon/Makefile.am: ditto
* gnome-keybinding-properties.c (setup_dialog): man, was this code
silly. Also, themes are case sensitive.
(is_metacity_running): Add support for metacity keybindings. This
is off by default until I write code to actually detect metacity.
Tue Apr 9 11:58:10 2002 Jonathan Blandford <jrb@gnome.org>
* Makefile.am: Add commented out disk support until I finish the code.
2002-04-07 Bradford Hovinen <hovinen@ximian.com>
* model-entry.c (model_entry_remove_child): Don't signal row
deleted or reset tmp->next if the child node was not found
2002-04-07 Rachel Hestilow <hestilow@ximian.com>
* applier.c (bg_applier_get_preview_widget): Connect to "realize"
on preview.
(preview_realized_cb): Added function to initialize preview pixmap.
2002-04-05 Kevin Breit <mrproper@ximian.com>
* C/config-themes.xml: Fixed a typo that caused breakage.
* C/config-keybindings.xml: Fixed some gross breakage.
2002-04-02 jacob berkman <jacob@ximian.com>
* service-edit-dialog.c (fill_dialog): show 'unknown' in the
protocol name for the unknown protocol
(validate_data): actually run and destroy the error dialogs