Commit graph

1020 commits

Author SHA1 Message Date
Seth Nickell
3cfb87844f Improve the comment.
2002-04-27  Seth Nickell  <snickell@stanford.edu>

	* background.desktop.in:

	Improve the comment.
2002-04-27 21:02:33 +00:00
Seth Nickell
f6a651f994 Change name, move out of Advanced category.
2002-04-27  Seth Nickell  <snickell@stanford.edu>

	* gtk-theme-selector.desktop.in:

	Change name, move out of Advanced category.

	* theme-properties.glade:

	Tweak padding / spacing.

	* gtk-theme-selector.desktop.in.in:

	Old cruft file, delete.
2002-04-27 20:59:49 +00:00
Seth Nickell
e8c5d15345 Re-enable building of font capplet.
2002-04-26  Seth Nickell  <snickell@stanford.edu>

	* capplets/Makefile.am:
	* configure.in:

	Re-enable building of font capplet.
2002-04-27 01:33:48 +00:00
Seth Nickell
2bfe30abbe Move the font code into a seperate capplet.
2002-04-26  Seth Nickell  <snickell@stanford.edu>

	* Makefile.am:
	* gnome-font-and-theme-properties.c:
	* gnome-font-and-theme-properties.glade:
	* gtk-theme-selector.glade:
	* main.c:
	* theme-properties.glade:
	* theme-switcher.c: (create_dialog), (theme_selection_changed),
	(read_themes), (theme_key_changed), (theme_changed_func),
	(sort_func), (setup_dialog), (main):

	Move the font code into a seperate capplet.
2002-04-27 01:29:28 +00:00
Seth Nickell
8c999e79e0 Bring back in sync with the merged theme/font dialog.
2002-04-26  Seth Nickell  <snickell@stanford.edu>

	* Makefile.am:
	* font-properties.glade:
	* main.c: (create_dialog), (setup_dialog), (main):

	Bring back in sync with the merged theme/font dialog.
2002-04-27 01:16:22 +00:00
Jody Goldberg
8d5b6e6284 always populate the details fields so a user can see what they selected.
2002-04-26  Jody Goldberg <jody@gnome.org>

	* service-edit-dialog.c (populate_app_list) : always populate the
	  details fields so a user can see what they selected.
	(program_changed_cb) : ditto.

	* service-info.c (fill_service_apps) : fix to not use freed memory.
2002-04-26 15:13:57 +00:00
Havoc Pennington
65151fe122 fix non-use of accessor functions.
2002-04-26  Havoc Pennington  <hp@pobox.com>

	* gnome-keybinding-properties.c (append_keys_to_tree): fix
	non-use of accessor functions.
2002-04-26 03:54:51 +00:00
Seth Nickell
7e58c15848 Move out of advanced, add nicer tooltip (still crummy, but better).
2002-04-25  Seth Nickell  <snickell@stanford.edu>

	* behavior.desktop.in:

	Move out of advanced, add nicer tooltip (still crummy, but better).
2002-04-26 00:29:36 +00:00
Jody Goldberg
ce4a52ca2a Add GTK_TOOLBAR_BOTH_HORIZ
2002-04-25  Jody Goldberg <jody@gnome.org>

	* gnome-ui-properties.c (set_toolbar_style) : Add GTK_TOOLBAR_BOTH_HORIZ
2002-04-25 16:53:39 +00:00
Jody Goldberg
979684e43b adjust the defaults.
2002-04-24  Jody Goldberg <jody@gnome.org>

	* accessibility-keyboard.c : adjust the defaults.
2002-04-25 03:58:47 +00:00
Jody Goldberg
ae6a7f22ac s/execute/run/ 2002-04-23 16:01:47 +00:00
Jody Goldberg
fa05cd9201 Make instant apply and add link to Help.
2002-04-23  Jody Goldberg <jody@gnome.org>

	* model-entry.c (model_entry_save) : wrap in vfs freeze/unfreeze.
	(model_entry_append_to_dirty_list) : delete.
	(model_entry_remove_from_dirty_list) : delete.
	(model_entry_commit_dirty_list) : delete.
	(model_entry_append_to_delete_list) : delete.
	(model_entry_commit_delete_list) : delete.

	* mime-category-edit-dialog.c (store_data) : make this instant apply.
	* mime-edit-dialog.c (store_data) : ditto.
	* service-edit-dialog.c (store_data) : ditto.

	* file-types-capplet.c (cb_file_type_dialog_response) : add help and
	  change the buttons to help & close to be HIG compliant.
	(remove_cb) : make removal apply instantly.
	* file-types-properties.glade : Make the buttons Help & Close
2002-04-23 15:56:53 +00:00
Jody Goldberg
7bf0bcfc8d tidy up. (choose_cat_cb) : reorder buttons to be hig compliant.
2002-04-22  Jody Goldberg <jody@gnome.org>

	* mime-edit-dialog.c (validate_data) : tidy up.
	(choose_cat_cb) : reorder buttons to be hig compliant.
	(mime_edit_dialog_init) : ditto.
	* service-edit-dialog.c (service_edit_dialog_init) : ditto.
	* mime-category-edit-dialog.c (mime_category_edit_dialog_init) : ditto.
2002-04-22 21:34:39 +00:00
Jody Goldberg
61829b4eea set dialog title correctly when adding a service. ditto.
2002-04-22  Jody Goldberg <jody@gnome.org>

	* service-edit-dialog.c (service_edit_dialog_set_prop) : set dialog
	  title correctly when adding a service.
	* mime-edit-dialog.c (mime_edit_dialog_set_prop) : ditto.
2002-04-22 18:07:39 +00:00
Mark McLoughlin
9d3b0647e8 shush little hush puppy 2002-04-22 17:52:33 +00:00
Mark McLoughlin
200282b7e0 add capplets/gnome-network-preferences.
2002-04-19  Mark McLoughlin  <mark@skynet.ie>

        * capplets/Makefile.am, configure.in: add
        capplets/gnome-network-preferences.

2002-04-19  Mark McLoughlin  <mark@skynet.ie>

        * gconf-property-editor.[ch]: (peditor_integer_value_changed),
        (peditor_integer_widget_changed), (gconf_peditor_new_integer_valist),
        (gconf_peditor_new_integer): implement GtkEntry based integer
        peditor.

2002-04-22  Mark McLoughlin  <mark@skynet.ie>

        * POTFILES.in: add network preferences capplet
        files.
2002-04-22 17:49:22 +00:00
Rachel Hestilow
bdb603cdbf Restore missing OptionMenu labels.
2002-04-22  Rachel Hestilow  <hestilow@ximian.com>

	* gnome-keyboard-properties.glade: Restore missing OptionMenu
	labels.
2002-04-22 05:59:30 +00:00
Jody Goldberg
2eb29c281c Use the new hook in gnome_vfs_application_registry_get_applications to
2002-04-21  Jody Goldberg <jody@gnome.org>

	* service-info.c (fill_service_apps) : Use the new hook in
	  gnome_vfs_application_registry_get_applications to actually retrieve
	  all the applications rather than just pretending.

2002-04-21  Jody Goldberg <jody@gnome.org>

	* service-edit-dialog.c (service_edit_dialog_init) : fully disable the
	  already disable 'check content' field.  What the heck is this supposed
	  to do ?
	(fill_dialog) : ditto.
	(setup_add_dialog) : ditto.
	(store_data) : ditto.
	* file-types-properties.glade : ditto.  Having user visible widgets
	  that don't do anything is not a good idea.
2002-04-22 03:20:50 +00:00
Rachel Hestilow
5a438a6fec Update for new enum peditor prototypes.
2002-04-21  Rachel Hestilow  <hestilow@ximian.com>

	* background-properties-capplet.c (setup_dialog): Update for
	new enum peditor prototypes.
2002-04-22 01:28:20 +00:00
Rachel Hestilow
702d06c8f8 Add in an explicit 'use_nick' parameter. Implicit guessing can break badly
2002-04-21  Rachel Hestilow  <hestilow@ximian.com>

	* gconf-property-editor.c
	(gconf_peditor_new_select_menu_with_enum,
	 gconf_peditor_new_enum_toggle,
	 gconf_peditor_new_select_radio_with_enum): Add in an explicit
	 'use_nick' parameter. Implicit guessing can break badly if
	 the gconf data gets corrupted.
	(peditor_enum_int_from_string): Change use_nick to copy-by-value,
	do not try to guess it.
	(peditor_enum_conv_to_widget, guard_get_bool,
	 peditor_enum_toggle_conv_to_widget): Do not pass in use_nick
	 as a reference.
2002-04-22 01:26:59 +00:00
Rachel Hestilow
d4e6287116 s/Richard/Rachel
2002-04-21  Rachel Hestilow  <hestilow@ximian.com>

	* *.c: s/Richard/Rachel

	* configure.in: Bump version to 1.99.7

	* RELEASE: 1.99.7
2002-04-21 21:22:35 +00:00
Jonathan Blandford
c64fbb1017 ensure_style before calling size_request.
Fri Apr 19 20:07:11 2002  Jonathan Blandford  <jrb@redhat.com>

	* gnome-keybinding-properties.c (append_keys_to_tree):
	ensure_style before calling size_request.
2002-04-20 00:07:34 +00:00
Jonathan Blandford
52aec43671 handle new theme-changing code, and sort code. Thu Apr 18 17:56:12 2002
Thu Apr 18 19:35:42 2002  Jonathan Blandford  <jrb@redhat.com>

	* gnome-font-and-theme-properties.c (setup_dialog): handle new
	theme-changing code, and sort code.
Thu Apr 18 17:56:12 2002  Jonathan Blandford  <jrb@redhat.com>

	* gnome-keybinding-properties.c (theme_changed_func): handle new
	theme-changeing code.
Thu Apr 18 17:56:25 2002  Jonathan Blandford  <jrb@redhat.com>

	* theme-common.c: Notify when the theme changes.
2002-04-18 23:36:45 +00:00
Jonathan Blandford
68996b9000 cleanups.
Thu Apr 18 13:59:12 2002  Jonathan Blandford  <jrb@gnome.org>

	* gnome-keyboard-properties.glade: cleanups.

	* gnome-keyboard-properties.c: remove accessibility pane and add a
	button.
2002-04-18 18:03:46 +00:00
Jody Goldberg
625fa675ed Use 'clicked' rather than 'activated' for the file sel.
2002-04-18  Jody Goldberg <jody@gnome.org>

	* accessibility-keyboard.c (setup_accessX_dialog) : Use 'clicked'
	  rather than 'activated' for the file sel.

2002-04-10  Jody Goldberg <jody@gnome.org>

	* gnome-accessibility-keyboard-properties.glade2 (</) : slim down the
	  tooltips.
2002-04-18 16:09:14 +00:00
Jody Goldberg
d9f1844c30 message dialogs must have separators.
2002-04-18  Jody Goldberg <jody@gnome.org>

	* activate-settings-daemon.c (static) : message dialogs must have
	  separators.
2002-04-18 14:41:21 +00:00
Jody Goldberg
7da9bb59ca remove unused files 2002-04-18 13:19:43 +00:00
Jody Goldberg
9ea3c4537c Add some accelerators to buttons.
2002-04-18  Jody Goldberg <jody@gnome.org>

	* file-types-capplet-dialogs.c (initialize_edit_applications_dialog) :
	  Add some accelerators to buttons.
	(nautilus_mime_type_capplet_show_change_extension_window) : ditto.
	(run_edit_or_new_application_dialog) : and to checkboxes
	(create_application_list_item) : simplify.  No need for a label and a
	  checkbox in an hbox.

	* file-types-properties.glade : Add some accelerators to buttons and
	  checkboxes.

2002-04-12  Jody Goldberg <jody@gnome.org>

	* mime-type-info.c (mime_type_info_save) : revert part of Lauris's
	  changes that were stripping off the first character of the category.
2002-04-18 13:18:17 +00:00
Rachel Hestilow
e2c6c9ed90 s/gnome2/gnome
2002-04-14  Rachel Hestilow  <hestilow@ximian.com>

	* capplets/ui-properties/behavior.desktop.in,
	  control-center/gnomecc.desktop.in: s/gnome2/gnome
2002-04-15 02:34:13 +00:00
Jacob Berkman
6812fcb33f fix tyop 2002-04-13 16:06:46 +00:00
jacob berkman
e10f58e431 get the glade file from GLADEDIR
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 19:47:59 +00:00
jacob berkman
64a0eee134 fix improper use of guint as GType
2002-04-11  jacob berkman  <jacob@ximian.com>

	* (various files): fix improper use of guint as GType
2002-04-11 19:13:49 +00:00
Jody Goldberg
2409371641 handle the renaming 2002-04-11 15:51:19 +00:00
Jonathan Blandford
2cf880126c updated desktop files to use gnome-* instead of gnome2-* 2002-04-11 14:46:17 +00:00
Jacob Berkman
cfadf3982b add pixmap
2002-04-11  Jacob Berkman  <jacob@ximian.com>

	* Makefile.am (EXTRA_DIST): add pixmap
2002-04-11 05:15:42 +00:00
Rachel Hestilow
f0680418d6 remove font
2002-04-10  Rachel Hestilow  <hestilow@ximian.com>

	* configure.in:
	* capplets/Makefile.am (always_built_SUBDIRS): remove font
2002-04-11 01:48:52 +00:00
Rachel Hestilow
b76ffa46d3 Add font options to UI.
2002-04-10  Rachel Hestilow  <hestilow@ximian.com>

	* gnome-font-and-theme-properties.glade: Add font options to UI.

	* gnome-font-and-theme-properties.c (setup_dialog): Add peditors
	for fonts.
2002-04-11 01:44:41 +00:00
Rachel Hestilow
ef4591f5fb Add FontType enum, and a font_type parameter to gconf_peditor_new_font.
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-11 01:41:17 +00:00
Jody Goldberg
13c9efe9d6 make case insensitive.
2002-04-10  Jody Goldberg <jody@gnome.org>

	* mime-type-info.c (get_category) : make case insensitive.
2002-04-10 20:42:09 +00:00
Jacob Berkman
445eacc257 revert earlier commit 2002-04-10 20:20:16 +00:00
Jody Goldberg
879418ec4c some life cycle fixes.
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 20:11:02 +00:00
Seth Nickell
571905a05d Change "Menu items have icons" to "Menu items can have icons"
2002-04-10  Seth Nickell  <snickell@stanford.edu>

	* gnome-ui-properties.glade:

	Change "Menu items have icons" to "Menu items can have icons"
2002-04-10 20:08:42 +00:00
jacob berkman
409bf042cd add back SUBDIRS
2002-04-10  jacob berkman  <jacob@ximian.com>

	* Makefile.am (SUBDIRS): add back SUBDIRS
2002-04-10 19:35:25 +00:00
Seth Nickell
aec52f831b Add a piss-poor-at-small-sizes-but-better-than-nothing icon.
2002-04-10  Seth Nickell  <snickell@stanford.edu>

	* Makefile.am:
	* keybinding.desktop.in:
	* keyboard-shortcut.png:

	Add a piss-poor-at-small-sizes-but-better-than-nothing
	icon.
2002-04-10 13:02:13 +00:00
Jody Goldberg
4430f2baee suppress warnings.
2002-04-02  Jody Goldberg <jody@gnome.org>

	* gnome-ui-properties.c (setup_dialog) : suppress warnings.
2002-04-10 12:26:20 +00:00
Seth Nickell
b208a2c09d *** empty log message *** 2002-04-10 12:13:50 +00:00
Seth Nickell
170c809848 Somebody started rennaming the glade file but didn't follow through.
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.
2002-04-10 12:11:31 +00:00
Jonathan Blandford
6f1fa592ec Change gnome2-* to gnome-* ditto ditto ditto ditto ditto ditto ditto ditto
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-10 06:08:08 +00:00
Bradford Hovinen
72fc255e13 Don't signal row deleted or reset tmp->next if the child node was not
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-08 02:42:06 +00:00
Tuomas Kuosmanen
bbd4e78e96 fix0r. -tig- 2002-04-05 15:41:24 +00:00