2008-10-01 Alejandro Pinheiro <apinheiro@igalia.com>
authorAlejandro Piñeiro <apinheiro@igalia.com>
Wed, 1 Oct 2008 08:14:15 +0000 (08:14 +0000)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Wed, 1 Oct 2008 08:14:15 +0000 (08:14 +0000)
commitca3f5dcaead46889c910eef7199c5369d7c600ac
treeca7d3d9596eddbe6ad74ea8cce7f74eb9bcf8f49
parent83ababb77d8cd0cdaf01c061ccdfbc464c78d8ca
2008-10-01 Alejandro Pinheiro <apinheiro@igalia.com>

* src/hildon-touch-selector.c: added the property "text-column" to the
class HildonTouchSelectorColumn, and related get/set functions
(_default_printf_func): updated to use "text-column" property
* src/hildon-touch-selector-entry.c: mark as deprecated the property
"text-column" in his documentation, as this is now included on
HildonTouchSelectorColumn. The get/set_property can still be used,
working as a wrapper to the concrete column "text-column" property
(_text_column_modified): callback added in order to handle the signal
"notify::text-column" of the concrete HildonTouchSelectorColumn
(hildon_touch_selector_entry_get_text_column)
(hildon_touch_selector_entry_set_text_column): Added documentation, and
modified in order to use the HildonTouchSelectorColumn "text-column"
property
* src/hildon-time-selector.c:
* src/hildon-date-selector.c:
* examples/hildon-touch-selector-example.c
* examples/hildon-touch-selector-multi-cells-example.c
* examples/hildon-picker-button-multicolumn-example.c
Set the right value to "text-column" property on the creation of a new
column using hildon_touch_selector_append_column()

Fixes: NB#88644 (Hardcoded first column of the model as text column
ChangeLog
examples/hildon-picker-button-multicolumn-example.c
examples/hildon-touch-selector-example.c
examples/hildon-touch-selector-multi-cells-example.c
src/hildon-date-selector.c
src/hildon-time-selector.c
src/hildon-touch-selector-entry.c
src/hildon-touch-selector.c