2008-09-29 Claudio Saavedra <csaavedra@igalia.com>
[hildon] / ChangeLog
index ab936ed..70137e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,107 @@
+2008-09-29  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.12]
+
+       * NEWS: Update.
+       * configure.ac: Pre-release version bump.
+       * debian/changelog: Updates.
+
+2008-09-29  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * NEWS: Update news for previous releases.
+
+2008-09-26  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * examples/hildon-touch-selector-multi-cells-example.c:
+       (create_selector): Update the example to use
+       hildon_touch_selector_append_column() with a NULL renderer and set
+       the renderers later.
+       * src/hildon-touch-selector.c: (_create_new_column): Do not warn if
+       passed a NULL renderer. This is documented behavior now.
+
+       Allow passing a NULL renderer to hildon_touch_selector_append_column().
+       This must be used if the developer wants full control on the layout of
+       the renderers to be added to the column.
+
+       Fixes: NB#88680 (Limiting API in HildonTouchSelector)
+
+2008-09-26  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-touch-selector.c: Documentation fixes.
+
+2008-09-26  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-wizard-dialog-private.h: Remove image and box.
+       * src/hildon-wizard-dialog.c: (hildon_wizard_dialog_init),
+       (hildon_wizard_dialog_set_property), (response): Completely remove
+       image/icon support, and the containers required for the layout.
+
+       Fixes: NB#88927 (Hildon Wizard should not use icons anymore)
+
+2008-09-25  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-app-menu.c: Updated documentation.
+
+       * src/hildon-stackable-window.c
+       (hildon_stackable_window_set_main_menu): Unref the old menu after
+       ref'ing the new one.
+
+2008-09-25  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-stackable-window.c
+       (hildon_stackable_window_set_main_menu): Unref the previous menu
+       instead of destroying it.
+
+       * src/hildon-app-menu.c (hildon_app_menu_init): Re-enforce the
+       floating reference and set has_user_ref_count to FALSE to make
+       HildonAppMenu act like a normal ref-counted widget and not a
+       toplevel widget.
+
+       Fixes: NB#88923 (Semantics of hildon_stackable_window_set_main_menu()
+       changed)
+
+2008-09-25  Alejandro Pinheiro  <apinheiro@igalia.com>
+
+       * src/hildon-touch-selector-column.h: new file
+       * src/hildon-touch-selector.h
+       * src/hildon-touch-selector.c
+       Implemented GtkCellLayout interface, in order to allow to configure
+       the cell layout on each individual selector column
+       (hildon_touch_selector_set_column_attributes): marked as deprecated
+       * examples/hildon-touch-selector-multi-cells-example.c
+       Example of how to use the GtkCellLayout interface on the selector
+
+       Fixes: NB#88680 (Limiting API in HildonTouchSelector)
+
+2008-09-24  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-app-menu.h
+       * src/hildon-app-menu.c
+       (hildon_app_menu_insert, hildon_app_menu_reorder_child)
+       (hildon_app_menu_append, hildon_app_menu_prepend):
+       New methods to prepend, insert and move items in the menu.
+
+2008-09-24  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-wizard-dialog.c:
+
+       (hildon_wizard_dialog_init): Update logical IDs and remove cancel
+       button.
+       (create_title): Update logical IDs and related code.
+       (response): No need to handle HILDON_WIZARD_DIALOG_CANCEL.
+
+       * src/hildon-wizard-dialog.h: Note that
+       HILDON_WIZARD_DIALOG_CANCEL should be marked as deprecated at some
+       point, as it is not used anymore.
+
+       Fixes: NB#88887 (Hildon Wizard changes for Hildon2.2)
+
 2008-09-24  Claudio Saavedra  <csaavedra@igalia.com>
 
        * src/hildon-note.c:
-       (hildon_note_rebuild): Update logical IDs. Ensure "Cancel" button is shown.
-       Do not display an icon in confirmation notes nor information notes.
+       (hildon_note_rebuild): Update logical IDs. Ensure "Cancel" button is
+       shown.  Do not display an icon in confirmation notes nor information
+       notes.
        (hildon_note_set_button_text): Update logical ID for cancel button.
 
        Fixes: NB#88850 (Update HildonNote button strings + signals)
 
 2008-08-28  Claudio Saavedra  <csaavedra@igalia.com>
 
-       * examples/hildon-pannable-area-example-4.c: (main): Remove unneeded 
+       * examples/hildon-pannable-area-example-4.c: (main): Remove unneeded
        extra GtkVBox.
 
 2008-08-28  Alejandro Pinheiro  <apinheiro@igalia.com>
        * src/hildon-touch-selector.c
        (_create_new_column): use g_object_set instead of two g_object_set_property
-       
+
 2008-08-28  Alejandro Pinheiro  <apinheiro@igalia.com>
        * src/hildon-touch-selector.c
        (_create_new_column): use of hildon_gtk_tree_view_new to create
        the treeview, instead of use directly g_object_new
        (_create_new_column): update the property name "vindicator-mode" for the
-       new one "vscrollbar-policy" 
+       new one "vscrollbar-policy"
        * examples/hildon-date-button-example.c
        * examples/hildon-picker-button-multicolumn-example.c
        * examples/hildon-touch-selector-entry-example.c
        * examples/hildon-time-button-example.c
        * examples/hildon-picker-button-example.c
        Add a gtk_rc_parse_string in order to set the hildon-mode to HILDON_FREMANTLE
-       to all the treeviews inside a pannable area. 
-       
+       to all the treeviews inside a pannable area.
+
 2008-08-27  Alberto Garcia  <agarcia@igalia.com>
 
        * src/hildon-button.h