X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=ChangeLog;h=c0fdcb0b6081157c43b0de8875b30f816c15cfde;hb=fd076d23a9f572852f0b33a033d0db73b5f65a65;hp=7389931bc834e37bd1339a1c3c2df48a79d8448d;hpb=9b4d89fae9b11b59e3652fb69c468951f2bcb4ca;p=hildon diff --git a/ChangeLog b/ChangeLog index 7389931..c0fdcb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,310 @@ -2009-06-17 David King +2009-07-21 Claudio Saavedra + + [Release 2.1.90] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-07-20 Claudio Saavedra + + * hildon/hildon-note.c: (label_size_request): Take the note + padding into account when setting the size request. + + Fixes: NB#127896 (Information notes text truncated) + +2009-07-16 Claudio Saavedra + + * configure.ac: postrelease version bump. + * debian/changelog: post release version bump + +2009-07-16 Claudio Saavedra + + [Release 2.1.88] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-07-16 Alejandro G. Castro + + * hildon/hildon-text-view.c, + (hildon_text_view_button_press_event): Grabbed the focus in button + press, this way we are sure the widget has the focus in the + release event, required for HIM. + + Fixes: NB#121445 (Virtual keyboard opening is not working in same + way for each text entry field) + +2009-07-15 Alejandro Pinheiro + + * hildon/hildon-pannable-area.[ch](hildon_pannable_area_set_focus_child) + (hildon_pannable_area_center_on_child_focus ,hildon_pannable_area_class_init) + (hildon_pannable_area_get_property, hildon_pannable_area_set_property) + (hildon_pannable_area_button_press_cb, hildon_pannable_area_button_release_cb) + (hildon_pannable_area_[gs]et_center_on_child_focus) + Redefined GtkContainer set-focus-child signal, in order to center + properly on a child when it receives the focus. Defined a new property + "center-on-child-focus" in order to activate this feature (deactivated + by default). Public get/set methods defined to manage the property. + + Fixes: NB#108487 (Phone settings dialog should scroll to focused field) + +2009-07-14 László Pere + + * hildon/hildon-app-menu.c: (hildon_app_menu_apply_style): Ensure that + the new size is applied. + + Fixes: NB#124510 (The Application Menu is distorted when switched + between portrait and landscape mode) + Fixes: NB#115388 (Power key menu does not resize itself) + +2009-07-01 Alberto Garcia + + * hildon/hildon-banner.c (hildon_banner_map): + Set banner position after mapping. + +2009-06-29 Claudio Saavedra + + * configure.ac: postrelease version bump. + * debian/changelog: post release version bump + +2009-06-29 Claudio Saavedra + + [Release 2.1.86] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-06-29 Adam Endrodi + + * hildon/hildon-program.c (hildon_program_update_top_most): Ignore + BadWindow error. + +2009-06-26 Alejandro Pinheiro + + * tests/check-hildon-banner.c + * tests/check_text.c + * tests/test_suites.h + Protect hildon-banner tests with #ifndef HILDON_DISABLE_DEPRECATED, as + were testing deprecated functions. + * examples/hildon-banner-example.c: typo on button3 type, that causes + a fail compiling with --with-examples but without --disable-deprecated + + Missed commit in order to fix compilation using '--enable-fatal' and + '--disable-deprecated' (see previous commit) + +2009-06-26 Alejandro Pinheiro + + * examples/hildon-banner-example.c: Protect deprecated hildon-banner + functions with #ifndef HILDON_DISABLE_DEPRECATED + * examples/hildon-find-toolbar.c: Protect deprecated + HILDON_ICON_SIZE_TOOLBAR with #ifndef HILDON_DISABLE_DEPRECATED + * hildon/hildon-find-toolbar.c: Change deprecated HILDON_ICON_SIZE_TOOLBAR + in favor of HILDON_ICON_PIXEL_SIZE_FINGER + * hildon/hildon-private.h: Unmark hildon_privfate_create_animation() as + deprecated. + * hildon/hildon-stackable-window.c: Added #undef HILDON_DISABLE_DEPRECATED + to allow proper compilation of deprecated functions defined on the header + + Fixed compilation using '--enable-fatal' and '--disable-deprecated' + +2009-06-25 Claudio Saavedra + + * hildon/hildon-pannable-area.c: (hildon_pannable_area_init): + Cache the panning indicator color., + (hildon_pannable_area_style_set): Query the color on style changes. + (hildon_pannable_draw_vscroll), + (hildon_pannable_draw_hscroll), + (hildon_pannable_area_expose_event): Use the cached panning indicator + color instead of looking it up on every expose and more. + +2009-06-25 Claudio Saavedra + + * hildon/hildon-pannable-area.c: (hildon_pannable_draw_vscroll), + (hildon_pannable_draw_hscroll), + (hildon_pannable_area_expose_event): Fix the panning indicator color, + so that it's "SecondaryTextColor", as desired. + +2009-06-25 Alejandro Pinheiro + + * hildon/hildon-picker-dialog.c: + (selection_completed): take into account HILDON_UI_MODE_NORMAL + * hildon/hildon-touch-selector.c + (hildon_touch_selector_init): Initialize hildon-ui-mode + (hildon_touch_selector_row_activated): new callback for the + "row-activated" signal, in order to save the last activated + (hildon_touch_selector_check_ui_mode_coherence): new method that checks + if the current hildon-ui-mode is coherent with the touch selector + (hildon_touch_selector_class_init) + (hildon_touch_selector_get_property) + (hildon_touch_selector_set_property) + Added "hildon-ui-mode" property + (disconnect_model_handlers): renamed to clean_column + (hildon_touch_selector_remove): use clean_column function + (_create_new_column): use the hildon-ui-mode to create the treeview, and + only select the first element on HILDON_UI_MODE_EDIT + (hildon_touch_selector_column_init): Initialize last_activate + (hildon_touch_selector_append_column): check that the touch selector + is coherent with the current hildon-ui-mode + (hildon_touch_selector_get_hildon_ui_mode) + (hildon_touch_selector_set_hildon_ui_mode) + Added a getter/setter for the hildon-ui-mode property + (hildon_touch_selector_get_last_activated_row): Added this method in + order to get the last activated row. + * examples/hildon-touch-selector-normal-mode-example.c + New example, that shows how to use the HildonTouchSelector in + HILDON_UI_MODE_NORMAL + + Fixes: NB#95685 (Add field dialog should use HILDON_UI_MODE_NORMAL), using + Kristian Rietveld advices + +2009-06-25 Claudio Saavedra + + * hildon/hildon-time-selector.c: (update_format_policy): Do + not call update_format_dependant_columns() if not necessary. + (update_format_dependant_columns): Remove unnecessary check for + the number of columns. + +2009-06-24 Claudio Saavedra + + * hildon/hildon-note.c (+hildon_note_constructor), + (hildon_note_class_init), (+hildon_note_set_padding), + (hildon_note_rebuild): Install a constructor where to set the + padding properties in the note, so that it actually works fine. + Use hildon_note_set_padding() for this, and also to set it during + the note rebuild. + +2009-06-24 Claudio Saavedra + + * configure.ac: Bump GTK+ requirement to 2.14.3. + * hildon/hildon-note.c: (hildon_note_rebuild): Use gtk_dialog_set_padding() + when using maemo-gtk to define proper margins for the notes. + + Fixes: NB#124408 (Confirmation notes: the 'Yes' button overlaps + with the dialog edge) + +2009-06-24 Alberto Garcia + + * hildon/hildon-banner.c + (hildon_banner_class_init): + Center text. + (+hildon_banner_size_request): + Request always the full width of the screen. + (hildon_banner_realize) + (-hildon_banner_check_position, hildon_banner_map): + hildon_banner_check_position() is not needed in Hildon 2.2. + (-hildon_banner_reset_wrap_state) + (hildon_banner_constructor, hildon_banner_init): + Remove unnecessary calls to hildon_banner_reset_wrap_state() + (+banner_do_set_text) + (force_to_wrap_truncated): + Remove has_been_wrapped and has_been_truncated attributes. + (+reshow_banner, hildon_banner_real_show_information) + (hildon_banner_show_information_with_markup) + (hildon_banner_show_animation, hildon_banner_show_progress) + (hildon_banner_set_text, hildon_banner_set_markup): + Refactor code. Shrink banner vertically to use the minimum space + necessary everytime the text of the label is updated. + (screen_size_changed): + Call force_to_wrap_truncated() when the size of the screen + changes. + + Fixes: NB#120500 (only device memory connect mmc in use info + banner is left aligned) + + Fixes: NB#120613 (Size of HildonBanner varies depending on + previously opened banners) + +2009-06-24 Claudio Saavedra + + * hildon/hildon-color-chooser.c + (hildon_color_chooser_pointer_motion): Take the widget allocation + into account. + + Fixes: NB#124385 (Unable to select exact point in color mixing box + in color palette dialog) + +2009-06-23 Alejandro G. Castro + + * hildon/hildon-pannable-area.c (hildon_pannable_area_class_init) + (hildon_pannable_area_dispose) + (hildon_pannable_area_button_press_cb) + (hildon_pannable_area_timeout, hildon_pannable_area_check_move) + (hildon_pannable_area_button_release_cb) + (hildon_pannable_area_scroll_cb, hildon_pannable_area_jump_to): + New 'panning-started' and 'panning-finished' signals. + + Fixes: NB#121732 (New feature request: Signal to pannable area + that informs when panning is stopped.) + +2009-06-23 Mox Soini + + * hildon/hildon-wizard-dialog.c: (create_title): Use separator + instead of hardcoded colon. + + Fixes: NB#124090 (New calendar wizard title is not using + ecdg_ti_caption_separator) + +2009-06-22 David King + + * hildon/hildon-find-toolbar.c: Add Gtk-Doc markup for types, + constants and functions, as well as correct many typos throughout the + documentation text. + + Fixes: MB#4700 (HildonFindToolbar documentation lacks Gtk-Doc markup, + and needs cleanup) + +2009-06-22 Claudio Saavedra + + * configure.ac: postrelease version bump. + * debian/changelog: post release version bump + +2009-06-22 Claudio Saavedra + + [Release 2.1.84] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-06-18 Alberto Garcia + + * hildon/hildon-window-stack.c + (hildon_window_stack_pop_and_push_list): + Prevent windows from having the same stack index + +2009-06-18 Alberto Garcia + + * hildon/hildon-window-stack.c (_hildon_window_stack_do_push): + Use the index of the previous window rather than the stack length + to calculate the new index. + + Fixes: NB#122389 + +2009-06-18 Alejandro Pinheiro + + * hildon/hildon-date-selector.c + (hildon_date_selector_select_current_date) + (hildon_date_selector_get_date) + (hildon_date_selector_select_day): + Update the documentation: uses always the range (1-31), as it is obvious + that the final one will depend on the month and the year, but globally + the range is this, in a similar GtkCalendar approach + (hildon_date_selector_get_date): + Update the documentation: add NULL as a valid value for the day, month + and year locations + + Fix some details, after talk with David King on bug MB#4698 + +2009-06-18 Alejandro Pinheiro + + * hildon/hildon-touch-selector-entry.c + * hildon/hildon-touch-selector.c + Update the documentation of the "text-column" property + +2009-06-18 David King * hildon/hildon-note.c: Add Gtk-Doc markup where appropriate. Correct several typos and errors throughout the documentation.