X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=ChangeLog;h=87d5158e39c6c42d39738170dda723c21eeab0cd;hb=c5662da57cc03676ed3045e8e051b8c2c8c75942;hp=324faa335c79365fa2457b281f3f9d09b4c95a5b;hpb=204ad2817590e6564402abc918512585b46298c3;p=hildon diff --git a/ChangeLog b/ChangeLog index 324faa3..3b9c17a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,1711 @@ +2009-07-29 Alberto Garcia + + * hildon/hildon-text-view.c + (+set_logical_color, +hildon_text_view_style_set) + (hildon_text_view_refresh_contents, hildon_text_view_class_init) + (hildon_text_view_init) + * hildon/hildon-entry.c + (+set_logical_color, +hildon_entry_style_set) + (hildon_entry_show_placeholder, hildon_entry_hide_placeholder) + (hildon_entry_class_init, hildon_entry_init) + * hildon/hildon-button.c + (+set_logical_font, +set_logical_color) + (hildon_button_style_set, hildon_button_init) + (hildon_button_set_arrangement, hildon_button_set_style): + Remove all calls to hildon_helper_set_logical_font() and + hildon_helper_set_logical_color(), which are recursive, from + within Hildon. + + Fixes: NB#123409 (Showing dialog consumes significant amount of + time) + +2009-07-29 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_timeout): Added the process updates of the + scrollbars window in the pannable. + + Fixes: NB#130043 (scrollindicator not smooth while paning) + +2009-07-23 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_check_move), + (hildon_pannable_area_button_release_cb), + (hildon_pannable_area_scroll_to): Increased the priority of the + timeout this way it is going to be handled before the events. + +2009-07-22 Claudio Saavedra + + [Release 2.1.91] + + * configure.ac: bump version + * debian/changelog: updates + +2009-07-21 Claudio Saavedra + + * hildon/hildon-entry.c: (set_property): Do not allow to set + automatic height and use finger height instead, to prevent an to + have a smaller size than than its theme pixbuf. + + Fixes: NB#118398 (HildonEntry - unnecessary rescaling of images) + +2009-07-21 Claudio Saavedra + + * configure.ac: postrelease version bump. + * debian/changelog: post release version bump + +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. + + Fixes: MB#4701 (HildonNote documentation lacks some Gtk-Doc markup and + has some mistakes) + +2009-06-18 Alberto Garcia + + * hildon/hildon-note.c (hildon_note_realize): + Make HildonNote support portrait mode. + + Fixes: NB#123448 (HildonNote is not portrait-friendly) + +2009-06-17 Alberto Garcia + + * hildon/hildon-color-chooser.c (hildon_color_chooser_new): + Document this function + +2009-06-17 David King + + * hildon/hildon-date-selector.c + (hildon_date_selector_select_current_date) + (hildon_date_selector_get_date): Update documentation regarding days, + as the day of the month is dependent on both the month and the year. + (hildon_date_selector_get_date): Fix documentation of output arguments. + + Fixes: MB#4698 (DateSelector documentation has bad output argument + description, and the day depends on both the month and the year) + +2009-06-17 Claudio Saavedra + + * hildon/hildon-caption.c: Other documentation fixes to + HildonCaption. + +2009-06-17 David King + + * hildon/hildon-caption.c: Minor documentation updates for + HildonCaption. Fixes MB#4697. + +2009-06-17 Claudio Saavedra + + * doc/hildon-docs.sgml: Add hildon-version section. + * doc/hildon-sections.txt: + * hildon/hildon-version.h.in: Document versioning macros and + add HILDON_VERSION. + +2009-06-17 Claudio Saavedra + + * doc/hildon-sections.txt: Remove HILDON_DISABLE_DEPRECATED + from HildonPickerDialog section. + +2009-06-16 Alberto Garcia + + * hildon/hildon-banner.c (hildon_banner_bind_style) + (screen_size_changed, hildon_banner_init) + (hildon_banner_real_show_information) + (hildon_banner_show_information_with_markup) + (hildon_banner_show_animation, hildon_banner_show_progress): + Set a different widget name to banners in portrait mode, for them + to be themed correctly. + +2009-06-16 Alberto Garcia + + * hildon/hildon-note.c (hildon_note_rename, screen_size_changed): + Set a different widget name to notes in portrait mode, for them to + be themed correctly. + + Partially fixes: NB#118401 (HildonNote causes unnecessary + rescaling of images) + +2009-06-16 Alberto Garcia + + * hildon/hildon-note.c (hildon_note_class_init) + (+hildon_note_size_request, screen_size_changed): + Always request the full width of the screen. + + Fixes: NB#118375 (unnecessary rescaling of images) + +2009-06-16 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_init), + (hildon_pannable_area_realize): Replaced old code adding flags in + the object init, now we add it with the other flags in the realize + method. + +2009-06-16 Claudio Saavedra + + * hildon/hildon-note.c: (hildon_note_class_init): Several + documentation improvements to the HildonNote widget. + +2009-06-16 Claudio Saavedra + + * hildon/hildon-note.h: Document the HildonNoteType enumeration. + + Fixes: MB#4556 (HildonNoteType is undocumented) + +2009-06-15 Alberto Garcia + + * hildon/hildon-picker-button.c: + Explain how HildonPickerButton sets the title of its dialog + + Fixes: MB#4528 (HildonPickerButton docs should mention how to set + the title of its dialog) + +2009-06-15 Alberto Garcia + + * hildon/hildon-check-button.c: + Documentation updates + + Fixes: MB#4598 (HildonCheckButton documentation doesn't say why it + exists) + +2009-06-15 Alberto Garcia + + * hildon/Makefile.am + * hildon/hildon-edit-toolbar-private.h + * hildon/hildon-edit-toolbar.c + (+hildon_edit_toolbar_set_progress_indicator) + (hildon_edit_toolbar_init): Add progress indicator to the + toolbar. + + * hildon/hildon-gtk.c + (hildon_gtk_window_set_progress_indicator): + If the window contains a HildonEditToolbar, enable the progress + indicator there too. + + * hildon/hildon-private.h + * hildon/hildon-private.c + (+hildon_private_create_animation) + * hildon/hildon-banner.c + (-hildon_banner_create_animation): + Moved to hildon-private.c + + Fixes: NB#102373 (Progress indicator also for the Edit mode + toolbar) + +2009-06-15 Alberto Garcia + + * hildon/hildon-app-menu-private.h + * hildon/hildon-app-menu.c (hildon_app_menu_insert) + (hildon_app_menu_add_filter, +menu_item_button_event) + (hildon_app_menu_button_release, hildon_app_menu_init): + Make sure that buttons receive 'button-release-event' in spite of + the grab held by HildonAppMenu + + Fixes: NB#108337 (Focus mismatch in items of AppMenu) + +2009-06-15 Alberto Garcia + + * hildon/hildon-app-menu.c + (hildon_app_menu_apply_style, hildon_app_menu_class_init): + New style property to set the size of the group of filter buttons. + + Fixes: NB#122033 (Filter buttons in view menus incorrectly sized) + +2009-06-15 Claudio Saavedra + + [Release 2.1.82] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-06-13 Claudio Saavedra + + * hildon/hildon-main.c: Minor documentation fixes. + +2009-06-13 Claudio Saavedra + + * doc/hildon-sections.txt: + * hildon/hildon-defines.h: Document the defines, organize them, + and mark deprecations as such. + + Fixes: MB#4463 (Hildon size #defines are undocumented) + +2009-06-13 Claudio Saavedra + + * hildon/hildon-animation-actor.c: + * hildon/hildon-app-menu.c: + * hildon/hildon-button.c: + * hildon/hildon-date-editor.c: + * hildon/hildon-dialog.c: + * hildon/hildon-edit-toolbar.c: + * hildon/hildon-entry.c: + * hildon/hildon-program.c: + * hildon/hildon-remote-texture.c: + * hildon/hildon-stackable-window.c: + * hildon/hildon-text-view.c: + * hildon/hildon-touch-selector.c: + * hildon/hildon-window-stack.c: + * hildon/hildon-window.c: + + Remove redundant "represents" wording from most of the documentation. + + Fixes: MB#4554 (Documentation: Annoying "represents" phrasing.) + +2009-06-12 Alberto Garcia + + * po/POTFILES.in + * doc/Makefile.am + * hildon/Makefile.am + * hildon/hildon-banner-private.h + * hildon/hildon-banner.c: + Move HildonBannerPrivate to hildon-banner.c and remove + hildon-banner-private.h + Use a bit field to store private booleans. + +2009-06-12 Alberto Garcia + + * hildon/hildon-app-menu.c (hildon_app_menu_map): + Don't install a new idle function if there's already one + installed. + + Fixes: NB#122254 + +2009-06-11 Alberto Garcia + + * hildon/hildon-window.c (hildon_window_toggle_gtk_menu) + (+legacy_menu_realized, +legacy_menu_unmapped) + (+set_legacy_menu_type): + Set the _HILDON_WM_WINDOW_TYPE property to legacy Gtk app menus so + they can be identified by the window manager. + + Fixes: NB#101437 (Invoking CSM on the left side of page area is + displayed in wrong location) + + Fixes: MB#4563 (Popup menu won't locate at the left side of the + screen) + +2009-06-11 Alberto Garcia + + Remove m4/gtk-doc.m4, as it already comes with gtk-doc-tools + + Fixes: MB#4616 (Compiling libhildon requires gtk-doc but does not + use gtk-doc support) + +2009-06-11 Alberto Garcia + + * hildon/hildon-code-dialog.c + * hildon/hildon-date-editor.c + * hildon/hildon-number-editor.c + * hildon/hildon-seekbar.c + * hildon/hildon-stackable-window.c + * hildon/hildon-window.c: + Misc documentation updates + +2009-06-10 Claudio Saavedra + + * hildon/hildon-entry.c (hildon_entry_class_init): Make HildonEntry:size + a G_PARAM_CONSTRUCT property, to allow the default size to be set. + + Fixes: NB#117931 (Theming issues in accounts dialogs) + +2009-06-09 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_button_release_cb): Changed the coordinates + of the original release in case we want to discard the release, + some widgets in Fremantle do not handle the leave-notify. + +2009-06-09 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_button_release_cb): Reviewed the logic of + the release using the last refactored functions and avoiding the + movement if an element was selected. + +2009-06-09 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_check_move), + (hildon_pannable_area_handle_move), + (hildon_pannable_area_motion_notify_cb): Refactored the + motion_notify method using a couple of new functions. + +2009-06-09 Claudio Saavedra + + * hildon/hildon-date-selector.c: + (hildon_date_selector_construct_ui): + * hildon/hildon-time-selector.c: + (hildon_time_selector_constructor): + * hildon/hildon-touch-selector-entry.c: + (hildon_touch_selector_entry_set_text_column), + (hildon_touch_selector_entry_get_text_column): + * hildon/hildon-touch-selector.c: (_default_print_func), + (hildon_touch_selector_new_text): Use + hildon_touch_selector_set/get_text_column() instead of + setting/getting the "text-column" property. + +2009-06-09 Claudio Saavedra + + * doc/hildon-sections.txt: Add the new public methods below. + + * examples/hildon-picker-button-multicolumn-example.c: + (create_touch_selector): + * examples/hildon-touch-selector-example.c: (create_selector): + * examples/hildon-touch-selector-multi-cells-example.c: + (create_selector): + Use hildon_touch_selector_column_set_text_column() + + * hildon/hildon-touch-selector-column.h: + * hildon/hildon-touch-selector.c: + (hildon_touch_selector_column_set_text_column), + (hildon_touch_selector_column_get_text_column): + Make hildon_touch_selector_column_set/get_column() public, use + them in the inline example, document them, and reference to them + in the docs. + +2009-06-09 Claudio Saavedra + + * hildon/hildon-time-selector.c: Fix the docs for + hildon_time_selector_new_step(). + +2009-06-09 Claudio Saavedra + + * hildon/hildon-touch-selector.c: Improve the documentation for + hildon_touch_selector_append_column(). + + Fixes MB#4641 (Documentation: + hildon_touch_selector_append_column() ref-counting) + +2009-06-08 Claudio Saavedra + + * tests/check-hildon-controlbar.c: (test_set_range_invalid): + Comment out test 5, since the hildon_controlbar_set_range() range + check is broken and fixing it would have side effects. Also, + this finally fixes make distcheck. + + Fixes: NB#101420 (Update unit tests and fix make distcheck) + +2009-06-18 Claudio Saavedra + + * tests/TEST-CASES.txt: Remove other bogus test. + * tests/check-hildon-controlbar.c: (test_set_value_invalid): + Remove bogus test that was setting/retrieving a valid value. + +2009-06-08 Claudio Saavedra + + * tests/TEST-CASES.txt: Remove bogus tests. + * tests/check-hildon-color-chooser.c: (test_set_color_invalid): + Remove three bogus tests that were actually setting valid colors. + +2009-06-08 Claudio Saavedra + + * configure.ac: post release version bump + * debian/changelog: post release version bump + +2009-06-08 Claudio Saavedra + + [Release 2.1.80] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-06-08 Christian Dywan + + * debian/changelog: + * debian/control: + * hildon/hildon-helper.c (hildon_format_file_size_for_display): + Correct errors in hildon_format_file-size_for_display and use + translations from the hildon-fm package instead of osso-filemanager. + +2009-06-08 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_init): Initialized new values to handle the + adjustment position. + (hildon_pannable_area_adjust_value_changed): Check if the values + changed before even call the redraw function. + (hildon_pannable_area_size_allocate), + (hildon_pannable_axis_scroll), + (hildon_pannable_area_scroll), + (hildon_pannable_area_jump_to): Improved the diagonal movement + case. + + Fixes: NB#113065 (Image viewer image scrolling updates in X, then + Y) + +2009-06-08 Alberto Garcia + + * examples/hildon-banner-example.c: + Several style updates + (on_animation_clicked, on_animation_idle) + (on_progress_clicked, on_progress_idle): + Add additional reference for the cases when the parent window is + destroyed. + +2009-06-08 Alberto Garcia + + * doc/hildon-sections.txt + * hildon/hildon-pannable-area.c + * hildon/hildon-banner.h + * hildon/hildon-banner.c: Documentation updates. + + Fixes: MB#4643 (Documentation: hildon_banner_show_information() + memory management) + +2009-06-05 Alejandro G. Castro + + * hildon/hildon-calendar-popup.h: + * hildon/hildon-caption.h: + * hildon/hildon-code-dialog.h: + * hildon/hildon-controlbar.h: + * hildon/hildon-date-editor.h: + * hildon/hildon-dialog.h: + * hildon/hildon-get-password-dialog.h: + * hildon/hildon-hvolumebar.h: + * hildon/hildon-login-dialog.h: + * hildon/hildon-note.h: + * hildon/hildon-number-editor.h: + * hildon/hildon-range-editor.h: + * hildon/hildon-seekbar.h: + * hildon/hildon-set-password-dialog.h: + * hildon/hildon-sort-dialog.h: + * hildon/hildon-time-editor.h: + * hildon/hildon-time-picker.h: + * hildon/hildon-volumebar-range.h: + * hildon/hildon-volumebar.h: + * hildon/hildon-vvolumebar.h: + * hildon/hildon-weekday-picker.h: + * hildon/hildon-window.h: + * hildon/hildon-wizard-dialog.h: Replaced the deprecated GTK + macros with the current replacements + + Fixes: NB#120941 (HildonWindow using deprecated GTK_CHECK* macros) + +2009-06-04 Claudio Saavedra + + * hildon/hildon-color-button.c (hildon_color_button_init): Use + HILDON_ICON_PIXEL_SIZE_FINGER for the color icon and 80x70 for the button + itself, to make it fit better with Fremantle style. + + Fixes: NB#109878 (height and width of focus on color icon is not + consistent with other item in the application tool bar) + +2009-06-02 Alejandro Pinheiro + + * hildon/hildon-touch-selector.c: + (hildon_touch_selector_optimal_size_request): use the current requisition + as the base, in order to include any possible extra widget, like the + hildon entry on HildonTouchSelectorEntry + + Fixes: NB#119805 (Merge conflict picker dialogs are too small) + +2009-05-29 Claudio Saavedra + + * configure.ac: post release version bump + * debian/changelog: post release version bump + +2009-05-29 Claudio Saavedra + + [Release 2.1.78] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-05-29 Claudio Saavedra + + * hildon/hildon-banner-private.h: Add a GtkAlignment to the private + structure. + * hildon/hildon-banner.c (hildon_banner_init): Use a GtkAlignment + to ensure the banner contents are centered, instead of relying on + the expand and fill properties in GtkHBox. + (hildon_banner_ensure_child): Do not expand nor fill the child widget. + + Fixes: NB#108265 (Animation banner not properly centered) + +2009-05-28 Alejandro Pinheiro + + * hildon/hildon-pannable-area.c + (hildon_pannable_area_initial_effect): Remove the initial_effect + management, check initial_hint + (hildon_pannable_are_expose_event): Remove the initial_hint management, + set initial_effect to FALSE + (hildon_pannable_are_refresh): Check if we need to show the scrollbars, + by launching the fade_timeout if the scrollbars state has changed and are + visible + * examples/hildon-pannable-area-initial-hint-example.c + Modified to allow to remove rows too. Add and remove rows one by one. + +2009-05-28 Alberto Garcia + + * hildon/hildon-app-menu.c (hildon_app_menu_find_intruder): + Don't close the menu if there's an animation actor below it. + + Fixes: NB#117927 (Application menu not usable with animation + actors) + +2009-05-27 Claudio Saavedra + + * hildon/hildon-picker-dialog.c (hildon_picker_dialog_init): Unset + "focus-on-click" from the dialog button, to avoid stealing the + focus from the entry. + + Fixes: NB#118903 (Account setup wizard: Text in Search field + should be focused when "Region" touch list picker is reopened + again) + +2009-05-27 Claudio Saavedra + + * hildon/hildon-picker-dialog.c (hildon_picker_dialog_init), + (prepare_action_area): Completely hide the dialog separator. + +2009-05-27 Claudio Saavedra + + * hildon/hildon-touch-selector-entry.c + (hildon_touch_selector_entry_print_func), (entry_on_text_changed), + (hildon_touch_selector_entry_changed): Use HildonEntry text API, + now that the entry is exposed. + +2009-05-27 Claudio Saavedra + + * hildon/hildon-touch-selector-entry.c + (hildon_touch_selector_entry_init): Change the entry's size + to HILDON_SIZE_FINGER_HEIGHT, avoiding unnecessary scaling. + +2009-05-27 Claudio Saavedra + + * hildon/hildon-entry.c (hildon_entry_class_init): Set the default + height to HILDON_SIZE_AUTO_WIDTH and HILDON_SIZE_FINGER_HEIGHT, to + avoid unnecessary scaling. + +2009-05-27 Alberto Garcia + + * hildon/hildon-app-menu.c (hildon_app_menu_map): + Create grab transfer window before calling parent's map function. + + Fixes: NB#115988 (hildon_app_menu_popup creates menu with + "crushed" button(s) in the top left corner) + +2009-05-26 Alberto Garcia + + * hildon/hildon-window-stack.c (_hildon_window_stack_do_push): + Check if the window is already realized when pushing it. + +2009-05-25 Claudio Saavedra + + * configure.ac: post release version bump + * debian/changelog: post release version bump + +2009-05-25 Claudio Saavedra + + [Release 2.1.76] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-05-25 Alberto Garcia + + * hildon/hildon-app-menu.c: Doc updates. + +2009-05-25 Claudio Saavedra + + * hildon/hildon-banner.c: Remove leftover macro. + +2009-05-25 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_scroll_indicator_fade), + (hildon_pannable_area_button_release_cb): Reviewed vmin + conditions, it could cause problems in the fadeout procedure. + +2009-05-25 Alejandro G. Castro + + * hildon/hildon-pannable-area.c + (hildon_pannable_area_button_release_cb): Added a threshold to + push the animation if the speed is big (MAX_SPEED_THRESHOLD). + +2009-05-25 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_set_property): Added code to sync the gtk + dnd threshold with the panning threshold. + +2009-05-25 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_class_init): Changed some of the default + values, now it should be less responsive and more accurate. + +2009-05-25 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_init), + (hildon_pannable_area_scroll_indicator_fade), + (hildon_pannable_area_button_press_cb), + (hildon_pannable_axis_scroll), + (hildon_pannable_area_timeout), + (hildon_pannable_area_motion_notify_cb), + (hildon_pannable_area_button_release_cb): Changed the name of the + clicked attribute to button_pressed, it is more clear about its use. + +2009-05-25 Alejandro Pinheiro + + * src/hildon-pannable-area.c + (hildon_pannable_area_init): set scroll_delay_counter and scrollbar_fade_delay + to 0 + (hildon_pannable_area_initial_effect): avoid to compute horizontal and + vertical scrollbar visibility, and use the data on private section instead, + remove the initial_hint check + (hildon_pannable_area_expose_event): add the initial_hint check here + +2009-05-25 Alejandro Pinheiro + + * src/hildon-pannable-area.c + (hildon_pannable_area_initial_effect): set to FALSE initial_effect + if the fadeout effect was used + (hildon_pannable_area_expose_event): check if it is required to + manage the initial effect on the begining of the function. Previously + it was made at the end, but this doesn't ensure that the scrollbars + will be painted on the first show. Do not set to FALSE initial_effect, + to ensure that the initial hint is showed the first time the pannable + becomes scrollable. + * examples/Makefile.am + * examples/hildon-pannable-area-initial-hint-example.c: + New example, to show that the initial-hint is showed when the widget + becomes scrollable + + Fixes: NB#116607 (Pannable area should always have scrollbar visible + initially if the application can be scrolled) + +2009-05-25 Alberto Garcia + + * hildon/hildon-app-menu.c (hildon_app_menu_repack_items): + Resize table before adding new items to make sure that + gtk_table_resize() is called just once. + +2009-05-25 Alberto Garcia + + * hildon/hildon-app-menu-private.h + * hildon/hildon-app-menu.c (item_visibility_changed) + (filter_visibility_changed, hildon_app_menu_show_all) + (hildon_app_menu_hide_all, hildon_app_menu_init): + Rearrange items just once when gtk_widget_show_all()/hide_all() + are used. + +2009-05-25 Alberto Garcia + + * hildon/hildon-app-menu.c + (hildon_app_menu_insert, hildon_app_menu_add_filter): + Don't call gtk_widget_show() on added items. + + Fixes: NB#109063 (HildonAppMenu shouldn't show its items + automatically when they're added) + +2009-05-20 Alberto Garcia + + * hildon/hildon-banner.c + (hildon_banner_realize, +hildon_banner_unrealize) + (+screen_size_changed, hildon_banner_class_init): + Redisplay the banner if the screen is rotated. + + Fixes: NB#117870 ('Disconnect charger...' info banner is truncated + on transition from landscape to portrait) + +2009-05-20 Alejandro Pinheiro + + * hildon/hildon-banner.[ch]: + (hildon_banner_show_information_override_dnd): remove icon_name from the + method definition as it is ignored. + * examples/hildon-banner-dnd-example.c: updated with the change on + hildon-banner.h API + +2009-05-20 Alejandro Pinheiro + + * hildon/hildon-banner-private.h: new require_override_dnd and + overrides_dnd variables + * hildon/hildon-banner.h: + (hildon_banner_show_information_override_dnd): new method, that shows + the information but sets the override flag, in order to show important + messages + * hildon/hildon-banner.c + (hildon_banner_show_information_override_dnd): new method + (hildon_banner_set_override_flag): new utility function + (hildon_banner_real_show_information): new utility function, in order to + generalize the current hildon_banner_show_information_override_dnd and + hildon_banner_show_information_override_dnd + * examples/Makefile.am + * examples/hildon-banner-dnd-example.c: New example that show how to + use the new hildon_banner_show_information_override_dnd + + Fixes: NB#114874 (There is no possibility to show hildon banners with + DND flag set) + +2009-05-20 Claudio Saavedra + + * hildon/hildon-pannable-area.c: Add a comment explaining the math + behind hildon_pannable_calculate_vel_factor(). + +2009-05-20 Claudio Saavedra + + * hildon/hildon-pannable-area.c + (hildon_pannable_calculate_vel_factor): Correct the sum of the + deceleration factors. + +2009-05-20 Claudio Saavedra + + * hildon/hildon-pannable-area.c (hildon_pannable_area_class_init): + Reduce the default value for 'scroll_time' to 1 second, since the + current initial scrolling takes too much time. + +2009-05-20 Claudio Saavedra + + * hildon/hildon-pannable-area.c (hildon_pannable_area_init): Do not + calculate velocity factor during initialization, since the properties + are not yet set. + +2009-05-20 Claudio Saavedra + + * hildon/hildon-pannable-area.c + (hildon_pannable_area_set_property): Calculate the velocity factor + after setting the deceleration property and not after. + +2009-05-20 Alberto Garcia + + * hildon/hildon-entry.c + (hildon_entry_class_init, +set_property, hildon_entry_new) + * hildon/hildon-check-button.c + (hildon_check_button_class_init) + (+set_property, hildon_check_button_new): + Make the theme size a property. + + Fixes: NB#117928 (Widgets such as Entry and CheckButton (and + others) do too much in the _new function) + +2009-05-18 Claudio Saavedra + + * configure.ac: post release version bump + * debian/changelog: post release version bump + +2009-05-18 Claudio Saavedra + + [Release 2.1.74] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-05-15 Alberto Garcia + + * hildon/hildon-gtk.h + * hildon/hildon-gtk.c (hildon_gtk_window_take_screenshot): + New API function to take a screenshot of a window + + Fixes: NB#106374 (Need API to take a loading screenshot) + +2009-05-15 Alejandro Pinheiro + + * hildon/hildon-time-selector.c + (update_format_policy): prevent to use hours and minutes unitialized + +2009-05-15 Alberto Garcia + + * hildon/hildon-window.c (hildon_window_size_request): + Always request the full size of the screen (minus the title bar if + not in fullscreen mode). + + Fixes: NB#107486 (HildonWindow should size itself properly) + +2009-05-14 Claudio Saavedra + + * hildon/hildon-note-private.h: Add idle_handler to the private data. + * hildon/hildon-note.c (hildon_note_init), (hildon_note_finalize), + (on_show_cb), (sound_handling): Disconnect the idle handler for + the sound when the note is finalized to avoid possible crashes. + + Fixes: NB#116786 (Image viewer crases whie trying to launch menu, + in a scenario) + +2009-05-13 Artem Egorkine + + * src/hildon-animation-actor.c, + * src/hildon-remote-texture.c: + Added proper object cleanup to remove signal handler and object + references as HildonAnimationActor and HildonRemoteTexture + objects get destroyed. + + Fixes: NB#116682 (Destroying parented animation actors when + parent in unmapped leads to crash) + +2009-05-13 Claudio Saavedra + + Based on a patch by Christian Dywan (christian@imendio.com) + + * doc/hildon-sections.txt: + * hildon/hildon-helper.c (+hildon_format_file_size_for_display): + * hildon/hildon-helper.h: New file size formatting method. + * debian/changelog: + * debian/control: Depend on osso-filemanager l10n package for + proper localization strings. + +2009-05-13 Claudio Saavedra + + * tests/Makefile.am: Include top_srcdir to make possible to build + tests in a different builddir. + * tests/*.c: Include to allow building tests + on a different builddir. + +2009-05-12 Claudio Saavedra + + * hildon/hildon-touch-selector.c (disconnect_model_handlers), + (hildon_touch_selector_remove): Disconnect model's signal handler + on column removal. + + Fixes: NB#116289 (Hildon home crashes while adding task + shortcuts.) + +2009-05-11 Alberto Garcia + + * hildon/hildon-button.c + (hildon_button_set_title, hildon_button_set_value): + Hide labels containing an empty string. + +2009-05-11 Claudio Saavedra + + * configure.ac: post release version bump + * debian/changelog: post release version bump + +2009-05-11 Claudio Saavedra + + [Release 2.1.72] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-05-08 Alejandro Pinheiro + + * hildon/hildon-note-private.h: Removed sound_signal_handler + * hildon/hildon-note.c + (on_show_cb): new callback on note "show" event, this simply adds + a idle, with the function sound_handling + (sound_handling): removed the sound_signal_handler management + (hildon_note_init): connect note "show" event to on_show_cb + (hildon_note_realize): remove the connection to "expose-event" + + Fixes: NB#115242 (Sound is not played every time for the 'Switch off + device?' confirmation note) + +2009-05-08 Alberto Garcia + + * hildon/hildon-note.c + (hildon_note_new_information_with_icon_name) + (hildon_note_new_confirmation_with_icon_name): + Terminate the list of parameters in g_object_set() calls + + Fixes: NB#115166 (Formatting memory card is not taking place) + +2009-05-08 Claudio Saavedra + + * hildon/hildon-sound.c (hildon_play_system_sound): Set the + "dialog-information" role for the sound being played. + +2009-05-06 Alberto Garcia + + * hildon/hildon-app-menu.c (hildon_app_menu_init): + Don't make the menu a modal window, it causes strange interactions + with the pointer grab and it's not really needed. + + Fixes: NB#105529 (Empty App menu is launched in a scenario.) + +2009-05-06 Alejandro Pinheiro + + * hildon/hildon-touch-selector.[ch] + (hildon_touch_selector_optimal_size_request): function added to get a + optimal size request from the touch selector, when you want a dialog to + show as much of the selector + * hildon/hildon-picker-dialog.c: + Removed HILDON_TOUCH_SELECTOR_HEIGHT macro + (hildon_app_menu_class_init): + New "max-height-landscape" and "max-height-portrait" style properties + (hildon_picker_dialog_size_request): redefined GtkWidget::size_request + (hildon_picker_dialog_get_max_height): returns the maximum height using + the style properties defined and checking the current portrait/landscape + status + (_hildon_picker_dialog_set_selector): removed the set_size_request + + Fixes: NB#109369 (Hard-coded height in HildonPickerDialog) + +2009-05-06 Claudio Saavedra + + * hildon/hildon-bread-crumb-trail.c: + * hildon/hildon-bread-crumb.c: + * hildon/hildon-seekbar.c: + Add reference to replacements for these deprecated widgets. + + Fixes: MB#4461 (Documentation: All deprecations should mention + replacements) + +2009-05-06 Alejandro Pinheiro + + * examples/hildon-remote-texture-example.c + + Change the include to the hildon-remote-texture in order to compile + properly the examples on the installed libhildon1-examples package + +2009-05-05 Claudio Saavedra + + * tests/Makefile.am: Add check for HildonPickerButton. + * tests/check-hildon-picker-button.c (fx_setup), (fx_teardown), + (START_TEST), (create_hildon_picker_button_suite): Add three simple + checks for the HildonPickerButton. + * tests/check_test.c (configure_tests): Add the test suite. + * tests/test_suites.h: likewise. + +2009-05-05 Claudio Saavedra + + * hildon/hildon-touch-selector.c + (+on_row_changed): Emit HildonTouchSelector:changed when the + contents of a selected row change. + (_create_new_column), (_hildon_touch_selector_set_model): connect + to GtkTreeModel:row-changed on a newly set model. + + Fixes: NB#114253 (HildonPickerButton not refreshing its value) + +2009-05-05 Alberto Garcia + + Based on a patch by Mox Soini (ext-mox.soini@nokia.com) + + * hildon/hildon-banner.c (hildon_banner_destroy) + (hildon_banner_show_progress, hildon_banner_set_fraction): + Remove the progress bar from HildonBanner and use a progress + indicator instead. + + Fixes: NB#113761 (Update progress banner to use progress + indicator) + +2009-05-04 Alberto Garcia + + * hildon/hildon-banner.c: + Calculate size of the banner label using the actual screen width + rather than using a fixed value. + + Fixes: NB#114395 ('Disconnect charger...' info banner in portrait + is truncated) + +2009-05-04 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_class_init): Fixed signals documentation + typo. + +2009-05-04 Claudio Saavedra + + * configure.ac: post release version bump + * debian/changelog: post release version bump + +2009-05-04 Claudio Saavedra + + [Release 2.1.70] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-05-01 Alberto Garcia + + * hildon/hildon-edit-toolbar.c + (hildon_edit_toolbar_init): + Don't let buttons in HildonEditToolbar receive focus. + + Fixes: NB#111160 (!HildonEditToolbar buttons are focused after + typing on an HW arrows key) + +2009-04-30 Claudio Saavedra + + * doc/Makefile.am: Fix build. + +2009-04-30 Claudio Saavedra + + * doc/Makefile.am: Do not redefine content_files. + +2009-04-30 Alberto Garcia + + * src/ + * Makefile.am + * configure.ac + * doc/Makefile.am + * doc/hildon.types + * po/POTFILES.in: + Renamed src/ to hildon/ + + * examples/*.c + * debian/changelog + * debian/rules: + Include directly in all examples. + +2009-04-29 Alejandro Pinheiro + + * src/hildon-sort-dialog.c + (hildon_sort_dialog_add_sort_key_with_sorting) + (sort_key_changed) + Add safety checks + +2009-04-29 Claudio Saavedra + + * src/Makefile.am: Move generated sources to CLEANFILES, so that + make distcheck passes. + +2009-04-29 Claudio Saavedra + + * Makefile.am: Enable gtk-doc during distcheck. + +2009-04-29 Claudio Saavedra + + * Makefile.am: Do not distribute the debian/ directory. + +2009-04-29 Claudio Saavedra + + * doc/Makefile.am: Add the extra SGML files to content_files, + so that they are distributed properly. + +2009-04-29 Claudio Saavedra + + * tests/Makefile.am: Add missing test_suites.h and check_utils.h + to the SOURCES. + +2009-04-29 Claudio Saavedra + + * src/hildon-note.c (hildon_note_new_confirmation_with_icon_name), + (hildon_note_new_information_with_icon_name): Set the "icon" property + to preserve soundness. + +2009-04-29 Claudio Saavedra + + * src/hildon-font-selection-dialog.c + (hildon_font_selection_dialog_set_property): Fail when the "family" + property is set to NULL. + +2009-04-28 Claudio Saavedra + + * src/hildon-color-chooser.c (hildon_color_chooser_set_color): Add + safety checks. + +2009-04-28 Alejandro Pinheiro + + * src/hildon-time-selector.h: + Added HildonTimeSelectorFormatPolicy + * src/hildon-time-selector.c: + Added PROP_TIME_FORMAT_POLICY + (_check_ampm_format): renamed to check_automatic_ampm_format + (update_format_policy), (update_format_dependant_columns): new functions + (hildon_time_selector_class_init) + (hildon_time_selector_contructor) + (hildon_time_selector_init) + (hildon_time_selector_get_property) + (hildon_time_selector_set_property) + (hildon_time_selector_get_time) + (hildon_time_selector_set_time) + * src/hildon-touch-selector.h: new file + * src/hildon-touch-selector.c + (hildon_touch_selector_emit_changed) + (hildon_touch_selector_block_changed) + (hildon_touch_selector_unblock_changed) + Added functions to allow to block the emission of the "changed" signal + * src/hildon-picker-dialog.c + (hildon_picker_dialog_show): call the parent show before the custom code + * examples/hildon-time-button-example.c + Modified, so now you can configure the time format using the new property + + Added a new property "time-format-policy" that allow to choose the time + format: AM/PM, 24H or AUTOMATIC. AUTOMATIC is the default one. In this + case it uses gconf in order to check if the time selector must use + AM/PM or 24H. + + Fixes: NB#111606 (HildonTimeSelector should expose API to set/unset am/pm + mode) + +2009-04-28 Alberto Garcia + + * src/hildon-note.c (hildon_note_init): + Label in HildonNote must be left aligned, not centered. This + reverts the last commit in HildonNote. + + Fixes: NB#112933 (text is not left aligned in confirmation dialog + is connectivity dialog) + +2009-04-27 Alberto Garcia + + * src/hildon-gtk.c: + Minor style fixes + + * doc/hildon-sections.txt: + Added hildon_gtk_window_set_do_not_disturb() + +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 + (hildon_touch_selector_append_text_column): + Make the cell renderer use the smallest width possible. + + Fixes: NB#108470 (Selected items in multiple selection are either + having a tick that is cut or not visible at all.) + +2009-04-22 Alberto Garcia + + * src/hildon-touch-selector.c + (hildon_touch_selector_append_text_column): + Code cleanups + +2009-04-22 Claudio Saavedra + + * src/hildon-number-editor.c (hildon_number_editor_real_set_value): + Use g_strdup_printf() instead of a fixed size buffer. + +2009-04-21 Alberto Garcia + + * src/hildon-app-menu.c (hildon_app_menu_find_intruder): + Close banners when a HildonAppMenu is popped up. + + Fixes: NB#111027 (Title menu closed immediately if activated when + "Invalid e-mail address" banner is shown) + +2009-04-21 Claudio Saavedra + + [Release 2.1.66] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-04-20 Alberto Garcia + + * src/hildon-banner.c (hildon_banner_realize): + Mark HildonBanner as supporting portrait mode. + Use GDK to set window properties insetad of direct Xlib calls. + + Fixes: NB#111830 (HildonBanner should be marked as supporting + portrait) + +2009-04-20 Alberto Garcia + + * src/hildon-note.c (hildon_note_rebuild): + Hide action area in information notes. Prevents text from being + slightly aligned to the left. + + Fixes: NB#111962 (mail_in_ui_folder_move_target_error not aligned + properly) + +2009-04-20 Alberto Garcia + + Patch by Mox Soini (ext-mox.soini@nokia.com) + + * src/hildon-banner.c (hildon_banner_create_animation): + Use stylus-sized icons in animation banner. + + Fixes: NB#111206 (stylus sized icon for animation banner) + +2009-04-20 Alberto Garcia + + * src/hildon-gtk.h + * src/hildon-gtk.c + (+hildon_gtk_window_set_do_not_disturb): + New API to set the do-not-disturb flag. + + Fixes: NB#110959 (Add API to set the do-not-disturb flag to a window) + +2009-04-20 Alberto Garcia + + * examples/hildon-progress-indicator-example.c: Fix example + + * src/hildon-gtk.c (set_clear_window_flag) + (hildon_gtk_window_set_progress_indicator): + Create a generic function for setting flags to a window. + Use GDK instead of direct Xlib calls. + +2009-04-14 Alberto Garcia + + * src/hildon-button.c (hildon_button_set_arrangement): + Due to NB#88126, if one of the labels is too long it will be + painted outside the button. The 'value' label is more likely to be + the longest one, so we change its packing options in order to + truncate it if necessary. As a side effect, the 'title' label will + no longer be truncated. + + Fixes: NB#110689 (HildonPickerButton doesn't ellipsize very long values) + +2009-04-14 Claudio Saavedra + + [Release 2.1.64] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-04-13 Alejandro G. Castro + + Deprecation of the hildon_pannable_area_set_size_request_policy + API, the only policy properly supported in gtk+ nowadays is the + minimum size. + + * src/hildon-pannable-area.c, + (hildon_pannable_area_size_request): Added a workaround for the + size_request to avoid the problems of huge pixmaps in case someone + is still using the function. + * src/hildon-pannable-area.h: Deprecated the enum with the + policies. + + Fixes: NB#110244 (Problems with the + hildon_pannable_area_set_size_request_policy API) + +2009-04-08 Alejandro G. Castro + + * src/hildon-pannable-area.c, + (hildon_pannable_area_init), + (hildon_pannable_area_size_request), + (hildon_pannable_area_style_set), + (hildon_pannable_draw_vscroll), + (hildon_pannable_draw_hscroll), + (hildon_pannable_area_check_scrollbars): Replaced area_width with + indicator_width to clarify the use of the attribute. + +2009-04-08 Claudio Saavedra + + [Release 2.1.62] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-04-07 Alejandro Pinheiro + + * src/hildon-picker-dialog.c + * src/hildon-touch-selector.c + Reverting the change that tried to avoid the hardcoded height on + the picker dialog, as causes problems on the hildon-touch-selector + initial-hint + + Fixes: NB#110029 (selectors not scrolling to selected value) + +2009-04-07 Alberto Garcia + + * src/hildon-touch-selector.c: Fix typos + +2009-04-07 Claudio Saavedra + + * src/hildon-color-chooser.c (hildon_color_chooser_pointer_motion): + Use the event coordinates instead of gdk_window_get_pointer(). Also, + request more motions after using it. + +2009-04-07 Claudio Saavedra + + * src/hildon-calendar.c (hildon_calendar_expose), + (hildon_calendar_paint_main), (hildon_calendar_enter_notify): + Remove unused variables. + +2009-04-07 Claudio Saavedra + + * tests/check-hildon-color-chooser.c (START_TEST): Remove unused + variable assignment. + +2009-04-07 Claudio Saavedra + + * src/hildon-touch-selector.c (hildon_touch_selector_get_active): + Check the return value of gtk_tree_selection_get_selected() + for safety. + 2009-04-06 Alberto Garcia * src/hildon-animation-actor.c