Make text cell renderer in touch selector use the smallest width possible.
[hildon] / ChangeLog
index b5edc5c..f6ba678 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,169 @@
+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):
+       Use the event coordinates instead of gdk_window_get_pointer(). Also,
+       request more motions after using it.
+
+2009-04-07  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-calendar.c (hildon_calendar_expose),
+       (hildon_calendar_paint_main), (hildon_calendar_enter_notify):
+       Remove unused variables.
+
+2009-04-07  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * tests/check-hildon-color-chooser.c (START_TEST): Remove unused
+       variable assignment.
+
 2009-04-07  Claudio Saavedra  <csaavedra@igalia.com>
 
        * src/hildon-touch-selector.c (hildon_touch_selector_get_active):