Added more protection to the pannable area timeouts
[hildon] / ChangeLog
index 997c480..f194eec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,74 @@
+2009-08-26  Alejandro G. Castro  <alex@igalia.com>
+
+       * 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  <csaavedra@igalia.com>
+
+       * 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  <agarcia@igalia.com>
+
+       [Release 2.1.96]
+
+       * configure.ac: bump version
+       * NEWS: updates
+       * debian/changelog: updates
+
+2009-08-21  Alberto Garcia  <agarcia@igalia.com>
+
+       * 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  <agarcia@igalia.com>
+
+       * 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  <agarcia@igalia.com>
+
+       [Release 2.1.95]
+
+       * configure.ac: bump version
+       * NEWS: updates
+       * debian/changelog: updates
+
 2009-08-11  Alejandro G. Castro  <alex@igalia.com>
 
        * hildon/hildon-pannable-area.c