X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=ChangeLog;h=aeb0cdcba4cb21b8ebe0113ec50369918a50e282;hb=a0bb5e181c480bb0c8c64dcc3c54f6814816c2ad;hp=72839c4423c5e2d487e03e23d39bf3cc26887f7b;hpb=a9a9c6c5c73ba1727b907167026559ceb7208b99;p=hildon diff --git a/ChangeLog b/ChangeLog index 72839c4..aeb0cdc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,71 @@ +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 + free a GList and avoid potential memory corruption. + +2009-09-11 Claudio Saavedra + + [2.2.0 Release Candidate 5] + + * NEWS: Updates + * debian/changelog: bump and updates + +2009-09-11 Claudio Saavedra + + Do not set any flag for empty legacy menus + + * hildon/hildon-program.c: (hildon_program_set_common_menu): + * hildon/hildon-window.c: (hildon_window_update_menu_flag): + This will probably not work fine with empty legacy menus added to + programs or windows and populated later, but so it's life. + 2009-09-10 Claudio Saavedra Update the application menu flag for application-wise windows