Release 2.2.0 RC1
[hildon] / ChangeLog
index 63f0672..0c0e2e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,88 @@
+2009-09-04  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [2.2.0 Release Candidate 1]
+
+       * NEWS: Updates
+       * configure.ac: Bump version
+       * debian/changelog: updates
+
+2009-09-04  Alejandro G. Castro  <alex@igalia.com>
+
+       * hildon/hildon-pannable-area.c,
+       (hildon_pannable_area_init),
+       (hildon_pannable_area_button_press_cb),
+       (hildon_pannable_area_button_release_cb): Added a new acceleration
+       system to help traversing big lists, tuned the stop threshold.
+
+       Fixes: NB#132584 (Pannable kinetics in large lists needs tuning)
+
+2009-09-04  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-window.h:
+       Document and deprecate HILDON_WINDOW_LONG_PRESS_TIME
+
+       Fixes: MB#4580 (HILDON_WINDOW_LONG_PRESS_TIME is undocumented)
+
+2009-09-04  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.97]
+
+       * configure.ac: bump version
+       * NEWS: updates
+       * debian/changelog: updates
+
+2009-09-04  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-entry.c
+       * hildon/hildon-text-view.c:
+       Documentation updates
+
+2009-09-04  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-app-menu.c (hildon_app_menu_repack_items):
+       Redraw menu when the number of items change.
+
+       Fixes: NB#131911 (Appmenu does not resize properly, when number of
+       menu items change)
+
+2009-09-03  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-pannable-area.c:
+       (hildon_pannable_area_launch_fade_timeout),
+       (hildon_pannable_area_motion_event_scroll),
+       (hildon_pannable_area_check_move),
+       (hildon_pannable_area_button_release_cb),
+       (hildon_pannable_area_scroll_to):
+
+       Use a priority of G_PRIORITY_IDLE_HIGH + 20 for all the pannable
+       area drawing operations, since this is the recommended for drawing
+       operations.
+
+       Fixes: NB#110894 (In event view containing very large description
+       field, application menu is displayed blank while panning)
+       Fixes: NB#131942 (HildonPickerDialog is seen empty when popping up
+       for the first time)
+
+2009-09-03  Alberto Garcia  <agarcia@igalia.com>
+
+       * doc/hildon-sections.txt
+       * hildon/hildon-button.c
+       * hildon/hildon-edit-toolbar.c
+       * hildon/hildon-gtk.[ch]
+       * hildon/hildon-main.c
+       * hildon/hildon-program.c
+       * hildon/hildon-stackable-window.c:
+       Documentation updates
+
+2009-08-28  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-app-menu.c
+       (+hildon_app_menu_grab_notify, hildon_app_menu_class_init):
+       Close the menu if it receives a grab-notify signal.
+
+       Fixes: NB#134533 (UI freezes if we show a dialog with
+       gtk_dialog_run() while a menu is opened)
+
 2009-08-27  Alejandro G. Castro  <alex@igalia.com>
 
        * hildon/hildon-pannable-area.c,