Improve help handling.
2002-05-26 Jody Goldberg <jody@gnome.org>
* capplet-util.c (capplet_help) : new utility.
2002-05-24 Jody Goldberg <jody@gnome.org>
* mime-type-info.c (mime_category_info_load_all) : make this more paranoid.
* mime-category-edit-dialog.c (update_subcategories) : Move this over
here.
2002-05-17 Jody Goldberg <jody@gnome.org>
* mime-type-info.c (mime_category_info_using_custom_app) : add some
protection.
Sun May 26 01:50:22 2002 Jonathan Blandford <jrb@gnome.org>
* gnome-default-applications-properties.c (read_editor): patch
from Till Adam <till@adam-lilienthal.de> to not die if we have the
mimedata not installed.
2002-05-22 jacob berkman <jacob@ximian.com>
* *.pcf(.gz):
* Makefile.am (cursorfont_DATA):
* gnome-mouse-properties.c (setup_dialog): use .pcf, not .pcf.gz
as solaris can't read .gz files
fixes#78023
Tue May 21 19:36:13 2002 Jonathan Blandford <jrb@redhat.com>
* gnome-keybinding-properties.c (accel_edited_callback):
handle the new eggcellrendererkeys signal.
2002-05-20 jacob berkman <jacob@ximian.com>
* gnome-default-applications-properties.c (text_apply_editor):
just return if there's no text in the entry (fixes#8200, from Soren Sandmann
<sandmann@daimi.au.dk>)
Thu May 16 19:49:26 2002 Jonathan Blandford <jrb@redhat.com>
* gnome-keybinding-properties.c (start_editing_cb): evil, evil
hack to insta-edit. Should be removed for GTK 2.2
(keybinding_key_changed_foreach): notify when we update the tree.
2002-05-16 jacob berkman <jacob@ximian.com>
* schemas/apps_gnome_settings_daemon_default_editor.schemas: add a
key to turn off some behaviour
* capplets/Makefile.am (always_built_SUBDIRS):
* configure.in: re-add default-applications
fixes#78037
2002-05-16 jacob berkman <jacob@ximian.com>
* gnome-keyboard-properties.c (get_legacy_settings): don't copy
the volume, this setting is gone
(main): dont' show_all() the dialog
* gnome-keyboard-properties.glade: hide the "other" option button
fixes for #78016
2002-05-16 jacob berkman <jacob@ximian.com>
* gnome-default-applications-properties.glade: turn off help tab,
put browser tab first, and fix things for the editor
* gnome-default-applications-properties.c: make the editor changes
use gnome-vfs, and make the browser use the default key rather
than http
fixes#78037
2002-05-16 jacob berkman <jacob@ximian.com>
* gconf-property-editor.c (peditor_image_set_filename): if we
haven't been initting, don't pop up an error message. if we are,
set our image to GTK_STOCK_MISSING_IMAGE. fixes bug exposed by
fix for #76993
2002-05-14 Seth Nickell <snickell@stanford.edu>
* Makefile.am:
* gnome-window-manager.c:
* gnome-window-manager.h:
Move into a seperate library so the settings daemon
can avail of this code.
Tue May 14 12:29:35 2002 Jonathan Blandford <jrb@redhat.com>
* theme-switcher.c (read_themes): try to scroll to theme.
Currently appears to be a little broken somewhere.
Tue May 14 12:08:17 2002 Jonathan Blandford <jrb@redhat.com>
* theme-common.c (theme_common_init): confirm that the ~/.themes/
directory exists.
Also:
Clean up ui-props a little.
commit fix to mouse properties
2002-05-12 Anders Carlsson <andersca@gnu.org>
* gnome-mouse-properties.c: (drag_threshold_from_gconf),
(drag_threshold_to_gconf), (event_box_button_press_event),
(load_pixbufs), (setup_dialog), (create_dialog),
(dialog_response_cb), (main):
* gnome-mouse-properties.glade:
Lots of things. Fix drag threshold preference, use a GtkImage
instead of a GtkDrawingArea for the double click test. Remove
weird weak refs throughout the code. Clean up the glade file,
requires a new libglade that has an a11y ref count fix.
2002-05-10 Seth Nickell <snickell@stanford.edu>
* gnome-window-properties.c: (set_wm_change_pending),
(state_changed), (create_dialog):
* gnome-window-properties.glade:
Make the glade file look a little bit better, hide the property widgets when
there is a window manager change pending.
2002-05-10 Anders Carlsson <andersca@gnu.org>
* theme-properties.glade:
Remove ellipsis after "Go to theme folder".
* theme-switcher.c: (show_manage_themes):
Create the .themes directory if it doesn't exist.
2002-05-10 Anders Carlsson <andersca@gnu.org>
* gnome-mouse-properties.c: (get_default_mouse_info),
(motion_acceleration_from_gconf), (threshold_from_gconf):
If the threshold or acceleration value is -1, just set the slider
to the default X value.
2002-05-10 jacob berkman <jacob@ximian.com>
* mime-type-info.c (mime_category_info_get_full_description):
(mime_category_info_get_full_name): work around a gcc 2.96 bug
(fixes#77121)