2009-03-10 Alberto Garcia <agarcia@igalia.com>
[hildon] / ChangeLog
index 9403ff0..c9b0fbe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,133 @@
+2009-03-10  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-app-menu.c (+hildon_app_menu_delete_event_handler)
+       (hildon_app_menu_class_init): Hide the menu if it receives a
+       delete-event, but don't destroy it
+
+       Fixes: NB#104485 (Not able to address the call when application
+       menu is opened at background)
+
+2009-03-10  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-app-menu.c
+       (hildon_app_menu_apply_style, hildon_app_menu_class_init):
+       Remove the "external-border" style property, let the menu take its
+       natural size (or the one set by the window manager)
+       (hildon_app_menu_repack_items):
+       Don't reshow the menu, avoid flickers.
+
+       Partially fixes NB#94957 (Smoothly opened application menu)
+
+2009-03-10  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.50]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
+2009-03-10  Alejandro G. Castro  <alex@igalia.com>
+
+       * src/hildon-pannable-area.c,
+       (hildon_pannable_area_motion_notify_cb): We control that the
+       direction error margin is used just in case the movement is
+       allowed in the other direction.
+
+       Fixes: NB#105012 (buttons inside a pannable area not getting
+       release event when dragging/releasing)
+
+2009-03-10  Alejandro G. Castro  <alex@igalia.com>
+
+       * src/hildon-pannable-area.c,
+       (hildon_pannable_area_class_init),
+       (hildon_pannable_area_get_property),
+       (hildon_pannable_area_set_property),
+       (hildon_pannable_area_initial_effect),
+       (hildon_pannable_axis_scroll),
+       (hildon_pannable_area_button_release_cb): Reviewed the
+       overshooting effect, now it has its own max
+       speed (PROP_VEL_MAX_OVERSHOOTING). Modified the calculation of the
+       speed when bouncing.
+
+2009-03-09  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.48]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
+2009-03-09  Alejandro G. Castro  <alex@igalia.com>
+
+       * src/hildon-pannable-area.c,
+       (hildon_pannable_area_class_init): Changed the max speed, now
+       users can launch the widget very fast. Reduced the default force,
+       that way it is easier to control the launch speed.
+
+2009-03-09  Alejandro G. Castro  <alex@igalia.com>
+
+       * src/hildon-pannable-area.c,
+       (hildon_pannable_area_button_release_cb): Removed this check
+       because it causes problems when the device is overloaded.
+
+2009-03-06  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-picker-dialog.c (hildon_picker_dialog_init):
+       add a current_text field to store the text entered in the
+       touch selector entry.
+       (_clean_current_selection): clean up the current text as well.
+       (_save_current_selection), (_restore_current_selection):
+       Save/restore the text in the entry if the selector is a
+       HildonTouchSelectorEntry.
+
+       Fixes: NB#102541 (value entered in the touch selector entry is not
+       shown when opened for second time)
+
+2009-03-06  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * doc/hildon-sections.txt:
+       * src/hildon-touch-selector-entry.c
+       (+hildon_touch_selector_entry_get_entry):
+       * src/hildon-touch-selector-entry.h: New accessor for the HildonEntry.
+
+       Fixes: NB#104815 (I need accessor to the entry inside
+       HildonTouchSelectorEntry)
+
+2009-03-06  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-app-menu.c (hildon_app_menu_apply_style)
+       (hildon_app_menu_class_init):
+       New "filter-vertical-spacing" style property.
+
+2009-03-06  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-find-toolbar.c
+       (hildon_find_toolbar_emit_close)
+       (hildon_find_toolbar_emit_invalid_input)
+       (hildon_find_toolbar_entry_activate):
+       Use g_signal_emit() instead of g_signal_emit_by_name()
+
+2009-03-06  Alberto Garcia  <agarcia@igalia.com>
+
+       Patch by Mox Soini (ext-mox.soini@nokia.com)
+
+       * tests/TEST-CASES.txt
+       * tests/check-hildon-banner.c
+       * tests/check-hildon-note.c
+       * src/hildon-banner.c
+       * src/hildon-code-dialog.c
+       * src/hildon-date-editor.c (real_set_calendar_icon_state)
+       * src/hildon-time-editor.c
+       * examples/hildon-lookup-example.c (main):
+       Replace obsolete icon names with new ones.
+
+       * src/hildon-find-toolbar-private.h:
+       * src/hildon-find-toolbar.c (hildon_find_toolbar_init)
+       (-hildon_find_toolbar_emit_search):
+       Remove find button and change icon of close button.
+
+       Fixes: NB#104819 (Clean up old icon names from hildon-widgets)
+
 2009-03-05  Alberto Garcia  <agarcia@igalia.com>
 
        * src/hildon-time-button.c (hildon_time_button_new_step):