2007-05-28 Jens Granseuer <jensgr@gmx.net>
* gconf-property-editor.c:
* gconf-property-editor.h: remove property editor for the deprecated
GtkOptionMenu, now that all users are upgraded to GtkComboBox
svn path=/trunk/; revision=7674
2007-05-18 Jens Granseuer <jensgr@gmx.net>
* gconf-property-editor.c: (peditor_boolean_value_changed),
(peditor_integer_value_changed), (peditor_string_value_changed),
(peditor_color_value_changed), (peditor_select_menu_value_changed),
(peditor_combo_box_value_changed),
(peditor_select_radio_value_changed),
(peditor_numeric_range_value_changed),
(peditor_font_value_changed), (peditor_image_value_changed),
(gconf_peditor_new_select_radio_with_enum),
(peditor_tree_view_value_changed),
(peditor_tree_view_widget_changed), (gconf_peditor_new_tree_view):
* gconf-property-editor.h: add a property editor for GtkTreeView
and fix crashes with all peditors if the requested key is not
available
svn path=/trunk/; revision=7636
Sat Aug 2 01:16:16 2003 Jonathan Blandford <jrb@gnome.org>
* main.c (application_font_to_gconf): Warn when a font larger than
31 points is selected, #97653.
Caring Desktop++
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-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.
2001-12-20 Bradford Hovinen <hovinen@ximian.com>
* gconf-property-editor.c (gconf_peditor_new): Fold the callback
back in; accept variable argument list with extra parameters
(gconf_peditor_new_filename): Return the property editor
(gconf_peditor_new_string_valist): Split this out
(gconf_peditor_new_string): Call _valist variant
(gconf_peditor_new*): Update
* */*-properties*.c: Update according to above
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 Bradford Hovinen <hovinen@ximian.com>
* gconf-property-editor.c (gconf_peditor_new_float_range)
(gconf_peditor_new_int_range): Connect to value_changed signal
* capplet-util.c: Comment out most of this file
* gconf-property-editor.c (gconf_peditor_new_int_range): Convert
to ~_float_range
(gconf_peditor_new_float_range): Add callbacks for conversion
between widget's values and GConf values in the signature
(peditor_float_range_widget_changed): Issue callback, if
available, to convert from widget's values to GConf values
(peditor_float_range_value_changed): Vice verca above
(gconf_peditor_new_int_range, peditor_int_range_widget_changed)
(peditor_int_range_value_changed): Implement. Copy from float
versions
2001-12-17 Bradford Hovinen <hovinen@ximian.com>
* gconf-property-editor.c (peditor_string_widget_changed):
Work correctly with multiple callback signatures
(gconf_peditor_new_string): Use changed signal
2001-12-17 Bradford Hovinen <hovinen@ximian.com>
* gconf-property-editor.c (gconf_property_editor_get_key):
Implement
(peditor_color_widget_changed): Use correct signature for the
signal handler