Set HildonNote margins during construction
[hildon] / ChangeLog
index 1e27229..65131fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,247 @@
+2009-06-24  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-note.c (+hildon_note_constructor),
+       (hildon_note_class_init), (+hildon_note_set_padding),
+       (hildon_note_rebuild): Install a constructor where to set the
+       padding properties in the note, so that it actually works fine.
+       Use hildon_note_set_padding() for this, and also to set it during
+       the note rebuild.
+
+2009-06-24  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * configure.ac: Bump GTK+ requirement to 2.14.3.
+       * hildon/hildon-note.c: (hildon_note_rebuild): Use gtk_dialog_set_padding()
+       when using maemo-gtk to define proper margins for the notes.
+
+       Fixes: NB#124408 (Confirmation notes: the 'Yes' button overlaps
+       with the dialog edge)
+
+2009-06-24  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-banner.c
+       (hildon_banner_class_init):
+       Center text.
+       (+hildon_banner_size_request):
+       Request always the full width of the screen.
+       (hildon_banner_realize)
+       (-hildon_banner_check_position, hildon_banner_map):
+       hildon_banner_check_position() is not needed in Hildon 2.2.
+       (-hildon_banner_reset_wrap_state)
+       (hildon_banner_constructor, hildon_banner_init):
+       Remove unnecessary calls to hildon_banner_reset_wrap_state()
+       (+banner_do_set_text)
+       (force_to_wrap_truncated):
+       Remove has_been_wrapped and has_been_truncated attributes.
+       (+reshow_banner, hildon_banner_real_show_information)
+       (hildon_banner_show_information_with_markup)
+       (hildon_banner_show_animation, hildon_banner_show_progress)
+       (hildon_banner_set_text, hildon_banner_set_markup):
+       Refactor code. Shrink banner vertically to use the minimum space
+       necessary everytime the text of the label is updated.
+       (screen_size_changed):
+       Call force_to_wrap_truncated() when the size of the screen
+       changes.
+
+       Fixes: NB#120500 (only device memory connect mmc in use info
+       banner is left aligned)
+
+       Fixes: NB#120613 (Size of HildonBanner varies depending on
+       previously opened banners)
+
+2009-06-24  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-color-chooser.c
+       (hildon_color_chooser_pointer_motion): Take the widget allocation
+       into account.
+
+       Fixes: NB#124385 (Unable to select exact point in color mixing box
+       in color palette dialog)
+
+2009-06-23  Alejandro G. Castro  <alex@igalia.com>
+
+       * hildon/hildon-pannable-area.c (hildon_pannable_area_class_init)
+       (hildon_pannable_area_dispose)
+       (hildon_pannable_area_button_press_cb)
+       (hildon_pannable_area_timeout, hildon_pannable_area_check_move)
+       (hildon_pannable_area_button_release_cb)
+       (hildon_pannable_area_scroll_cb, hildon_pannable_area_jump_to):
+       New 'panning-started' and 'panning-finished' signals.
+
+       Fixes: NB#121732 (New feature request: Signal to pannable area
+       that informs when panning is stopped.)
+
+2009-06-23  Mox Soini  <ext-mox.soini@nokia.com>
+
+       * hildon/hildon-wizard-dialog.c: (create_title): Use separator
+       instead of hardcoded colon.
+
+       Fixes: NB#124090 (New calendar wizard title is not using
+       ecdg_ti_caption_separator)
+
+2009-06-22  David King  <davidk@openismus.com>
+
+       * hildon/hildon-find-toolbar.c: Add Gtk-Doc markup for types,
+       constants and functions, as well as correct many typos throughout the
+       documentation text.
+
+       Fixes: MB#4700 (HildonFindToolbar documentation lacks Gtk-Doc markup,
+       and needs cleanup)
+
+2009-06-22  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * configure.ac: postrelease version bump.
+       * debian/changelog: post release version bump
+
+2009-06-22  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.84]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
+2009-06-18  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-window-stack.c
+       (hildon_window_stack_pop_and_push_list):
+       Prevent windows from having the same stack index
+
+2009-06-18  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-window-stack.c (_hildon_window_stack_do_push):
+       Use the index of the previous window rather than the stack length
+       to calculate the new index.
+
+       Fixes: NB#122389
+
+2009-06-18  Alejandro Pinheiro <apinheiro@igalia.com>
+
+       * hildon/hildon-date-selector.c
+       (hildon_date_selector_select_current_date)
+       (hildon_date_selector_get_date)
+       (hildon_date_selector_select_day):
+       Update the documentation: uses always the range (1-31), as it is obvious
+       that the final one will depend on the month and the year, but globally
+       the range is this, in a similar GtkCalendar approach
+       (hildon_date_selector_get_date):
+       Update the documentation: add NULL as a valid value for the day, month
+       and year locations
+
+       Fix some details, after talk with David King on bug MB#4698
+
+2009-06-18  Alejandro Pinheiro <apinheiro@igalia.com>
+
+       * hildon/hildon-touch-selector-entry.c
+       * hildon/hildon-touch-selector.c
+       Update the documentation of the "text-column" property
+
+2009-06-18  David King  <davidk@openismus.com>
+
+       * hildon/hildon-note.c: Add Gtk-Doc markup where appropriate. Correct
+       several typos and errors throughout the documentation.
+
+       Fixes: MB#4701 (HildonNote documentation lacks some Gtk-Doc markup and
+       has some mistakes)
+
+2009-06-18  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-note.c (hildon_note_realize):
+       Make HildonNote support portrait mode.
+
+       Fixes: NB#123448 (HildonNote is not portrait-friendly)
+
+2009-06-17  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-color-chooser.c (hildon_color_chooser_new):
+       Document this function
+
+2009-06-17  David King  <davidk@openismus.com>
+
+       * hildon/hildon-date-selector.c
+       (hildon_date_selector_select_current_date)
+       (hildon_date_selector_get_date): Update documentation regarding days,
+       as the day of the month is dependent on both the month and the year.
+       (hildon_date_selector_get_date): Fix documentation of output arguments.
+
+       Fixes: MB#4698 (DateSelector documentation has bad output argument
+       description, and the day depends on both the month and the year)
+
+2009-06-17  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-caption.c: Other documentation fixes to
+       HildonCaption.
+
+2009-06-17  David King  <davidk@openismus.com>
+
+       * hildon/hildon-caption.c: Minor documentation updates for
+       HildonCaption. Fixes MB#4697.
+
+2009-06-17  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * doc/hildon-docs.sgml: Add hildon-version section.
+       * doc/hildon-sections.txt:
+       * hildon/hildon-version.h.in: Document versioning macros and
+       add HILDON_VERSION.
+
+2009-06-17  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * doc/hildon-sections.txt: Remove HILDON_DISABLE_DEPRECATED
+       from HildonPickerDialog section.
+
+2009-06-16  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-banner.c (hildon_banner_bind_style)
+       (screen_size_changed, hildon_banner_init)
+       (hildon_banner_real_show_information)
+       (hildon_banner_show_information_with_markup)
+       (hildon_banner_show_animation, hildon_banner_show_progress):
+       Set a different widget name to banners in portrait mode, for them
+       to be themed correctly.
+
+2009-06-16  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-note.c (hildon_note_rename, screen_size_changed):
+       Set a different widget name to notes in portrait mode, for them to
+       be themed correctly.
+
+       Partially fixes: NB#118401 (HildonNote causes unnecessary
+       rescaling of images)
+
+2009-06-16  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-note.c (hildon_note_class_init)
+       (+hildon_note_size_request, screen_size_changed):
+       Always request the full width of the screen.
+
+       Fixes: NB#118375 (unnecessary rescaling of images)
+
+2009-06-16  Alejandro G. Castro  <alex@igalia.com>
+
+       * hildon/hildon-pannable-area.c,
+       (hildon_pannable_area_init),
+       (hildon_pannable_area_realize): Replaced old code adding flags in
+       the object init, now we add it with the other flags in the realize
+       method.
+
+2009-06-16  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-note.c: (hildon_note_class_init): Several
+       documentation improvements to the HildonNote widget.
+
+2009-06-16  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-note.h: Document the HildonNoteType enumeration.
+
+       Fixes: MB#4556 (HildonNoteType is undocumented)
+
+2009-06-15  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-picker-button.c:
+       Explain how HildonPickerButton sets the title of its dialog
+
+       Fixes: MB#4528 (HildonPickerButton docs should mention how to set
+       the title of its dialog)
+
 2009-06-15  Alberto Garcia  <agarcia@igalia.com>
 
        * hildon/hildon-check-button.c: