2008-08-07 Alberto Garcia <agarcia@igalia.com>
[hildon] / ChangeLog
index 9e72d7f..6fcaf34 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,112 @@
+2008-08-07  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-button.h
+       * src/hildon-button.c
+       (hildon_button_init, hildon_button_set_image)
+       (hildon_button_set_image_position)
+       (hildon_button_construct_child): New functions to add an image to
+       the HildonButton.
+
+2008-08-07  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-date-button.c
+       * src/hildon-picker-button.c
+       * src/hildon-time-button.c
+       * src/hildon-button.c:
+       (hildon_button_class_init): "size-flags" renamed to "size"
+       (hildon_button_set_title): Hide the title label if set to NULL.
+
+2008-08-07  Alberto Garcia  <agarcia@igalia.com>
+
+       HildonButtonFlags split into HildonButtonArrangement (to set the
+       button layout) and HildonSizeType (which can be used for any
+       widget).
+
+       * src/hildon-button.h
+       * src/hildon-button.c
+       (hildon_button_class_init)
+       (hildon_button_set_arrangement)
+       (hildon_button_set_property): New "size-flags"
+       property. "arrangement-flags" renamed to "arrangement".
+       (hildon_button_new, hildon_button_new_with_text)
+       (hildon_button_new_full): Constructors updated to reflect type changes.
+
+       * src/hildon-helper.h
+       * src/hildon-helper.c (hildon_helper_set_theme_size): New function
+       to set the size of a widget.
+
+       * src/Makefile.am
+       * src/hildon.h
+       * src/hildon-button-helpers.c
+       * src/hildon-button-helpers.h: New hildon-button-helpers module.
+
+       * src/hildon-date-button.c
+       * src/hildon-date-button.h
+       * src/hildon-picker-button.c
+       * src/hildon-picker-button.h
+       * src/hildon-time-button.c
+       * src/hildon-time-button.h: Updated widgets to reflect
+       HildonButton API changes.
+
+       * examples/hildon-button-example.c
+       * examples/hildon-date-button-example.c
+       * examples/hildon-picker-button-example.c
+       * examples/hildon-picker-button-multicolumn-example.c
+       * examples/hildon-time-button-example.c
+       * examples/hildon-touch-selector-entry-example.c
+       * examples/hildon-touch-selector-example.c: Updated examples to
+       reflect HildonButton API changes.
+
+2008-08-06  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * doc/hildon-docs.sgml:
+       * doc/hildon.types:
+       * examples/Makefile.am:
+       * examples/hildon-touch-selector-entry-example.c:
+       * src/Makefile.am:
+       * src/hildon-touch-selector-entry.c:
+       * src/hildon-touch-selector-entry.h:
+       * src/hildon.h:
+
+       Moved HildonTouchSelectorEntry from sandbox. Added its
+       documentation and examples.
+
+2008-08-06  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-touch-selector.h:
+       * examples/hildon-picker-button-multicolumn-example.c:
+       (hildon_touch_selector_append_text_column): Add a gboolean
+       parameter to determine if text must be centered in the column.
+
+       * src/hildon-date-selector.c: (hildon_date_selector_init):
+       * src/hildon-time-selector.c: (hildon_time_selector_init):
+       * src/hildon-touch-selector.c: (hildon_touch_selector_new_text),
+       (create_touch_selector): Update widgets and example to reflect
+       the API change.
+
+2008-08-06  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-touch-selector.c:
+       (hildon_touch_selector_set_active_iter): Set also the cursor in
+       the active row.
+
+2008-08-06  Alberto Garcia  <agarcia@igalia.com>
+
+       * doc/hildon-docs.sgml
+       * doc/hildon.types
+       * src/Makefile.am
+       * src/hildon-toggle-button.c
+       * src/hildon-toggle-button.h
+       * src/hildon.h: Removed HildonToggleButton widget, a derived
+       class is not necessary for this.
+
+2008-08-06  Alejandro G. Castro         <alex@igalia.com>
+
+       * src/hildon-pannable-area.c,
+       (hildon_pannable_area_realize),
+       (hildon_pannable_area_size_allocate): Code refactoring, add tests
+       for negative sizes.
+
 2008-08-05  Claudio Saavedra  <csaavedra@igalia.com>
 
        * src/hildon-picker-dialog.c: (hildon_picker_dialog_init): Make the