2009-02-05 Alberto Garcia <agarcia@igalia.com>
[hildon] / ChangeLog
index d1f7c3c..7b96e8b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,194 @@
+2009-02-05  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-app-menu.c
+       (hildon_app_menu_show): Check whether the parent window of a menu
+       is topmost before popping it up.
+
+       Fixes: NB#100468 (Application menu window is launched even when a
+       new secondary-window/dialog is pending to be shown/realized.)
+
+2009-02-05  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * examples/hildon-icon-sizes-example.c: (main): Remove obsolete
+       icon sizes.
+
+2009-02-05  Claudio Saavedra  <csaavedra@igalia.com>
+
+       Patch by Mox Soini (ext-mox.soini@nokia.com)
+
+       * src/hildon-banner.c: (hildon_banner_show_animation):
+       use stylus size instead of obsolete note size.
+       * src/hildon-defines.h: Update icon sizes.
+
+2009-02-05  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-touch-selector-entry.c:
+       (hildon_touch_selector_entry_init): Disable unsupported
+       input modes.
+       (hildon_touch_selector_entry_get_text_column): Emit a warning
+       if an unsupported input modes is used and explicitile state
+       these modes in the documentation.
+
+       Fixes: NB#99802 (Hildon touch selector entry not working properly
+       for some of the input modes)
+
+2009-02-05  Alejandro G. Castro  <alex@igalia.com>
+
+       * src/hildon-pannable-area.c,
+       (hildon_pannable_area_init): Added the changed signal handlers of
+       the adjustments.
+
+       Fixes: NB#100320 (HildonPannableArea does not listen to
+       GtkAdjustment "change" signals)
+
+2009-02-04  Alberto Garcia  <agarcia@igalia.com>
+
+       * doc/hildon-sections.txt
+       * src/hildon-window-private.h
+       * src/hildon-window.h
+       * src/hildon-window.c (hildon_window_init)
+       (hildon_window_realize, hildon_window_unrealize)
+       (hildon_window_map, hildon_window_unmap, hildon_window_expose)
+       (hildon_window_size_request, hildon_window_size_allocate)
+       (hildon_window_forall, hildon_window_show_all)
+       (hildon_window_destroy, +paint_edit_toolbar)
+       (+hildon_window_set_edit_toolbar):
+       New hildon_window_set_edit_toolbar() method, to add a
+       HildonEditToolbar to a window without having to pack it manually.
+
+       Reorganize hildon_window_size_allocate()
+
+       * src/hildon-edit-toolbar.c: Update documentation.
+
+       * examples/hildon-edit-toolbar-example.c (edit_window): Update
+       example to use the new API.
+
+       Fixes: NB#98039 (Wishlist: hildon_window_add_edit_toolbar())
+
+2009-02-04  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-stackable-window.c (hildon_stackable_window_hide):
+       Remove from stack before calling parent's hide.
+
+2009-02-04  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-window-stack.c (hildon_window_stack_remove): When a
+       window is removed from the middle of the stack, update the
+       transiency of the previous one.
+
+       Fixes: NB#100487 (HildonStackableWindow transiency becomes
+       incoherent)
+
+2009-02-02  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-picker-dialog.c: (_restore_current_selection): Do not
+       block/unblock the signal handler if it's not actually being used.
+       Fixes some critical warnings.
+
+2009-02-02  Alberto Garcia  <agarcia@igalia.com>
+
+       Based on a patch by Iván Gómez (igomez@igalia.com)
+
+       * src/hildon-banner.c
+       * src/hildon-gtk.c
+       * src/hildon-main.c
+       * src/hildon-note.c
+       * src/hildon-pannable-area.c
+       * src/hildon-picker-dialog.c
+       * src/hildon-wizard-dialog.h
+       * src/hildon-wizard-dialog.c: Documentation updates.
+
+       * src/hildon-picker-dialog.c (hildon_picker_dialog_init): Use
+       gtk_dialog_add_button() instead of hildon_dialog_add_button().
+
+2009-02-02  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * configure.ac: post release version bump.
+       * debian/changelog: version bump.
+
+2009-02-02  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.40]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
+2009-01-29  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-edit-toolbar.c (hildon_edit_toolbar_init): Don't use
+       a stock icon nor change the relief of the back arrow.
+
+       Fixes: NB#94970 (Hildon Edit Mode Toolbar should use back button
+       graphics from theme)
+
+2009-01-29  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-button.c (hildon_button_set_alignment): Use
+       priv->alignment if the button has no child yet.
+
+2009-01-29  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-button.c: (hildon_button_init): Set the
+       button style during initialization to give it the proper
+       label color.
+
+       Fixes: NB#99713 (HildonButton value label color is wrong)
+
+2009-01-28  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-touch-selector.c: Document
+       hildon_touch_selector_center_on_selected()
+
+2009-01-28  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-app-menu.c (+hildon_app_menu_show_all)
+       (+hildon_app_menu_hide_all, hildon_app_menu_class_init): Show/hide
+       all menu items, but not the menu itself.
+       (hildon_app_menu_repack_filters, hildon_app_menu_repack_items)
+       (hildon_app_menu_insert, hildon_app_menu_add_filter): Realize menu
+       items after adding them to the menu so keyboard accelerators work.
+       (hildon_app_menu_show): Don't show the menu if it contains items
+       but none of them are visible.
+
+       * examples/hildon-app-menu-example.c (create_menu): Use
+       gtk_widget_show_all() to show all menu items.
+
+2009-01-28  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-picker-dialog.c:
+       (-_update_title_on_selector_changed_cb),
+       (-_dialog_update_title): Removed.
+       (_select_on_selector_changed_cb), (_on_dialog_response),
+       (on_selector_columns_changed): Do not update the dialog title.
+       (setup_interaction_mode): Do not connect to
+       HildonTouchSelector::changed signal if there's a "done" button, as
+       the dialog title doesn't need to be updated.
+
+       Fixes: NB#97468 (HildonPickerDialog doesn't need to show selected
+       contents in title)
+
+2009-01-27  Claudio Saavedra  <csaavedra@igalia.com>
+
+       Patch by Kristian Rietveld (kris@imendio.com)
+
+       * src/hildon-touch-selector.c: (_create_new_column): Use new
+       GtkTreeView::hildon-row-tapped signal to react to user interactions
+       instead of ::changed.
+
+       Fixes: NB#91657 (HildonPickerDialog closes immediatly when used
+       with some dynamic tree model)
+
+2009-01-27  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-note.c (hildon_note_realize, +hildon_note_unrealize)
+       (+screen_size_changed, +label_size_request)
+       (hildon_note_class_init): Make the Hildon information note have a
+       minimum height, and make its text hvae a maximum width.
+
+       Fixes: NB#98614 (Hildon information note (background) should have
+       minimum height and maximum text width)
+
 2009-01-26  Alberto Garcia  <agarcia@igalia.com>
 
        * src/hildon-banner.h