Release 2.1.78
[hildon] / ChangeLog
index 3f35ecd..21b3fba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,124 @@
+2009-05-29  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.78]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
+2009-05-29  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-banner-private.h: Add a GtkAlignment to the private
+       structure.
+       * hildon/hildon-banner.c (hildon_banner_init): Use a GtkAlignment
+       to ensure the banner contents are centered, instead of relying on
+       the expand and fill properties in GtkHBox.
+       (hildon_banner_ensure_child): Do not expand nor fill the child widget.
+
+       Fixes: NB#108265 (Animation banner not properly centered)
+
+2009-05-28  Alejandro Pinheiro <apinheiro@igalia.com>
+
+       * hildon/hildon-pannable-area.c
+       (hildon_pannable_area_initial_effect): Remove the initial_effect
+       management, check initial_hint
+       (hildon_pannable_are_expose_event): Remove the initial_hint management,
+       set initial_effect to FALSE
+       (hildon_pannable_are_refresh): Check if we need to show the scrollbars,
+       by launching the fade_timeout if the scrollbars state has changed and are
+       visible
+       * examples/hildon-pannable-area-initial-hint-example.c
+       Modified to allow to remove rows too. Add and remove rows one by one.
+
+2009-05-28  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-app-menu.c (hildon_app_menu_find_intruder):
+       Don't close the menu if there's an animation actor below it.
+
+       Fixes: NB#117927 (Application menu not usable with animation
+       actors)
+
+2009-05-27  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-picker-dialog.c (hildon_picker_dialog_init): Unset
+       "focus-on-click" from the dialog button, to avoid stealing the
+       focus from the entry.
+
+       Fixes: NB#118903 (Account setup wizard: Text in Search field
+       should be focused when "Region" touch list picker is reopened
+       again)
+
+2009-05-27  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-picker-dialog.c (hildon_picker_dialog_init),
+       (prepare_action_area): Completely hide the dialog separator.
+
+2009-05-27  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-touch-selector-entry.c
+       (hildon_touch_selector_entry_print_func), (entry_on_text_changed),
+       (hildon_touch_selector_entry_changed): Use HildonEntry text API,
+       now that the entry is exposed.
+
+2009-05-27  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-touch-selector-entry.c
+       (hildon_touch_selector_entry_init): Change the entry's size
+       to HILDON_SIZE_FINGER_HEIGHT, avoiding unnecessary scaling.
+
+2009-05-27  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-entry.c (hildon_entry_class_init): Set the default
+       height to HILDON_SIZE_AUTO_WIDTH and HILDON_SIZE_FINGER_HEIGHT, to
+       avoid unnecessary scaling.
+
+2009-05-27  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-app-menu.c (hildon_app_menu_map):
+       Create grab transfer window before calling parent's map function.
+
+       Fixes: NB#115988 (hildon_app_menu_popup creates menu with
+       "crushed" button(s) in the top left corner)
+
+2009-05-26  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-window-stack.c (_hildon_window_stack_do_push):
+       Check if the window is already realized when pushing it.
+
+2009-05-25  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * configure.ac: post release version bump
+       * debian/changelog: post release version bump
+
+2009-05-25  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.76]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
+2009-05-25  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-app-menu.c: Doc updates.
+
+2009-05-25  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-banner.c: Remove leftover macro.
+
+2009-05-25  Alejandro G. Castro  <alex@igalia.com>
+
+       * hildon/hildon-pannable-area.c,
+       (hildon_pannable_area_scroll_indicator_fade),
+       (hildon_pannable_area_button_release_cb): Reviewed vmin
+       conditions, it could cause problems in the fadeout procedure.
+
+2009-05-25  Alejandro G. Castro  <alex@igalia.com>
+
+       * hildon/hildon-pannable-area.c
+       (hildon_pannable_area_button_release_cb): Added a threshold to
+       push the animation if the speed is big (MAX_SPEED_THRESHOLD).
+
 2009-05-25  Alejandro G. Castro  <alex@igalia.com>
 
        * hildon/hildon-pannable-area.c,