A fork of Gnome-control-center with some tweaks
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 |
||
---|---|---|
archiver | ||
capplets | ||
control-center | ||
debian | ||
gnome-settings-daemon | ||
help/C | ||
idl | ||
libbackground | ||
po | ||
root-manager | ||
schemas | ||
.cvsignore | ||
acconfig.h | ||
acinclude.m4 | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
configure.in | ||
control-center.png | ||
control-center.spec.in | ||
control-center2.png | ||
MAINTAINERS | ||
Makefile.am | ||
NEWS | ||
README | ||
TODO.xml |
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.