X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=ChangeLog;h=3a9b8ad820907233f3911ad793be5a1ac8d814ce;hb=47de2971f36db26f249d75ccfe772d230248223d;hp=204682527cda5f4ccd63f31fe4f520130b56cab1;hpb=8da6ff71c7836b19a991a72fa2d69b6b552b3a16;p=hildon diff --git a/ChangeLog b/ChangeLog index 2046825..3a9b8ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,682 @@ +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):