Commit graph

1023 commits

Author SHA1 Message Date
Stephen Browne
cfeb09ab46 Moved window manager detection code from keybindings capplet to common 2002-06-21 13:29:29 +00:00
Satyajit Kanungo
f97b330c7e Corrected the help link 2002-06-21 06:13:17 +00:00
Jody Goldberg
0977fadab0 http://bugzilla.gnome.org/show_bug.cgi?id=85628 The dialog - should not be
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-19 00:21:26 +00:00
jacob berkman
961f08cd62 fixup localedir to work with solaris gettext (fixes bug #83616)
2002-06-18  jacob berkman  <jacob@ximian.com>

	* configure.in:
	* archiver/Makefile.am:
	* capplets/common/Makefile.am:
	* control-center/Makefile.am:
	* libbackground/Makefile.am:
	* libwindow-settings/Makefile.am:
	* root-manager/Makefile.am: fixup localedir to work with solaris
	gettext (fixes bug #83616)
2002-06-18 19:29:45 +00:00
Jody Goldberg
b4995826e8 http://bugzilla.gnome.org/show_bug.cgi?id=85397
2002-06-15  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=85397
	http://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.
2002-06-18 18:55:14 +00:00
Jody Goldberg
96a33b67f8 Release 2.0.0
2002-06-17  Jody Goldberg <jody@gnome.org>

	* Release 2.0.0
2002-06-17 22:10:21 +00:00
Jody Goldberg
7f1c6805e7 http://bugzilla.gnome.org/show_bug.cgi?id=85397
2002-06-15  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=85397
	http://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.
2002-06-16 03:57:23 +00:00
jacob berkman
ba409ba8fa hide the keyclick slider.
2002-06-10  jacob berkman  <jacob@ximian.com>

	* gnome-keyboard-properties.glade: hide the keyclick slider.

	fixes #78015

	reviewed/approved by jrb, luis, jody
2002-06-10 20:17:47 +00:00
Gediminas Paulauskas
1726372f67 Fixes to make translators' life easier -- ~80 strings less to translate.
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 08:22:06 +00:00
Jody Goldberg
9137407127 new. (fill_dialog) : mime type is always sensitive.
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-05 04:17:14 +00:00
Seth Nickell
03f10ccb0c Remove unused CFLAGS;
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-05 00:36:57 +00:00
Seth Nickell
059bd84cef Handle setting the currently running window manager properly.
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-04 22:58:35 +00:00
Seth Nickell
603155d441 Create the .pc file for the window manager settings library.
2002-06-02  Seth Nickell  <snickell@stanford.edu>

	* configure.in:

	Create the .pc file for the window manager settings library.
2002-06-03 00:37:24 +00:00
Seth Nickell
0a5695f294 Split code for changing window managers into libgnome-window-settings.
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-06-03 00:27:15 +00:00
Jody Goldberg
4b53a6f0bd disable debug spew.
2002-05-31  Jody Goldberg <jody@gnome.org>

	* mime-type-info.c (get_category_name) : disable debug spew.

	* model-entry.c (model_entry_insert_child) : order the categories
	nicely.
2002-05-31 20:35:52 +00:00
Jody Goldberg
041eef8721 http://bugzilla.gnome.org/show_bug.cgi?id=83545 Use the child not the
2002-05-31  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=83545
	* mime-types-model.c (mime_types_model_iter_parent) : Use the child
	  not the result.
2002-05-31 19:25:29 +00:00
Kjartan Maraas
d1b4b0489d Use GETTEXT_PACKAGE, not PACKAGE. Also add bind_textdomain_codeset() call.
2002-05-30  Kjartan Maraas  <kmaraas@gnome.org>

	* gnome-window-properties.c (main): Use GETTEXT_PACKAGE, not PACKAGE.
	  Also add bind_textdomain_codeset() call.
	* gnome-window-properties.c: Fix some compiler warnings.
2002-05-30 23:06:37 +00:00
Jody Goldberg
6f7158ee61 http://bugzilla.gnome.org/show_bug.cgi?id=82802 disable resize.
2002-05-29  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=82802
	* gnome-ui-properties.c (setup_dialog) : disable resize.
2002-05-29 18:49:34 +00:00
Jody Goldberg
66d7504bf6 put things in Misc if they have no defined category. (get_category_name) :
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.
2002-05-29 17:30:26 +00:00
Jody Goldberg
2b1aa2ce08 update 2002-05-29 04:27:49 +00:00
Satyajit Kanungo
b4123f15b1 capplet_help () The Help directory is changed to user-guide.
2002-05-28 Satyajit Kanungo <satyajit.kanungo@wipro.com>

	* capplet-util.c : capplet_help () The Help directory is changed to
	  user-guide.
2002-05-29 04:14:29 +00:00
Jody Goldberg
bd493373d2 Improve help handling.
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.
2002-05-27 02:54:19 +00:00
Jody Goldberg
49d1a5af36 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.
2002-05-27 02:53:33 +00:00
Jonathan Blandford
6985207425 Use APPID instead of argv[0] for gnome-program-init 2002-05-26 16:11:37 +00:00
Jonathan Blandford
73be46711d patch from Till Adam <till@adam-lilienthal.de> to not die if we have the
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-26 06:13:12 +00:00
Jonathan Blandford
c0aaf2ca2e clean up strings to make them match the ui-suggestions, and make them correct 2002-05-25 06:14:04 +00:00
Jody Goldberg
9af1b5753d http://bugzilla.gnome.org/show_bug.cgi?id=82850 some protection against
2002-05-24  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=82850
	* gnome-keybinding-properties.c (setup_dialog) : some protection
	  against faulty installs.
2002-05-24 12:39:10 +00:00
jacob berkman
4cfbde20e8 use .pcf, not .pcf.gz as solaris can't read .gz files
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
2002-05-22 20:53:57 +00:00
Jonathan Blandford
b8d526624b fix broken double-click test.
Tue May 21 20:09:22 2002  Jonathan Blandford  <jrb@redhat.com>

	* gnome-mouse-properties.c (event_box_button_press_event): fix
	broken double-click test.
2002-05-22 00:08:37 +00:00
Jonathan Blandford
b1577971a2 handle the new eggcellrendererkeys signal.
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-21 23:35:30 +00:00
Jonathan Blandford
26e67dbc73 sync to libegg 2002-05-21 23:23:47 +00:00
jacob berkman
7190a21a29 just return if there's no text in the entry (fixes #8200, from Soren
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>)
2002-05-20 20:21:34 +00:00
Jonathan Blandford
e445f169e3 Add default icon. Don't disalow closing expanders. Implement ui-review
Sat May 18 18:25:02 2002  Jonathan Blandford  <jrb@gnome.org>

	* gnome-keybinding-properties.c: (append_keys_to_tree),
	(setup_dialog): Add default icon.  Don't disalow closing
	expanders.  Implement ui-review suggestions.

	* gnome-keybinding-properties.glade: Implement ui-review
	suggestions.
2002-05-18 22:40:21 +00:00
Jody Goldberg
3f74c7d070 remove a pile of unused files 2002-05-18 13:19:08 +00:00
Jody Goldberg
55e3056021 http://bugzilla.gnome.org/show_bug.cgi?id=17728 (mime_type_info_save): a
2002-05-08  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=17728
	(mime_type_info_save): a patch inspired by Archit Baweja's proposal.

2002-05-09  Archit Baweja  <bighead@users.sourceforge.net>

	* mime-type-info.c (mime_type_info_set_file_extensions): free the old
	list.
2002-05-17 03:05:13 +00:00
Jonathan Blandford
104110c45d evil, evil hack to insta-edit. Should be removed for GTK 2.2
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 23:48:51 +00:00
jacob berkman
c05eb45ed0 add a key to turn off some behaviour
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 23:18:14 +00:00
jacob berkman
eff4ab4c7f don't copy the volume, this setting is gone (main): dont' show_all() the
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 23:15:14 +00:00
jacob berkman
5fc0063d42 turn off help tab, put browser tab first, and fix things for the editor
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 23:13:19 +00:00
jacob berkman
7d8fe6251b if we haven't been initting, don't pop up an error message. if we are, set
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-16 22:21:48 +00:00
Jody Goldberg
cddec07697 add some safety checks for invalid files.
2002-05-16  Jody Goldberg <jody@gnome.org>

	* theme-switcher.c (install_dialog_response) : add some safety checks
	  for invalid files.
2002-05-16 21:11:55 +00:00
Jody Goldberg
3f31e2bdbd fix path. (install_dialog_response) : add help link.
2002-05-16  Jody Goldberg <jody@gnome.org>

	* theme-switcher.c (cb_dialog_response) : fix path.
	(install_dialog_response) : add help link.
2002-05-16 21:06:45 +00:00
Jody Goldberg
d2bb2392df some minor tweakage.
2002-05-16  Jody Goldberg <jody@gnome.org>

	* gnome-keyboard-properties.glade : some minor tweakage.
2002-05-16 17:55:17 +00:00
Jonathan Blandford
0ff953e1e6 accept drops from the nautilus patterns pallet. There's something broken
Thu May 16 02:25:03 2002  Jonathan Blandford  <jrb@gnome.org>

	* background-properties-capplet.c (drag_data_received_cb): accept
	drops from the nautilus patterns pallet.  There's something broken
	here, though.
2002-05-16 06:36:51 +00:00
Mark McLoughlin
0348d4f101 kill workaround libglade bug that has since been fixed.
2002-05-15  Mark McLoughlin <mark@skynet.ie>

        * gnome-network-preferences.c (setup_dialog): kill workaround
        libglade bug that has since been fixed.
2002-05-15 23:15:30 +00:00
jacob berkman
a0a0ba9601 remove gnome-window-manager.h
2002-05-15  jacob berkman  <jacob@ximian.com>

	* Makefile.am (libmetacity_la_SOURCES): remove
	gnome-window-manager.h
2002-05-15 17:22:18 +00:00
Seth Nickell
10f94aee4c Move into a seperate library so the settings daemon can avail of this
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.
2002-05-15 00:57:45 +00:00
Jonathan Blandford
ac2ae66136 fix small bug 2002-05-14 18:35:51 +00:00
Jonathan Blandford
b87cde513f try to scroll to theme. Currently appears to be a little broken somewhere.
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-14 16:34:14 +00:00
Michael Meeks
331ec2dfa3 tolerate bogus values sanely. Update string to describe bonobo priority
2002-05-14  Michael Meeks  <michael@ximian.com>

	* gnome-ui-properties.c
	(toolbar_to_widget, set_toolbar_style): tolerate
	bogus values sanely.
	Update string to describe bonobo priority text
2002-05-14 15:15:56 +00:00