Make sure that all timeouts in HildonBanner are removed
[hildon] / ChangeLog
index 6f9cdcb..43e76df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,70 @@
+2009-10-01  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-banner.c (hildon_banner_timeout):
+       Remove the timeout, if present, before setting it to 0.
+
+       Fixes: NB#141447 (HildonBanner crashes if a new one is shown
+       during a delete event)
+
+2009-09-30  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-banner.c (screen_size_changed):
+       Don't hide and show the banner when the screen size changes.
+
+       Fixes: NB#141140 (Rotation stops when banner is present)
+
+2009-09-22  Alejandro G. Castro  <alex@igalia.com>
+
+       * hildon/hildon-pannable-area.c,
+       (hildon_pannable_axis_scroll),
+       (hildon_pannable_area_scroll): Unset the scroll_to in some
+       situations, it was causing the timeout did not stop in some cases.
+
+       Fixes: NB#140186 (HildonPannableArea goes into an infinite loop)
+
+2009-07-02  David King  <davidk@openismus.com>
+
+       * hildon/hildon-animation-actor-private.h
+       (HildonAnimationActorPrivate)
+       * hildon/hildon-animation-actor.c (hildon_animation_actor_show)
+       (hildon_animation_actor_hide)
+       * hildon/hildon-animation-actor.h
+       (hildon_animation_actor_set_show_full)
+       (hildon_animation_actor_set_show): Change "show" parameter type from
+       gint to gboolean.
+
+       Fixes: MB#4696 (hildon_animation_actor_set_show() gint argument should
+       be a gboolean)
+
+2009-09-18  Claudio Saavedra  <csaavedra@igalia.com>
+
+       Do not return gboolean in GtkButton:clicked signal handlers
+
+       * examples/hildon-banner-example.c:
+       (on_information_clicked), (on_animation_clicked),
+       (on_progress_clicked): GtkButton:clicked handlers do not return
+       gboolean. Fix this.
+
+2009-09-17  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-gtk.c (hildon_gtk_window_take_screenshot):
+       Use the Xlib API to take window screenshots, since the GDK API
+       doesn't allow us to set the event mask.
+
+       Fixes: NB#138857 (hildon_gtk_window_take_screenshot doesn't take a
+       screenshot)
+
+2009-09-14  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [2.2.0 Release Candidate 6]
+
+       * debian/changelog: bump and updates.
+
+2009-09-14  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-window.c: (hildon_window_update_menu_flag): Properly
+       free a GList and avoid potential memory corruption.
+
 2009-09-11  Claudio Saavedra  <csaavedra@igalia.com>
 
        [2.2.0 Release Candidate 5]