X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=ChangeLog;h=43e76df01d218b782cd27073c55afa61e162c043;hb=refs%2Fheads%2Fmaster;hp=6d74b30d7dd79f3f55c38f51b055978aaa3205d7;hpb=635fa9fb090aa6ef92ce241e361f5ee5dcd2b3b6;p=hildon diff --git a/ChangeLog b/ChangeLog index 6d74b30..43e76df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,41 @@ +2009-10-01 Alberto Garcia + + * 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 + + * 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 + + * 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 + + * 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 Do not return gboolean in GtkButton:clicked signal handlers