2009-02-18 Alberto Garcia <agarcia@igalia.com>
[hildon] / ChangeLog
index 9523518..7f53d9e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,234 @@
+2009-02-18  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-pannable-area.c (hildon_pannable_area_class_init):
+       Set default movement mode to HILDON_MOVEMENT_MODE_VERT.
+
+2009-02-18  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-gtk.c: Check that the window is realized.
+
+       Fixes: NB#102225 (Crash setting the progress indicator to a non
+       visible window)
+
+2009-02-17  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-pannable-area.c (hildon_pannable_draw_vscroll)
+       (hildon_pannable_draw_hscroll): Make a copy of the graphic context
+       instead of modifying the one in the widget style.
+
+       Fixes: NB#101043 (Second row of all the command button are
+       displayed in transparent mode.)
+
+2009-02-17  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-date-button.c
+       * src/hildon-time-button.c: Add gettext macros
+
+2009-02-16  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-date-button.c (hildon_date_button_new):
+       * src/hildon-time-button.c (hildon_time_button_new_step):
+       Use new logical strings to set the button default title.
+
+       Fixes: NB#99915 (Date and Time options are not localised in Date
+       and Time setttings)
+
+2009-02-16  Alejandro G. Castro  <alex@igalia.com>
+
+       * src/hildon-pannable-area.c
+       (hildon_pannable_area_motion_notify_cb): Fixed typo in the name of
+       the PANNING_THRESHOLD.
+
+2009-02-16  Alejandro G. Castro  <alex@igalia.com>
+
+       * src/hildon-pannable-area.c,
+       (hildon_pannable_area_class_init): Increased the maximum speed.
+       (hildon_pannable_area_get_property),
+       (hildon_pannable_area_set_property),
+       (hildon_pannable_area_timeout): Added a new low friction mode, it
+       allows the user avoid friction when launching the widget fast
+       enough. It is interesting to traverse long lists.
+
+2009-02-16  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-stackable-window.c (hildon_stackable_window_class_init)
+       (+hildon_stackable_window_delete_event): Ignore delete events if
+       the window is not the topmost one.
+
+       Fixes: NB#101698 (Back button long press and delete-event handling)
+
+2009-02-16  Alejandro G. Castro  <alex@igalia.com>
+
+       * src/hildon-pannable-area.c,
+       (hildon_pannable_area_motion_notify_cb): Removed the use of the
+       gtk-dnd-drag-threshold, it was too big. We have defined our own
+       dnd define and set a smaller value: PANNIG_THRESHOLD.
+
+2009-02-16  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-banner.c (hildon_banner_show_animation): Don't allow
+       user-defined icons, use always the default one.
+
+       Fixes: NB#101916 (Do not allow custom icons on animation banner)
+
+2009-02-13  Alejandro G. Castro  <alex@igalia.com>
+
+       This patch was applied before but reverted because it caused
+       problems, we have changed the main condition and tested the
+       regressions we detected before and they work ok.
+
+        * src/hildon-pannable-area.c,
+        (hildon_pannable_area_get_topmost): Added a new parameter to
+        filter the the windows that do not include those events. Added
+        also a condition when finding the window to filter windows that do
+        not ask for those events.
+        (hildon_pannable_area_button_press_cb),
+        (hildon_pannable_area_button_release_cb),
+        (hildon_pannable_get_child_widget_at): Reviewed the call the the
+        topmost function, we have added the new parameter.
+
+        Fixes: NB#97458 (Pannable area prevents propagation of button
+        press events)
+
+2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * tests/check-hildon-color-button.c (START_TEST): do not leak
+       ret_color.
+
+2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-font-selection-dialog.c
+       (hildon_font_selection_dialog_get_preview_text): Return NULL
+       instead of FALSE on the g_return_val_if_fail().
+
+2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-time-selector.c (hildon_time_selector_set_time):
+       * src/hildon-date-selector.c
+       (hildon_date_selector_select_current_date):
+       Do not compare unsigned integers to be greater than or equal 0,
+       because it's always TRUE.
+
+2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-date-selector.c (hildon_date_selector_construct_ui),
+       (hildon_date_selector_constructor): Do not select the current
+       date until we are handle the "changed" signal, to avoid having bogus
+       elements in the days model.
+
+2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-date-selector.c (_update_day_model): Use a gint variable
+       for num_days, since _month_days() can return a negative value.
+
+2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-caption.c (hildon_caption_size_allocate):
+       * src/hildon-pannable-area.c (hildon_pannable_area_size_request):
+       * src/hildon-range-editor.c (hildon_range_editor_size_allocate):
+
+       Initialize allocation variables to 0, to avoid eventually using
+       unitialized variables.
+
+2009-02-12  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-bread-crumb-trail.c
+       (hildon_bread_crumb_trail_size_allocate):
+       * src/hildon-calendar.c (hildon_calendar_set_background):
+       * src/hildon-caption.c (hildon_caption_hierarchy_changed):
+       * src/hildon-range-editor.c (hildon_range_editor_get_range):
+       * src/hildon-seekbar.c (hildon_seekbar_init):
+       * src/hildon-time-editor.c (hildon_time_editor_get_time):
+       * src/hildon-time-selector.c (hildon_time_selector_finalize):
+       * src/hildon-touch-selector-entry.c
+       (hildon_touch_selector_get_text_from_model):
+       * src/hildon-touch-selector.c (hildon_touch_selector_class_init):
+       * src/hildon-window.c (hildon_window_finalize):
+
+       Remove many unused variables.
+
+2009-02-12  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-seekbar.c: (hildon_seekbar_init),
+       (hildon_seekbar_size_request), (hildon_seekbar_size_allocate):
+
+       Remove unnecessary g_assert() calls.
+
+2009-02-12  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-caption.c: (hildon_caption_expose),
+       (hildon_caption_set_property), (hildon_caption_init),
+       (hildon_caption_set_focus), (hildon_caption_hierarchy_changed),
+       (hildon_caption_size_request), (hildon_caption_size_allocate),
+       (hildon_caption_forall), (hildon_caption_set_separator),
+       (hildon_caption_activate), (hildon_caption_set_child_expand),
+       (hildon_caption_set_label_text),
+       (hildon_caption_get_label_alignment):
+
+       Remove unnecessary g_assert() calls.
+
+2009-02-12  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-banner.c
+       (hildon_banner_map, hildon_banner_init): Make banner temporary
+       before mapping it to avoid closing other temporary windows, but
+       make it non-temporary afterwards to avoid being closed by other
+       non-temporary windows.
+       (-hildon_banner_client_event, hildon_banner_init):
+       _GTK_DELETE_TEMPORARIES doesn't need to be handled anymore.
+
+       Fixes: NB#100445 (Hildon banner gets destroyed when a dialog is
+       opened)
+
+2009-02-11  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-banner.h: Mark hildon_banner_show_animation() with a
+       deprecation guard.
+
+2009-02-11  Gordon Williams <gordon.williams@collabora.co.uk>
+
+       * src/hildon-remote-texture.c
+       * src/hildon-remote-texture.h
+       * src/hildon-remote-texture-private.h
+       * examples/hildon-remote-texture-example.c:
+       Updates/fixes to remote-texture and its example.
+
+2009-02-11  Claudio Saavedra  <csaavedra@igalia.com>
+
+       Patch by Mox Soini (ext-mox.soini@nokia.com)
+
+       * src/hildon-code-dialog.c: Update logical id.
+       * src/hildon-set-password-dialog.c: Update logical id.
+
+       Fixes: NB#100646 (Logical strings is shown for ok in set
+       password,Password needed dialogs)
+
+2009-02-11  Gordon Williams <gordon.williams@collabora.co.uk>
+
+       * src/hildon.h
+       * src/hildon-remote-texture.c
+       * src/hildon-remote-texture.h
+       * src/hildon-remote-texture-private.h
+       * src/Makefile.am
+       Added remote texture widget (for Clutter shared memory textures)
+
+       * examples/hildon-remote-texture-example.c
+       * examples/Makefile.am
+       Added example file for remote texture usage
+
+2009-02-10  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * configure.ac: post release version bump.
+       * debian/changelog: version bump.
+
+2009-02-06  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.42]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
 2009-02-06  Alberto Garcia  <agarcia@igalia.com>
 
        * src/hildon-date-selector.c (hildon_date_selector_init)