A ChangeLog entry was accidentaly removed in the previous commit. Reverting
[hildon] / ChangeLog
index ea86458..539d5cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,134 @@
+2009-01-23  Alejandro G. Castro  <alex@igalia.com>
+
+       Patch contributed by: Artem Egorkine <ext-artem.egorkine@nokia.com>
+
+       * src/Makefile.am,
+       * src/hildon.h,
+       * src/hildon-animation-actor.c,
+       * src/hildon-animation-actor.h: Added the animation actor class,
+       this widget represents an animation actor for WM-assisted
+       animation effects in the Hildon framework.
+
+2009-01-23  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-window-stack-private.h
+       * src/hildon-window-stack.c
+       * src/hildon-stackable-window.c (hildon_stackable_window_show):
+       Avoid calling gtk_widget_show() again indirectly from
+       hildon_stackable_window_show()
+
+2009-01-22  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-time-selector.c: (hildon_time_selector_constructor),
+       (hildon_time_selector_init): Move the construction of the hours and
+       ampm columns to the constructor to preserve the order the columns
+       are appended.
+
+2009-01-22  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-picker-dialog.c:
+       (hildon_picker_dialog_class_init): Connect a realize method.
+       (+hildon_picker_dialog_realize): Setup the interaction mode here
+       and not before.
+       (hildon_picker_dialog_show): Do not call setup_interaction_mode()
+       yet, do it during the realize instead.
+       (_on_dialog_response):
+       (_hildon_picker_dialog_set_selector): Do not call setup_interaction_mode()
+       if the widget is not realized, to avoid the dialog response before it
+       is even shown.
+
+       Avoid premature responses in the HildonPickerDialog that can cause it
+       to be hidden before it's even shown.
+
+2009-01-22  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-picker-dialog.c: (hildon_picker_dialog_show),
+       (on_selector_columns_changed), (requires_done_button),
+       (+prepare_action_area), (setup_interaction_mode),
+       (_hildon_picker_dialog_set_selector):
+
+       Split the interaction mode setup into preparation of the
+       action area (prepare_action_area()) and the connection of
+       the signals in setup_interaction_mode() and update the code to
+       reflect this.
+
+2009-01-22  Alejandro G. Castro  <alex@igalia.com>
+
+       * src/hildon-pannable-area.c,
+       (hildon_pannable_area_class_init): Reduced the amount of scrolls
+       per second to 15, we will check if this is ok regarding
+       smoothness.
+
+2009-01-22  Alejandro G. Castro  <alex@igalia.com>
+
+       * src/hildon-pannable-area.c,
+       (hildon_pannable_axis_scroll): Avoid resize if we already have
+       reached overshoot_max.
+
+2009-01-22  Alejandro G. Castro  <alex@igalia.com>
+
+       * src/hildon-pannable-area.c,
+       (hildon_pannable_area_init),
+       (hildon_pannable_area_realize),
+       (hildon_pannable_area_size_allocate),
+       (hildon_pannable_area_map),
+       (hildon_pannable_area_unmap),
+       (hildon_pannable_draw_vscroll),
+       (hildon_pannable_draw_hscroll),
+       (hildon_pannable_area_expose_event),
+       (hildon_pannable_area_refresh): Added a new GdkWindow to the
+       pannable are to avoid the expose events go to the window and
+       redraw the window. We save this way that part of the stack and the
+       paint_boxes. We had to change the positions of the elements when
+       drawing.
+
+2009-01-21  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-calendar-popup.c: (hildon_calendar_popup_init):
+       * src/hildon-color-chooser-dialog.c:
+       (hildon_color_chooser_dialog_init):
+       * src/hildon-font-selection-dialog.c:
+       (hildon_font_selection_dialog_init),
+       (hildon_font_selection_dialog_show_preview):
+       * src/hildon-get-password-dialog.c:
+       * src/hildon-login-dialog.c:
+       * src/hildon-set-password-dialog.c:
+       * src/hildon-sort-dialog.c: (hildon_sort_dialog_init):
+       * src/hildon-time-picker.c: (hildon_time_picker_init):
+
+       Remove obsolete logical string IDs and update to the appropriate ones.
+
+       Fixes: NB#98609 (Use wdgt_ strings for all hildon dialog buttons)
+
+2009-01-21  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-window.c (hildon_window_update_topmost): Fix warning
+       that happens if the window hasn't been realized yet.
+
+       Fixes: NB#95395 (prestarted applications show GLIB WARNING ** Gdk
+       - gdkdrawable-x11.c:878 drawable is not a pixmap or window)
+
+2009-01-20  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-app-menu.c (hildon_app_menu_class_init)
+       (+hildon_app_menu_grab_notify): Hide the app menu if it's shadowed
+       by another grab.
+
+       Fixes: NB#98537 (Device hangs in account settings dialog)
+
+2009-01-20  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * configure.ac: post release version bump.
+       * debian/changelog: version bump
+
+2009-01-20  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.36]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
 2009-01-20  Alejandro G. Castro  <alex@igalia.com>
 
        Added a new function to the HildonTimeButton widget that allows to