Rename and move the methods to set flags to hildon-private.h
[hildon] / ChangeLog
index ba70b4e..22bb7dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,52 @@
+2009-09-08  Claudio Saavedra  <csaavedra@igalia.com>
+
+       Rename and move the methods to set flags to hildon-private.h
+
+       * hildon/hildon-gtk.c: (do_set_progress_indicator),
+       (do_set_do_not_disturb), (do_set_portrait_flags): call
+       the new private method hildon_gtk_window_set_clear_window_flag()
+       (hildon_gtk_window_set_progress_indicator),
+       (hildon_gtk_window_set_do_not_disturb),
+       (hildon_gtk_window_take_screenshot): hildon_gtk_window_set_flag()
+       * hildon/hildon-private.c: (+hildon_gtk_window_set_clear_window_flag),
+       (+hildon_gtk_window_set_flag): Move from hildon-gtk.c and rename
+       properly.
+       * hildon/hildon-private.h: Add the two new private methds.
+
+2009-09-11  Alejandro G. Castro  <alex@igalia.com>
+
+       * hildon/hildon-pannable-area.c,
+       (hildon_pannable_area_init),
+       (hildon_pannable_area_size_allocate),
+       (hildon_pannable_area_button_release_cb): More tuning of the
+       speed, adding a way to calculate the acceleration and fast-panning
+       based on the child size.
+
+2009-09-10  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-touch-selector.c
+       (hildon_touch_selector_class_init):
+       Documentation updates
+
+       Fixes: MB#5103
+
+2009-09-10  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-touch-selector.c:
+       Documentation updates
+
+       Fixes: MB#5104 (HildonTouchSelector docs should say no
+       HildonPannableArea is necessary)
+
+2009-09-08  Alejandro G. Castro  <alex@igalia.com>
+
+       * hildon/hildon-pannable-area.c,
+       (hildon_pannable_area_timeout): Fixed problem with the timeout
+       function, we need to move before decelerating the first time or we
+       are loosing the first jump.
+
+       Fixes: NB#137604 (Pannable scroll_to does not move correctly)
+
 2009-09-07  Claudio Saavedra  <csaavedra@igalia.com>
 
        [2.2.0 Release Candidate 3]