Replaced the name of the clicked attribute, now it is button_pressed
[hildon] / ChangeLog
index 6ff88ec..afcdea4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,112 @@
+2009-05-25  Alejandro G. Castro  <alex@igalia.com>
+
+       * hildon/hildon-pannable-area.c,
+       (hildon_pannable_area_init),
+       (hildon_pannable_area_scroll_indicator_fade),
+       (hildon_pannable_area_button_press_cb),
+       (hildon_pannable_axis_scroll),
+       (hildon_pannable_area_timeout),
+       (hildon_pannable_area_motion_notify_cb),
+       (hildon_pannable_area_button_release_cb): Changed the name of the
+       clicked attribute to button_pressed, it is more clear about its use.
+
+2009-05-25  Alejandro Pinheiro <apinheiro@igalia.com>
+
+       * src/hildon-pannable-area.c
+       (hildon_pannable_area_init): set scroll_delay_counter and scrollbar_fade_delay
+       to 0
+       (hildon_pannable_area_initial_effect): avoid to compute horizontal and
+       vertical scrollbar visibility, and use the data on private section instead,
+       remove the initial_hint check
+       (hildon_pannable_area_expose_event): add the initial_hint check here
+
+2009-05-25  Alejandro Pinheiro <apinheiro@igalia.com>
+
+       * src/hildon-pannable-area.c
+       (hildon_pannable_area_initial_effect): set to FALSE initial_effect
+       if the fadeout effect was used
+       (hildon_pannable_area_expose_event): check if it is required to
+       manage the initial effect on the begining of the function. Previously
+       it was made at the end, but this doesn't ensure that the scrollbars
+       will be painted on the first show. Do not set to FALSE initial_effect,
+       to ensure that the initial hint is showed the first time the pannable
+       becomes scrollable.
+       * examples/Makefile.am
+       * examples/hildon-pannable-area-initial-hint-example.c:
+       New example, to show that the initial-hint is showed when the widget
+       becomes scrollable
+
+       Fixes: NB#116607 (Pannable area should always have scrollbar visible
+       initially if the application can be scrolled)
+
+2009-05-25  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-app-menu.c (hildon_app_menu_repack_items):
+       Resize table before adding new items to make sure that
+       gtk_table_resize() is called just once.
+
+2009-05-25  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-app-menu-private.h
+       * hildon/hildon-app-menu.c (item_visibility_changed)
+       (filter_visibility_changed, hildon_app_menu_show_all)
+       (hildon_app_menu_hide_all, hildon_app_menu_init):
+       Rearrange items just once when gtk_widget_show_all()/hide_all()
+       are used.
+
+2009-05-25  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-app-menu.c
+       (hildon_app_menu_insert, hildon_app_menu_add_filter):
+       Don't call gtk_widget_show() on added items.
+
+       Fixes: NB#109063 (HildonAppMenu shouldn't show its items
+       automatically when they're added)
+
+2009-05-20  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-banner.c
+       (hildon_banner_realize, +hildon_banner_unrealize)
+       (+screen_size_changed, hildon_banner_class_init):
+       Redisplay the banner if the screen is rotated.
+
+       Fixes: NB#117870 ('Disconnect charger...' info banner is truncated
+       on transition from landscape to portrait)
+
+2009-05-20  Alejandro Pinheiro  <apinheiro@igalia.com>
+
+       * hildon/hildon-banner.[ch]:
+       (hildon_banner_show_information_override_dnd): remove icon_name from the
+       method definition as it is ignored.
+       * examples/hildon-banner-dnd-example.c: updated with the change on
+       hildon-banner.h API
+
+2009-05-20  Alejandro Pinheiro  <apinheiro@igalia.com>
+
+       * hildon/hildon-banner-private.h: new require_override_dnd and
+       overrides_dnd variables
+       * hildon/hildon-banner.h:
+       (hildon_banner_show_information_override_dnd): new method, that shows
+       the information but sets the override flag, in order to show important
+       messages
+       * hildon/hildon-banner.c
+       (hildon_banner_show_information_override_dnd): new method
+       (hildon_banner_set_override_flag): new utility function
+       (hildon_banner_real_show_information): new utility function, in order to
+       generalize the current hildon_banner_show_information_override_dnd and
+       hildon_banner_show_information_override_dnd
+       * examples/Makefile.am
+       * examples/hildon-banner-dnd-example.c: New example that show how to
+       use the new hildon_banner_show_information_override_dnd
+
+       Fixes: NB#114874 (There is no possibility to show hildon banners with
+       DND flag set)
+
+2009-05-20  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-pannable-area.c: Add a comment explaining the math
+       behind hildon_pannable_calculate_vel_factor().
+
 2009-05-20  Claudio Saavedra  <csaavedra@igalia.com>
 
        * hildon/hildon-pannable-area.c