X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=ChangeLog;h=e2f135dcda2a0f7a465ccec186cd5a8f21d15ad6;hb=2353dd5c270822fdfcb32e167474b09784f43b42;hp=1710e0df03916573d3dc4abce77f2c426d169d24;hpb=76090d6df089b1a69782006f5798843a87898eca;p=hildon diff --git a/ChangeLog b/ChangeLog index 1710e0d..e2f135d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,57 @@ +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 + + * 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 + + * 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 + + [2.2.0 Release Candidate 6] + + * debian/changelog: bump and updates. + 2009-09-14 Claudio Saavedra * hildon/hildon-window.c: (hildon_window_update_menu_flag): Properly