Other documentation fixes to HildonCaption.
[hildon] / ChangeLog
index 1fb6197..9b20393 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,111 @@
+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:
+       Documentation updates
+
+       Fixes: MB#4598 (HildonCheckButton documentation doesn't say why it
+       exists)
+
+2009-06-15  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/Makefile.am
+       * hildon/hildon-edit-toolbar-private.h
+       * hildon/hildon-edit-toolbar.c
+       (+hildon_edit_toolbar_set_progress_indicator)
+       (hildon_edit_toolbar_init): Add progress indicator to the
+       toolbar.
+
+       * hildon/hildon-gtk.c
+       (hildon_gtk_window_set_progress_indicator):
+       If the window contains a HildonEditToolbar, enable the progress
+       indicator there too.
+
+       * hildon/hildon-private.h
+       * hildon/hildon-private.c
+       (+hildon_private_create_animation)
+       * hildon/hildon-banner.c
+       (-hildon_banner_create_animation):
+       Moved to hildon-private.c
+
+       Fixes: NB#102373 (Progress indicator also for the Edit mode
+       toolbar)
+
 2009-06-15  Alberto Garcia  <agarcia@igalia.com>
 
        * hildon/hildon-app-menu-private.h