2002-03-10 Seth Nickell <snickell@stanford.edu>
* main.c: (main):
* sound-properties-capplet.c: (main):
Activate the settings daemon if its not already running.
2002-03-10 Seth Nickell <snickell@stanford.edu>
* Makefile.am:
* activate-settings-daemon.c: (popup_error_message),
(activate_settings_daemon):
* activate-settings-daemon.h:
Add new client interface for activating the settings daemon
if its not already running.
2002-03-09 Richard Hestilow <hestilow@ximian.com>
* background-properties-capplet.c (setup_dialog): Hook up
the previewing file selector to the FileEntry.
2002-03-09 Richard Hestilow <hestilow@ximian.com>
* gtk-theme-selector.glade, main.c: Remove preview option
and button, this makes no sense with instant apply.
(select_cb): Just call apply_cb.
2002-03-08 Seth Nickell <snickell@stanford.edu>
* Makefile.am:
Don't install cd properties capplet .desktop file. It should
be picked up by the vfolder legacy support if installed on
the system, and otherwise we shouldn't display it anyway
since the person doesn't have the capplet.
2002-03-06 Richard Hestilow <hestilow@ximian.com>
* sound-properties-capplet.c (main): Remove textdomain stuff.
I'm not 100% certain this is correct, but none of the other capplets
have it.
2002-02-23 Kjartan Maraas <kmaraas@gnome.org>
* capplets/default-applications/gnome-default-applications-properties.glade:
Remove translatable="yes" from icon labels. Remnant of a bug in
libglade-convert. (Thanks to James).
* capplets/file-types/file-types-properties.glade: Same
* capplets/keyboard/gnome-keyboard-properties.glade: Same
* capplets/mouse/gnome-mouse-properties.glade: Same.
* capplets/ui-properties/gnome2-ui-properties.glade: Same
* control-center/gnomecc.glade: Same
Tue Feb 19 23:52:17 2002 Jonathan Blandford <jrb@redhat.com>
* gnome-mouse-properties.c (cursor_font_changed): Hook up cursor code.
Tue Feb 19 23:53:06 2002 Jonathan Blandford <jrb@redhat.com>
* gnome-settings-font.c: set the font path and handle cursors.
2002-02-17 Bradford Hovinen <hovinen@ximian.com>
* mime-type-info.c (get_icon_pixbuf): Try to find the icon from
the MIME type.
(mime_type_info_get_icon_path): Fetch the icon name from the MIME
type if necessary
(get_icon_pixbuf): Call get_real_icon_path
(get_real_icon_path): Implement. Factor from
mime_type_info_get_icon_path
(mime_type_info_get_icon_path): Call get_real_icon_path
2002-02-17 Seth Nickell <snickell@stanford.edu>
* default-applications.desktop.in:
Change menu name to "Preferred Applications" which faired
better in user testing.
2002-02-17 Bradford Hovinen <hovinen@ximian.com>
* mime-types-model.c (mime_types_model_get_value): Set the object
value to NULL if the icon is NULL
* mime-type-info.c (get_icon_pixbuf): Give up if it can't find
nautilus/i-regular-24.png
(mime_type_info_get_icon): Only ref the pixbuf if non-NULL
2002-02-17 Bradford Hovinen <hovinen@ximian.com>
* mime-category-edit-dialog.c (fill_dialog): Fill the name entry
with the description, not the name field
* mime-types-model.c (mime_types_model_get_value): Use description
field when returning the description column for a category
* mime-type-info.c (mime_type_info_set_category_name): Accept
pointer to category description and pass that to get_category
(mime_category_info_new): Initialize description; accept pointer
to description
(get_category): Accept a pointer to the description and initialize
the category with that as well if necessary
(get_category_description): Implement. Copy from
get_category_name, but use the translated description name
* mime-type-info.h (struct _MimeCategoryInfo): Add description
field; holds the translated name
* mime-type-info.c (mime_category_info_get_full_description):
Implement. Copy from mime_category_info_get_full_name, but use
description field rather than name field
(mime_type_info_get_category_name): Use _get_full_description
rather than _get_full_name
Sun Feb 10 23:39:30 2002 Jonathan Blandford <jrb@redhat.com>
* gnome-default-applications-properties.glade: Patch from
fflewddur <fflewddur@dropline.net> to fix some strings.