2002-06-18 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=85628
* background-properties-capplet.c (main) : The dialog
- should not be modal
- has no parent to destroy with
- and should have a seperator
- set default response
2002-06-15 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=85397http://bugzilla.gnome.org/show_bug.cgi?id=84545
* mime-types-model.c (mime_types_model_get_value) :
gtk_tree_view_search_equal_func does not like NULL.
(IS_CATEGORY) : check for NULL.
* file-types-capplet.c (create_dialog) : search the description not
the mime type.
2002-06-08 Jody Goldberg <jody@gnome.org>
* mime-types-model.c (IS_CATEGORY) : test for null in case we are
stupid.
2002-06-07 Jody Goldberg <jody@gnome.org>
* file-types-capplet.c (dialog_done_cb) : no need to save things
again. The only caller had already done that.
* mime-type-info.c (mime_type_info_save) : Don't mess with the
application here, it should already be setup. However, be really
really anal about verifying it because I do not trust the
surrounding code or know it well enough to trust it. Make sure that
the assigned app is on the short list of associated apps.
* mime-category-edit-dialog.c (store_data) : Use
mime_edit_dialog_get_app.
* mime-edit-dialog.c (store_data) : Use it here too.
(mime_edit_dialog_get_app) : new. split some duplicated code out of
the type and category dialogs and move it here. Then make it
readable and less stupid about creating copies of existing
applications. While we're at it have it handle the creation of new
applications, merging commands with existing applications and other
useful stuff.
2002-06-07 Jody Goldberg <jody@gnome.org>
* mime-category-edit-dialog.c (store_data) : clarify and remove the
custom flag.
* mime-type-info.c (mime_category_info_using_custom_app) : delete.
(mime_type_info_using_custom_app) : delete.
* mime-edit-dialog.c (validate_data) : correct the warning about
invalid type, we would _not_ create one for the user :-(
Allow a user to optionally overwrite an existing mime type.
This is useful when editing.
* mime-edit-dialog.c (store_data) : clarify and remove the custom flag.
2002-06-10 Jody Goldberg <jody@gnome.org>
* accessibility-keyboard.c : tweak the layout as requested and adjust
the max slowkey delay to 500 to avoid losing the keyboard due to some
sort of an X problem.
2002-06-13 Jody Goldberg <jody@gnome.org>
* gnome-keyboard-properties.c (accessibility_button_clicked) : produce
a better warning for failure to launch the keyboard accessibility
capplet.
I worry how 'make dist' could allow non-disted files to be listed in
POTFILES.in
2002-06-05 Gediminas Paulauskas <menesis@delfi.lt>
* POTFILES.in: remove mime-type, url-properties and wm-properties
capplets -- they are not built nor distributed. Also remove
session, panel, and cd desktop files.
* POTFILES.skip: add those files here because those capplets are still
in CVS.
2002-06-05 Gediminas Paulauskas <menesis@delfi.lt>
* cd-capplet.png, cd.desktop.in.in,
panel-capplet.png, panel.desktop.in.in,
session-capplet.png, session.desktop.in.in:
remove unused desktop files and their icons from CVS.
2002-06-05 Gediminas Paulauskas <menesis@delfi.lt>
* background-properties.glade: radiobutton1 and similar things should
not be translatable.
2002-06-05 Jody Goldberg <jody@gnome.org>
* mime-edit-dialog.c (mime_add_dialog_new) :
* mime-edit-dialog.c (mime_edit_editable_enters) : new.
(fill_dialog) : mime type is always sensitive.
(mime_edit_dialog_init) : use mime_edit_editable_enters and set the
default response.
(mime_add_dialog_new) : forceably define the model before is-add and
set the parent.
* model-entry.c (model_entry_insert_child) : be paranoid. Sort the
mime entries too.
* file-types-capplet.c (main) : !KLUDGE! if we are editing
application/octet-stream assume that people really want to create a
new mime type.
2002-06-04 Jody Goldberg <jody@gnome.org>
* mime-type-info.c (mime_type_info_save) : Add a freeze/thaw around
the assignments.
2002-06-04 Seth Nickell <snickell@stanford.edu>
* Makefile.am:
Remove unused CFLAGS;
* gnome-window-properties.c: (wm_widget_add_wm),
(setup_appearance_option_menu):
Improve handling of option menus, set the default item.
* metacity-window-manager.c: (metacity_set_theme),
(add_themes_from_dir), (metacity_get_theme_list),
(metacity_set_font), (metacity_set_focus_follows_mouse),
(metacity_window_manager_class_init):
Actually do things when the "set" calls are made, improve
intelligence of loading the theme list. Eventually we should
probably do validation on the XML files.
2002-06-04 Seth Nickell <snickell@stanford.edu>
* gnome-window-properties.c: (set_wm_change_pending),
(wm_selection_changed), (wm_widget_add_wm), (apply_wm),
(setup_appearance_option_menu), (appearance_changed),
(setup_dialog), (main):
* gnome-window-properties.glade:
* metacity-window-manager.c: (metacity_get_theme_list):
Handle setting the currently running window manager properly.
Get the theme list, and make changes based on it to the GConf setting.
2002-06-02 Seth Nickell <snickell@stanford.edu>
* Makefile.am:
* gnome-window-properties.c: (wm_selection_changed),
(wm_widget_add_wm), (update_gui), (apply_wm), (create_dialog),
(main):
Split code for changing window managers into libgnome-window-settings.
This is so in the future we can potentially move this into gnome-settings-daemon,
though for now its not robust enough that we really want to do that.
* metacity-window-manager.c: (window_manager_new),
(metacity_window_manager_init), (metacity_window_manager_finalize),
(metacity_window_manager_class_init),
(metacity_window_manager_get_type):
* metacity-window-manager.h:
Update to match changes to gnome-window-manager.h
* wm-exec.c:
* wm-list.c:
* wm-properties.h:
Move these into libgnome-window-settings.
(Jacob, I did make dist, and then built the resulting tarball, hope I
don't cause problems this time :-/)
2002-05-29 Jody Goldberg <jody@gnome.org>
* mime-type-info.c (get_category_description) : put things in Misc if
they have no defined category.
(get_category_name) : ditto.
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