A fork of Gnome-control-center with some tweaks
Find a file
Bradford Hovinen d6d5ff20d9 Implement. Mostly a copy from the corresponding function in
2002-01-14  Bradford Hovinen  <hovinen@ximian.com>

	* mime-category-edit-dialog.c (populate_application_list):
	Implement. Mostly a copy from the corresponding function in
	mime-edit-dialog.c

	* mime-types-model.c (get_insertion_point): Make this public
	(find_supported_apps_for_category, reduce_supported_app_list)
	(intersect_lists, find_possible_supported_apps): Implement

	* mime-edit-dialog.c (fill_dialog): Fill category_entry
	(choose_cat_cb): Implement
	(mime_edit_dialog_init): Connect choose_button to choose_cat_cb

	* mime-type-info.c (mime_type_info_load): Load category name
	(mime_type_info_save): Call reinsert_iter to affect category name
	change

	* mime-types-model.c (mime_types_model_new): Add parameter
	is_category_select; TRUE iff this model should be only for
	selecting a category and not list the actual file types or
	Internet services
	(get_category_name): Implement

	* mime-edit-dialog.c (mime_edit_dialog_init): Add category_label
	to first size group

2002-01-13  Bradford Hovinen  <hovinen@ximian.com>

	* file-types-capplet.c (edit_cb, row_activated_cb): Don't try to
	create a category edit dialog if this is the Internet Services
	category
	(count_cb): Only count other than internet services category

	* mime-types-model.c (model_entry_is_category): Implement
	(model_entry_is_protocol): Use categories[INTERNET_SERVICES_IDX]
	rather than string
	(model_entry_is_internet_services_category): Implement

	* Makefile.am (gnome_file_types_properties_SOURCES): Add
	mime-category-edit-dialog.[ch]

	* file-types-capplet.c (edit_cb): Construct a category edit dialog
	if the tree iterator has children
	(row_activated_cb): Ditto
2002-01-14 15:28:36 +00:00
archiver retrieve translation in utf-8 codeset. Do not setlocale (). remove intl. 2001-12-09 12:23:40 +00:00
capplets Implement. Mostly a copy from the corresponding function in 2002-01-14 15:28:36 +00:00
control-center Check for entry->icon[0] != 0 if (Icon =) in the desktop file. if 2002-01-10 19:46:45 +00:00
debian Initial debian directory 2001-10-24 12:49:00 +00:00
gnome-settings-daemon added initial TODO 2002-01-11 19:51:10 +00:00
help/C New directory: help and documentation. New directory: English help and 2001-08-10 14:45:16 +00:00
idl shhhhh 2001-09-29 03:37:51 +00:00
libbackground Courtesy of Jean Schurger <jschurger@schurger.org>: Make sure the 2002-01-10 19:45:08 +00:00
po Updated Norwegian (bokmål) translation. 2002-01-14 00:32:00 +00:00
root-manager retrieve translation in utf-8 codeset. Do not setlocale (). remove intl. 2001-12-09 12:23:40 +00:00
schemas Moved background, screensaver schema files to schemas 2001-12-20 18:58:11 +00:00
.cvsignore silent war 2001-12-09 12:16:14 +00:00
acconfig.h Add parameter GNOME_PARAM_APP_DATADIR 2001-12-20 18:52:39 +00:00
acinclude.m4 Use gettext 0.10.35 Removed `sed POTFILES...'. Removed gettext macros. 1998-12-02 18:18:48 +00:00
AUTHORS New and better than ever in a new home 1998-12-08 20:47:55 +00:00
autogen.sh Cleanup for GNOME 2 port Allow disabling of screensaver capplet compile if 2001-10-26 19:11:30 +00:00
ChangeLog we now depend on esound. 2002-01-08 20:01:18 +00:00
configure.in Add CFLAGS 2002-01-10 05:55:00 +00:00
control-center.png new application icon 2001-10-01 21:16:53 +00:00
control-center.spec.in Use sysconfdir=/etc 1999-08-19 17:03:02 +00:00
control-center2.png new application icon 2001-10-01 21:16:53 +00:00
MAINTAINERS ximinize and add me 2001-01-16 22:08:16 +00:00
Makefile.am Remove schemas 2002-01-03 23:53:26 +00:00
NEWS Gnome Core updates 1998-02-11 01:39:34 +00:00
README Updated to reflect current status porting to GNOME 2 2001-10-26 19:15:18 +00:00
TODO added initial TODO 2002-01-11 19:51:10 +00:00
TODO.xml Fixed typo in TODO.xml file 2000-10-08 19:19:44 +00:00

We have just begun the GNOME 2 port of the control center on the HEAD
branch of CVS. At this point, it is not guaranteed to compile or
run. If you wish to have a working control center, use the branch
gnome-1-4-branch by issuing the following command:

cvs -z3 up -r gnome-1-4-branch

Please do not file bug reports pertaining to the current state of the
HEAD branch.