Added new method hildon_touch_selector_center_on_index
[hildon] / ChangeLog
index 3a9b8ad..f5cadce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,182 @@
+2009-07-28  Alejandro Pinheiro <apinheiro@igalia.com>
+
+       * hildon/hildon-touch-selector.[ch]
+       (hildon_touch_selector_center_on_index): New method that allows to center
+       on a item not selected
+
+       Fixes NB#130291 (New HildonTouchSelector API is required to center on
+       any column item)
+
+2009-07-29  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-text-view.c
+       (+set_logical_color, +hildon_text_view_style_set)
+       (hildon_text_view_refresh_contents, hildon_text_view_class_init)
+       (hildon_text_view_init)
+       * hildon/hildon-entry.c
+       (+set_logical_color, +hildon_entry_style_set)
+       (hildon_entry_show_placeholder, hildon_entry_hide_placeholder)
+       (hildon_entry_class_init, hildon_entry_init)
+       * hildon/hildon-button.c
+       (+set_logical_font, +set_logical_color)
+       (hildon_button_style_set, hildon_button_init)
+       (hildon_button_set_arrangement, hildon_button_set_style):
+       Remove all calls to hildon_helper_set_logical_font() and
+       hildon_helper_set_logical_color(), which are recursive, from
+       within Hildon.
+
+       Fixes: NB#123409 (Showing dialog consumes significant amount of
+       time)
+
+2009-07-29  Alejandro G. Castro  <alex@igalia.com>
+
+       * hildon/hildon-pannable-area.c,
+       (hildon_pannable_area_timeout): Added the process updates of the
+       scrollbars window in the pannable.
+
+       Fixes: NB#130043 (scrollindicator not smooth while paning)
+
+2009-07-23  Alejandro G. Castro  <alex@igalia.com>
+
+       * hildon/hildon-pannable-area.c,
+       (hildon_pannable_area_check_move),
+       (hildon_pannable_area_button_release_cb),
+       (hildon_pannable_area_scroll_to): Increased the priority of the
+       timeout this way it is going to be handled before the events.
+
+2009-07-22  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.91]
+
+       * configure.ac: bump version
+       * debian/changelog: updates
+
+2009-07-21  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-entry.c: (set_property): Do not allow to set
+       automatic height and use finger height instead, to prevent an to
+       have a smaller size than than its theme pixbuf.
+
+       Fixes: NB#118398 (HildonEntry - unnecessary rescaling of images)
+
+2009-07-21  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * configure.ac: postrelease version bump.
+       * debian/changelog: post release version bump
+
+2009-07-21  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.90]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
+2009-07-20  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-note.c: (label_size_request): Take the note
+       padding into account when setting the size request.
+
+       Fixes: NB#127896 (Information notes text truncated)
+
+2009-07-16  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * configure.ac: postrelease version bump.
+       * debian/changelog: post release version bump
+
+2009-07-16  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.88]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
+2009-07-16  Alejandro G. Castro  <alex@igalia.com>
+
+
+       * hildon/hildon-text-view.c,
+       (hildon_text_view_button_press_event): Grabbed the focus in button
+       press, this way we are sure the widget has the focus in the
+       release event, required for HIM.
+
+       Fixes: NB#121445 (Virtual keyboard opening is not working in same
+       way for each text entry field)
+
+2009-07-15  Alejandro Pinheiro <apinheiro@igalia.com>
+
+       * hildon/hildon-pannable-area.[ch](hildon_pannable_area_set_focus_child)
+       (hildon_pannable_area_center_on_child_focus ,hildon_pannable_area_class_init)
+       (hildon_pannable_area_get_property, hildon_pannable_area_set_property)
+       (hildon_pannable_area_button_press_cb, hildon_pannable_area_button_release_cb)
+       (hildon_pannable_area_[gs]et_center_on_child_focus)
+       Redefined GtkContainer set-focus-child signal, in order to center
+       properly on a child when it receives the focus. Defined a new property
+       "center-on-child-focus" in order to activate this feature (deactivated
+       by default). Public get/set methods defined to manage the property.
+
+       Fixes: NB#108487 (Phone settings dialog should scroll to focused field)
+
+2009-07-14  László Pere  <lpere@blumsoft.eu>
+
+       * hildon/hildon-app-menu.c: (hildon_app_menu_apply_style): Ensure that
+       the new size is applied.
+
+       Fixes: NB#124510 (The Application Menu is distorted when switched
+       between portrait and landscape mode)
+       Fixes: NB#115388 (Power key menu does not resize itself)
+
+2009-07-01  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-banner.c (hildon_banner_map):
+       Set banner position after mapping.
+
+2009-06-29  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * configure.ac: postrelease version bump.
+       * debian/changelog: post release version bump
+
+2009-06-29  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.86]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
+2009-06-29  Adam Endrodi  <adam.endrodi@blumsoft.eu>
+
+       * hildon/hildon-program.c (hildon_program_update_top_most): Ignore
+       BadWindow error.
+
+2009-06-26  Alejandro Pinheiro  <apinheiro@igalia.com>
+
+       * tests/check-hildon-banner.c
+       * tests/check_text.c
+       * tests/test_suites.h
+       Protect hildon-banner tests with #ifndef HILDON_DISABLE_DEPRECATED, as
+       were testing deprecated functions.
+       * examples/hildon-banner-example.c: typo on button3 type, that causes
+       a fail compiling with --with-examples but without --disable-deprecated
+
+       Missed commit in order to fix compilation using '--enable-fatal' and
+       '--disable-deprecated' (see previous commit)
+
+2009-06-26  Alejandro Pinheiro  <apinheiro@igalia.com>
+
+       * examples/hildon-banner-example.c: Protect deprecated hildon-banner
+       functions with #ifndef HILDON_DISABLE_DEPRECATED
+       * examples/hildon-find-toolbar.c: Protect deprecated
+       HILDON_ICON_SIZE_TOOLBAR with #ifndef HILDON_DISABLE_DEPRECATED
+       * hildon/hildon-find-toolbar.c: Change deprecated HILDON_ICON_SIZE_TOOLBAR
+       in favor of HILDON_ICON_PIXEL_SIZE_FINGER
+       * hildon/hildon-private.h: Unmark hildon_privfate_create_animation() as
+       deprecated.
+       * hildon/hildon-stackable-window.c: Added #undef HILDON_DISABLE_DEPRECATED
+       to allow proper compilation of deprecated functions defined on the header
+
+       Fixed compilation using '--enable-fatal' and '--disable-deprecated'
+
 2009-06-25  Claudio Saavedra  <csaavedra@igalia.com>
 
        * hildon/hildon-pannable-area.c: (hildon_pannable_area_init):