2009-04-06 Claudio Saavedra <csaavedra@igalia.com>
[hildon] / ChangeLog
index 405b1a9..115ae23 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,53 @@
+2009-04-06  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.60]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
+2009-04-06  Alejandro G. Castro  <alex@igalia.com>
+
+       * src/hildon-pannable-area.c,
+       (hildon_pannable_area_class_init): increased the minimum velocity.
+       (hildon_pannable_area_button_release_cb): Updated the
+       CURSOR_STOPPED_TIMEOUT, tuning the widge for the new events
+       setup. Review the code to control that last event.
+
+       Fixes: NB#109790 (Releasing finger in pannable area easily causes
+       unwanted scrolling)
+
+2009-04-03  Claudio Saavedra  <csaavedra@igalia.com>
+
+       Based on a patch by Mox Soini (ext-mox.soini@nokia.com)
+
+       * src/hildon-get-password-dialog.c
+       (hildon_get_password_set_property),
+       (hildon_get_password_get_property), (create_contents):
+       * src/hildon-login-dialog-private.h:
+       * src/hildon-login-dialog.c (hildon_login_dialog_set_property),
+       (hildon_login_dialog_init), (hildon_login_dialog_get_username),
+       (hildon_login_dialog_get_password):
+       * src/hildon-set-password-dialog-private.h:
+       * src/hildon-set-password-dialog.c
+       (hildon_set_password_set_property),
+       (hildon_set_password_get_property), (create_contents),
+       (hildon_set_password_response_change),
+       (hildon_set_password_response_set), (hildon_checkbox_toggled):
+
+       Pimp these dialogs, to make them use HildonEntry and HildonCheckBox
+       instead and look more Fremantle style.
+
+       Fixes: NB#109639 (Update hildon passwd dialogs to Hildon 2.2)
+
+2009-04-03  Alberto Garcia  <agarcia@igalia.com>
+
+       * doc/hildon-sections.txt
+       * src/hildon-window-stack.h
+       * src/hildon-window-stack.c
+       (+hildon_window_stack_get_windows):
+       New API to obtain the list of windows on a stack.
+
 2009-04-02  Alberto Garcia  <agarcia@igalia.com>
 
        * src/hildon-app-menu.c (hildon_app_menu_popup)