X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=ChangeLog;h=8248f1488d1036b3ddfb37c6dc39e0602cf62f00;hb=345b5a277c34a4a24d73083e3a38f7831df872ff;hp=f6ba678b31a2b2623d877d1dcb1581aa434f4fa5;hpb=1d607f5970121198f281c8fa33e448492846743e;p=hildon diff --git a/ChangeLog b/ChangeLog index f6ba678..8248f14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,84 @@ +2009-04-27 Alberto Garcia + + * src/hildon-note.c (hildon_note_init): Center label. + + Fixes: NB#111962 (mail_in_ui_folder_move_target_error not aligned + properly) + +2009-04-27 Claudio Saavedra + + [Release 2.1.68] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-04-24 Claudio Saavedra + + * src/hildon-note-private.h: Add button-width to the private data. + * src/hildon-note.c (+resize_button), + (+hildon_note_orientation_update): methods to repack widgets on orientation + changes. + (screen_size_changed): Call above method for confirmation notes. + (hildon_note_realize): Always connect to the "screen-size" changed signal. + (hildon_note_rebuild): Store the original width request from buttons. + + Fixes: NB#109635 (Confirmation notes do not support portrait) + +2009-04-24 Claudio Saavedra + + * src/hildon-note.c (hildon_note_rebuild): Only set the double spacing + when it is a progress note. + +2009-04-24 Claudio Saavedra + + * src/hildon-note.c (hildon_note_rebuild): Do not use a GtkHBox + in the note, since there are no horizontally arranged contents. + +2009-04-24 Claudio Saavedra + + * src/hildon-gtk.c (+set_flag): new generic method to + set/delay a flag setting in a window. + (hildon_gtk_window_set_progress_indicator): + (hildon_gtk_window_set_do_not_disturb), + (hildon_gtk_window_set_portrait_flags): use set_flag() to + avoid code redundance. + +2009-04-24 Claudio Saavedra + + Based on a patch by Alberto Garcia (agarcia@igalia.com) + + * src/hildon-gtk.c (set_clear_window_flag), + (do_set_progress_indicator), (do_set_do_not_disturb), + (do_set_portrait_flags), + (hildon_gtk_window_set_progress_indicator), + (hildon_gtk_window_set_do_not_disturb), + (hildon_gtk_window_set_portrait_flags): + Allow setting dnd-flag, progress indicator, and portrait flags + when the window is not realized. + +2009-04-24 Alejandro G. Castro + + * src/hildon-pannable-area.c, + * src/hildon-pannable-area.h: Add the hildon deprecated define to + the size request policy function and defines. + +2009-04-23 Claudio Saavedra + + * doc/hildon-sections.txt: Add the new API. + * src/hildon-gtk.c (+hildon_gtk_window_set_portrait_flags): New + method to set the portrait flags. + * src/hildon-gtk.h: Add HildonPortraitFlags enum. + + Fixes: NB#112328 (Adding helpers for setting portrait properties) + +2009-04-23 Claudio Saavedra + + * src/hildon-gtk.c (set_clear_window_flag): Add an Atom parameter, + to allow using this method with other flags. + (hildon_gtk_window_set_progress_indicator): Update accordingly. + (hildon_gtk_window_set_do_not_disturb): Update accordingly. + 2009-04-22 Alberto Garcia * src/hildon-touch-selector.c