Center label of HildonNote
[hildon] / ChangeLog
index 697ae88..8248f14 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,233 @@
+2009-04-27  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-note.c (hildon_note_init): Center label.
+
+       Fixes: NB#111962 (mail_in_ui_folder_move_target_error not aligned
+       properly)
+
+2009-04-27  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.68]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
+2009-04-24  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-note-private.h: Add button-width to the private data.
+       * src/hildon-note.c (+resize_button),
+       (+hildon_note_orientation_update): methods to repack widgets on orientation
+       changes.
+       (screen_size_changed): Call above method for confirmation notes.
+       (hildon_note_realize): Always connect to the "screen-size" changed signal.
+       (hildon_note_rebuild): Store the original width request from buttons.
+
+       Fixes: NB#109635 (Confirmation notes do not support portrait)
+
+2009-04-24  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-note.c (hildon_note_rebuild): Only set the double spacing
+       when it is a progress note.
+
+2009-04-24  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-note.c (hildon_note_rebuild): Do not use a GtkHBox
+       in the note, since there are no horizontally arranged contents.
+
+2009-04-24  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-gtk.c (+set_flag): new generic method to
+       set/delay a flag setting in a window.
+       (hildon_gtk_window_set_progress_indicator):
+       (hildon_gtk_window_set_do_not_disturb),
+       (hildon_gtk_window_set_portrait_flags): use set_flag() to
+       avoid code redundance.
+
+2009-04-24  Claudio Saavedra  <csaavedra@igalia.com>
+
+       Based on a patch by Alberto Garcia (agarcia@igalia.com)
+
+       * src/hildon-gtk.c (set_clear_window_flag),
+       (do_set_progress_indicator), (do_set_do_not_disturb),
+       (do_set_portrait_flags),
+       (hildon_gtk_window_set_progress_indicator),
+       (hildon_gtk_window_set_do_not_disturb),
+       (hildon_gtk_window_set_portrait_flags):
+       Allow setting dnd-flag, progress indicator, and portrait flags
+       when the window is not realized.
+
+2009-04-24  Alejandro G. Castro  <alex@igalia.com>
+
+       * src/hildon-pannable-area.c,
+       * src/hildon-pannable-area.h: Add the hildon deprecated define to
+       the size request policy function and defines.
+
+2009-04-23  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * doc/hildon-sections.txt: Add the new API.
+       * src/hildon-gtk.c (+hildon_gtk_window_set_portrait_flags): New
+       method to set the portrait flags.
+       * src/hildon-gtk.h: Add HildonPortraitFlags enum.
+
+       Fixes: NB#112328 (Adding helpers for setting portrait properties)
+
+2009-04-23  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-gtk.c (set_clear_window_flag): Add an Atom parameter,
+       to allow using this method with other flags.
+       (hildon_gtk_window_set_progress_indicator): Update accordingly.
+       (hildon_gtk_window_set_do_not_disturb): Update accordingly.
+
+2009-04-22  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-touch-selector.c
+       (hildon_touch_selector_append_text_column):
+       Make the cell renderer use the smallest width possible.
+
+       Fixes: NB#108470 (Selected items in multiple selection are either
+       having a tick that is cut or not visible at all.)
+
+2009-04-22  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-touch-selector.c
+       (hildon_touch_selector_append_text_column):
+       Code cleanups
+
+2009-04-22  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-number-editor.c (hildon_number_editor_real_set_value):
+       Use g_strdup_printf() instead of a fixed size buffer.
+
+2009-04-21  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-app-menu.c (hildon_app_menu_find_intruder):
+       Close banners when a HildonAppMenu is popped up.
+
+       Fixes: NB#111027 (Title menu closed immediately if activated when
+       "Invalid e-mail address" banner is shown)
+
+2009-04-21  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.66]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
+2009-04-20  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-banner.c (hildon_banner_realize):
+       Mark HildonBanner as supporting portrait mode.
+       Use GDK to set window properties insetad of direct Xlib calls.
+
+       Fixes: NB#111830 (HildonBanner should be marked as supporting
+       portrait)
+
+2009-04-20  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-note.c (hildon_note_rebuild):
+       Hide action area in information notes. Prevents text from being
+       slightly aligned to the left.
+
+       Fixes: NB#111962 (mail_in_ui_folder_move_target_error not aligned
+       properly)
+
+2009-04-20  Alberto Garcia  <agarcia@igalia.com>
+
+       Patch by Mox Soini (ext-mox.soini@nokia.com)
+
+       * src/hildon-banner.c (hildon_banner_create_animation):
+       Use stylus-sized icons in animation banner.
+
+       Fixes: NB#111206 (stylus sized icon for animation banner)
+
+2009-04-20  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-gtk.h
+       * src/hildon-gtk.c
+       (+hildon_gtk_window_set_do_not_disturb):
+       New API to set the do-not-disturb flag.
+
+       Fixes: NB#110959 (Add API to set the do-not-disturb flag to a window)
+
+2009-04-20  Alberto Garcia  <agarcia@igalia.com>
+
+       * examples/hildon-progress-indicator-example.c: Fix example
+
+       * src/hildon-gtk.c (set_clear_window_flag)
+       (hildon_gtk_window_set_progress_indicator):
+       Create a generic function for setting flags to a window.
+       Use GDK instead of direct Xlib calls.
+
+2009-04-14  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-button.c (hildon_button_set_arrangement):
+       Due to NB#88126, if one of the labels is too long it will be
+       painted outside the button. The 'value' label is more likely to be
+       the longest one, so we change its packing options in order to
+       truncate it if necessary. As a side effect, the 'title' label will
+       no longer be truncated.
+
+       Fixes: NB#110689 (HildonPickerButton doesn't ellipsize very long values)
+
+2009-04-14  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.64]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
+2009-04-13  Alejandro G. Castro  <alex@igalia.com>
+
+       Deprecation of the hildon_pannable_area_set_size_request_policy
+       API, the only policy properly supported in gtk+ nowadays is the
+       minimum size.
+
+       * src/hildon-pannable-area.c,
+       (hildon_pannable_area_size_request): Added a workaround for the
+       size_request to avoid the problems of huge pixmaps in case someone
+       is still using the function.
+       * src/hildon-pannable-area.h: Deprecated the enum with the
+       policies.
+
+       Fixes: NB#110244 (Problems with the
+       hildon_pannable_area_set_size_request_policy API)
+
+2009-04-08  Alejandro G. Castro  <alex@igalia.com>
+
+       * src/hildon-pannable-area.c,
+       (hildon_pannable_area_init),
+       (hildon_pannable_area_size_request),
+       (hildon_pannable_area_style_set),
+       (hildon_pannable_draw_vscroll),
+       (hildon_pannable_draw_hscroll),
+       (hildon_pannable_area_check_scrollbars): Replaced area_width with
+       indicator_width to clarify the use of the attribute.
+
+2009-04-08  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.62]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
+2009-04-07  Alejandro Pinheiro <apinheiro@igalia.com>
+
+       * src/hildon-picker-dialog.c
+       * src/hildon-touch-selector.c
+       Reverting the change that tried to avoid the hardcoded height on
+       the picker dialog, as causes problems on the hildon-touch-selector
+       initial-hint
+
+       Fixes: NB#110029 (selectors not scrolling to selected value)
+
+2009-04-07  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-touch-selector.c: Fix typos
+
 2009-04-07  Claudio Saavedra  <csaavedra@igalia.com>
 
        * src/hildon-color-chooser.c (hildon_color_chooser_pointer_motion):