Fix ChangeLog dates
[hildon] / ChangeLog
index 8dec0af..a82de1c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,117 @@
+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
+       (hildon_pannable_calculate_vel_factor): Correct the sum of the
+       deceleration factors.
+
+2009-05-20  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-pannable-area.c (hildon_pannable_area_class_init):
+       Reduce the default value for 'scroll_time' to 1 second, since the
+       current initial scrolling takes too much time.
+
+2009-05-20  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-pannable-area.c (hildon_pannable_area_init): Do not
+       calculate velocity factor during initialization, since the properties
+       are not yet set.
+
+2009-05-20  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-pannable-area.c
+       (hildon_pannable_area_set_property): Calculate the velocity factor
+       after setting the deceleration property and not after.
+
+2009-05-20  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-entry.c
+       (hildon_entry_class_init, +set_property, hildon_entry_new)
+       * hildon/hildon-check-button.c
+       (hildon_check_button_class_init)
+       (+set_property, hildon_check_button_new):
+       Make the theme size a property.
+
+       Fixes: NB#117928 (Widgets such as Entry and CheckButton (and
+       others) do too much in the _new function)
+
+2009-05-18  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * configure.ac: post release version bump
+       * debian/changelog: post release version bump
+
+2009-05-18  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.74]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
+2009-05-15  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-gtk.h
+       * hildon/hildon-gtk.c (hildon_gtk_window_take_screenshot):
+       New API function to take a screenshot of a window
+
+       Fixes: NB#106374 (Need API to take a loading screenshot)
+
+2009-05-15  Alejandro Pinheiro  <apinheiro@igalia.com>
+
+       * hildon/hildon-time-selector.c
+       (update_format_policy): prevent to use hours and minutes unitialized
+
+2009-05-15  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-window.c (hildon_window_size_request):
+       Always request the full size of the screen (minus the title bar if
+       not in fullscreen mode).
+
+       Fixes: NB#107486 (HildonWindow should size itself properly)
+
+2009-05-14  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-note-private.h: Add idle_handler to the private data.
+       * hildon/hildon-note.c (hildon_note_init), (hildon_note_finalize),
+       (on_show_cb), (sound_handling): Disconnect the idle handler for
+       the sound when the note is finalized to avoid possible crashes.
+
+       Fixes: NB#116786 (Image viewer crases whie trying to launch menu,
+       in a scenario)
+
 2009-05-13  Artem Egorkine  <ext-artem.egorkine@nokia.com>
 
        * src/hildon-animation-actor.c,