X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=ChangeLog;h=63f0672ce87c0a60d6c15bc79471bd473b115b58;hb=845e75491e6df1a0d9fc0415c3575dd9c01e53ab;hp=e2a8ffa537e51593f5e3a08261f185b507d99d03;hpb=8b460b99814c3518263df5d6c4ea106fce2fd31f;p=hildon diff --git a/ChangeLog b/ChangeLog index e2a8ffa..63f0672 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,106 @@ +2009-08-27 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_class_init): Reverted tuning modifications: + "Pannign needs to be faster" and "Pannable kinetics in large lists + needs tuning". + +2009-08-26 Alberto Garcia + + * hildon/hildon-sound.c (hildon_play_system_sound): + Set "module-stream-restore.id" to "x-maemo-system-sound" when + playing system sounds + + Fixes: NB#133767 (Information and confirmation note sound should + follow system profile setting) + +2009-08-26 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_class_init): Added more force and increased + the max speed threshold. + + Fixes: NB#135344 (Pannign needs to be faster) + +2009-08-26 Claudio Saavedra + + [Release 2.1.96, this time for real] + + * NEWS: updates + * debian/changelog: updates + +2009-08-26 Alejandro Pinheiro + + * hildon/hildon-pannable-area.c + (hildon_pannable_area_get_topmost): change the computation of the + co-ordinates transformed when no one of the children is a topmost + + Fixes: NB#133252 (Opening any feed item from RSS always opens the + first feed item in browser) + +2009-08-26 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_remove_timeouts): Adding this new function + with the code that removes the timeouts of the widget. + (hildon_pannable_area_dispose), + (hildon_pannable_area_unrealize): Use the new remove function to + stop timeouts when unrealizing and disposing. + (hildon_pannable_area_scroll_to): Added a CLAMP to the position + calculation to avoid negative values in some cases. + + Fixes: NB#135179 (Remove pannable timeouts in unrealize function) + +2009-08-24 Claudio Saavedra + + * examples/hildon-check-button-example.c: (button_toggled_cb): + * hildon/hildon-check-button.c: (hildon_check_button_toggled), + (hildon_check_button_set_active), (hildon_check_button_new), + (hildon_check_button_clicked), (hildon_check_button_class_init): + * hildon/hildon-check-button.h: + * hildon/hildon-set-password-dialog.c: (create_contents), + (hildon_set_password_response_change), (hildon_checkbox_toggled): + + Revert "Make HildonCheckButton derive from GtkToggleButton" + +2009-08-21 Alberto Garcia + + [Release 2.1.96] + + * configure.ac: bump version + * NEWS: updates + * debian/changelog: updates + +2009-08-21 Alberto Garcia + + * hildon/hildon-check-button.h + * hildon/hildon-check-button.c + (hildon_check_button_clicked, hildon_check_button_class_init): + Make HildonCheckButton derive from GtkToggleButton + (hildon_check_button_toggled, hildon_check_button_set_active) + (hildon_check_button_get_active): + Deprecate unnecessary HildonCheckButton API and use the + one from GtkToggleButton instead. + + * hildon/hildon-set-password-dialog.c (create_contents) + (hildon_set_password_response_change, hildon_checkbox_toggled) + * examples/hildon-check-button-example.c (button_toggled_cb): + Update to use the GtkToggleButton API + + Fixes: MB#4739 (HildonCheckButton should inherit from + GtkToggleButton) + + Fixes: NB#132661 (HildonCheckButton should inherit from + GtkToggleButton) + +2009-08-20 Alberto Garcia + + * hildon/hildon-pannable-area.c + (hildon_pannable_area_class_init): + Increase default value of HildonPannableArea:velocity_max to 2000 + + Fixes: NB#132584 (Pannable kinetics in large lists needs tuning) + 2009-08-18 Alberto Garcia [Release 2.1.95]