X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=ChangeLog;h=6469b6138660147a7c070f303a5afe738b306919;hb=f8ac5979cfd7966e2354b7fd003d11c65ddcd0ab;hp=115ae2376c9e24b5135ec00db338f2e44a1406c4;hpb=326840cb13be01a81d42cc3fc2ab7caf2c732665;p=hildon diff --git a/ChangeLog b/ChangeLog index 115ae23..6469b61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,647 @@ +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 + * src/hildon-button.c + * src/hildon-main.c + * src/hildon-pannable-area.c + * src/hildon-picker-button.c + * src/hildon-program.c + * src/hildon-remote-texture.c + * src/hildon-text-view.c + * src/hildon-touch-selector.c + * src/hildon-window-stack.c + * src/hildon-window.c: + Add missing 'Since: 2.2' tags. + + * doc/hildon-sections.txt: + Add some missing symbols. + + * doc/hildon-docs.sgml: + New 'Other' section for HildonAnimationActor and + HildonRemoteTexture + +2009-04-06 Alberto Garcia + + Patch by Iván Gómez (igomez@igalia.com) + + * doc/building.sgml + * doc/compiling.sgml + * doc/hildon-docs.sgml + * doc/hildon-sections.txt + * doc/migration.sgml + * doc/resources.sgml + * doc/running.sgml: + New chapters on using the Hildon library. + Updated the general structure of the reference manual. + Other minor documentation fixes. + + * src/hildon-calendar-popup.c + * src/hildon-calendar.c + * src/hildon-controlbar.c + * src/hildon-date-editor.c + * src/hildon-dialog.c + * src/hildon-hvolumebar.c + * src/hildon-number-editor.c + * src/hildon-range-editor.c + * src/hildon-sort-dialog.c + * src/hildon-time-editor.c + * src/hildon-time-picker.c + * src/hildon-volumebar-range.c + * src/hildon-volumebar.c + * src/hildon-vvolumebar.c + * src/hildon-weekday-picker.c: + Add deprecation notes + + * src/hildon-pannable-area.c (hildon_pannable_area_class_init): + Document 'horizontal-movement' and 'vertical-movement' signals. + 2009-04-06 Claudio Saavedra [Release 2.1.60]