X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=ChangeLog;h=7f53d9ea9e8b06b03ef36df4b7d58b73fd57e53b;hb=4285facf405da5224782d69e7af94f21b0987a75;hp=ad3ad136bf14c9ee5b50eb0fa85cd304b2220cb7;hpb=5d581f2f24db7427d0389342d1c3c77d289eb46a;p=hildon diff --git a/ChangeLog b/ChangeLog index ad3ad13..7f53d9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,69 @@ +2009-02-18 Alberto Garcia + + * src/hildon-pannable-area.c (hildon_pannable_area_class_init): + Set default movement mode to HILDON_MOVEMENT_MODE_VERT. + +2009-02-18 Alberto Garcia + + * 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 + + * 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 + + * src/hildon-date-button.c + * src/hildon-time-button.c: Add gettext macros + +2009-02-16 Claudio Saavedra + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 * src/hildon-banner.c (hildon_banner_show_animation): Don't allow