A fork of Gnome-control-center with some tweaks
Find a file
Bradford Hovinen 9ec85dedd5 Connect to value_changed signal Add properties conv-{to|from}-widget-cb
2001-12-19  Bradford Hovinen  <hovinen@ximian.com>

	* gconf-property-editor.c (gconf_peditor_new_float_range)
	(gconf_peditor_new_int_range): Connect to value_changed signal Add
	properties conv-{to|from}-widget-cb and use those for conversion
	of values to and from the widget
	(peditor_{int|float}_range_value_changed, friends): Combine into
	peditor_numeric_*
	(gconf_peditor_new): Implement. Factor out some common code from
	the various type-specific constructors
	(peditor_*_value_changed): Don't check if the value is the same as
	what is already in the widget; it's not very important
	(peditor_*_value_changed): Remove the key from the changeset
	(gconf_peditor_new_*): Add g_return_val_if_fail macros
	(gconf_peditor_widget_set_guard): Add g_return_if_fail macros
	(gconf_value_float_to_int, gconf_value_int_to_float): Implement
	(gconf_property_editor_set_prop): Store the callback in the
	property editor proper
	(gconf_peditor_new): Put initialization code in an idle handler

	* gconf-property-editor.c: Add ui-control property storing the
	object (normally a widget) that controls the property; remove
	object property and replace its function with ui-control
2001-12-19 20:19:03 +00:00
archiver retrieve translation in utf-8 codeset. Do not setlocale (). remove intl. 2001-12-09 12:23:40 +00:00
capplets Connect to value_changed signal Add properties conv-{to|from}-widget-cb 2001-12-19 20:19:03 +00:00
control-center Install into $datadir/applications and add a Categories field to the 2001-12-19 11:31:56 +00:00
debian Initial debian directory 2001-10-24 12:49:00 +00:00
gnome-settings-daemon Handle mouse properties. 2001-12-16 08:24:23 +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 Use gconf_client rather than gconf_engine 2001-12-18 16:40:15 +00:00
po Usual update, and convert to UTF-8 2001-12-17 17:21:53 +00:00
root-manager retrieve translation in utf-8 codeset. Do not setlocale (). remove intl. 2001-12-09 12:23:40 +00:00
schemas Added keyboard schemas 2001-12-18 20:43:59 +00:00
.cvsignore silent war 2001-12-09 12:16:14 +00:00
acconfig.h Removed HAVE_BONOBO from acconfig.h 2001-11-10 20:55:08 +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 use gconf macros. 2001-12-10 05:31:44 +00:00
configure.in use gconf macros. 2001-12-10 05:31:44 +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 Import from gconf-xsettings module. Cleaned up a bunch, and made to work 2001-12-09 18:50:32 +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.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.