Release 2.1.72
[hildon] / ChangeLog
index 795cbcd..1a83c9e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,112 @@
+2009-05-11  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.72]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
+2009-05-08  Alejandro Pinheiro <apinheiro@igalia.com>
+
+       * hildon/hildon-note-private.h: Removed sound_signal_handler
+       * hildon/hildon-note.c
+       (on_show_cb): new callback on note "show" event, this simply adds
+       a idle, with the function sound_handling
+       (sound_handling): removed the sound_signal_handler management
+       (hildon_note_init): connect note "show" event to on_show_cb
+       (hildon_note_realize): remove the connection to "expose-event"
+
+       Fixes: NB#115242 (Sound is not played every time for the 'Switch off
+       device?' confirmation note)
+
+2009-05-08  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-note.c
+       (hildon_note_new_information_with_icon_name)
+       (hildon_note_new_confirmation_with_icon_name):
+       Terminate the list of parameters in g_object_set() calls
+
+       Fixes: NB#115166 (Formatting memory card is not taking place)
+
+2009-05-08  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-sound.c (hildon_play_system_sound): Set the
+       "dialog-information" role for the sound being played.
+
+2009-05-06  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-app-menu.c (hildon_app_menu_init):
+       Don't make the menu a modal window, it causes strange interactions
+       with the pointer grab and it's not really needed.
+
+       Fixes: NB#105529 (Empty App menu is launched in a scenario.)
+
+2009-05-06 Alejandro Pinheiro <apinheiro@igalia.com>
+
+       * hildon/hildon-touch-selector.[ch]
+       (hildon_touch_selector_optimal_size_request): function added to get a
+       optimal size request from the touch selector, when you want a dialog to
+       show as much of the selector
+       * hildon/hildon-picker-dialog.c:
+       Removed HILDON_TOUCH_SELECTOR_HEIGHT macro
+       (hildon_app_menu_class_init):
+       New "max-height-landscape" and "max-height-portrait" style properties
+       (hildon_picker_dialog_size_request): redefined GtkWidget::size_request
+       (hildon_picker_dialog_get_max_height): returns the maximum height using
+       the style properties defined and checking the current portrait/landscape
+       status
+       (_hildon_picker_dialog_set_selector): removed the set_size_request
+
+       Fixes: NB#109369 (Hard-coded height in HildonPickerDialog)
+
+2009-05-06  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-bread-crumb-trail.c:
+       * hildon/hildon-bread-crumb.c:
+       * hildon/hildon-seekbar.c:
+       Add reference to replacements for these deprecated widgets.
+
+       Fixes: MB#4461 (Documentation: All deprecations should mention
+       replacements)
+
+2009-05-06 Alejandro Pinheiro <apinheiro@igalia.com>
+
+       * examples/hildon-remote-texture-example.c
+
+       Change the include to the hildon-remote-texture in order to compile
+       properly the examples on the installed libhildon1-examples package
+
+2009-05-05  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * tests/Makefile.am: Add check for HildonPickerButton.
+       * tests/check-hildon-picker-button.c (fx_setup), (fx_teardown),
+       (START_TEST), (create_hildon_picker_button_suite): Add three simple
+       checks for the HildonPickerButton.
+       * tests/check_test.c (configure_tests): Add the test suite.
+       * tests/test_suites.h: likewise.
+
+2009-05-05  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-touch-selector.c
+       (+on_row_changed): Emit HildonTouchSelector:changed when the
+       contents of a selected row change.
+       (_create_new_column), (_hildon_touch_selector_set_model): connect
+       to GtkTreeModel:row-changed on a newly set model.
+
+       Fixes: NB#114253 (HildonPickerButton not refreshing its value)
+
+2009-05-05  Alberto Garcia  <agarcia@igalia.com>
+
+       Based on a patch by Mox Soini (ext-mox.soini@nokia.com)
+
+       * hildon/hildon-banner.c (hildon_banner_destroy)
+       (hildon_banner_show_progress, hildon_banner_set_fraction):
+       Remove the progress bar from HildonBanner and use a progress
+       indicator instead.
+
+       Fixes: NB#113761 (Update progress banner to use progress
+       indicator)
+
 2009-05-04  Alberto Garcia  <agarcia@igalia.com>
 
        * hildon/hildon-banner.c: