X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=NEWS;h=d5fb406d8da51d679ac8190fd6788bfbac771395;hb=6550a4dddd83995bf778c2f9c2b61c657dc4ca51;hp=bbb14e4269f38c4710a079944cfbf99ec3bc51ba;hpb=ccc9b9902b8ab8e4bcd4e27430330c715b02b94c;p=hildon diff --git a/NEWS b/NEWS index bbb14e4..d5fb406 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,193 @@ +[2.1.26 release] + + Bug fixes: + + * Fixes: NB#92230 (Scroll indication not visible in HildonTouchSelector) + * Fixes: NB#93281 (new API: hildon_button_set_picker_style() to set + HildonButton look like PickerButton) + * Fixes: NB#93680 (HildonTimePicker need fully localized am/pm) + * Fixes: NB#93228 (Done button is not shown always in listpicker) + * Fixes: NB#93890 (Empty HildonAppMenu is pop-up) + * Fixes: NB#92032 (In calendar application, date values in 'new event' + are not proper) + * Fixes: NB#94322 (Scale Updates) + * Fixes: NB#94350 (HildonWindowStack:s have the same X Window group) + + New API: + + * HildonWindowStack: Support for multiple window stacks per application. + * HildonButton::style property. See below. + * hildon_button_set_picker_style(): Sets a different style to the value label + in HildonButton. + * HildonTouchSelector:columns-changed signal: Emitted every time the number + of columns in a HildonTouchSelector changes. + + Deprecations: + + * hildon_program_pop_window_stack(), + hildon_program_peek_window_stack(), + hildon_program_go_to_root_window(): Superseded by HildonWindowStack. + + Other: + + * Many code fixes. + * Examples updates and improvements. + * Documentation improvements. + +[2.1.24 release] + + Bug fixes: + + * Fixes: NB#89811 (Not able to select first image thumbnail in multi + selection mode using custom widget inside pannable) + * Fixes: NB#91863 (hildon_touch_selector_set_column_selection_mode() + breaks HildonPickerDialog) + * Fixes: NB#91769 (HildonColorChooserDialog's selected colour is + highlighted but not visible) + * Fixes: NB#92897 (HildonNotes have incorrect WINDOW_TYPE) + * Fixes: NB#92744 (HildonDateSelector emits multiple "changed" singal + with strange parameters) + * Fixes: NB#92664 (Deprecate hildon_helper_set_insensitive_message) + * Fixes: NB#89754 (Applications shouldn't display their names in the + window title) + * Fixes: NB#92476 (Update icon size constants to Fremantle (hildon-defines.h)) + + Deprecations: + + * hildon_helper_set_insensitive_message() + * hildon_helper_set_insensitive_messagef() + * hildon_volumebar_set_range_insensitive_message() + * hildon_volumebar_set_range_insensitive_messagef() + + New API: + + * hildon_init(): Initialization function for the library. + * hildon_gtk_init(): Convenience init function for hildon and GTK+ + + Other: + + * Build system improvements. + * Examples updated. + +[2.1.22 release] + + Bug fixes: + + * Fixes: NB#91688 (Never show icons in information notes/confirmation + notes) + * Fixes: NB#91995 (Calendar is crashing after pressing 'Enter' HW key + in HildonDateSelector dialog) + + Deprecations: + + * hildon_note_new_confirmation_with_icon_name(): deprecated + * hildon_note_new_information_with_icon_name(): deprecated + * HildonNote::icon and HildonNote::stock_icon: deprecated + + Other: + + * Logical ids fixes. + * Examples updated. + * Build system improved. + +[2.1.20 release] + + Bug fixes: + + * Fixes: NB#89541 (Crash in pannable area when closing picker dialog) + * Fixes: NB#90994 (HildonPannableArea does not connect "destroyed" + on child) + * Fixes: NB#91192 (Memory leak in HildonTouchSelector default print + function) + * Fixes: NB#91135 (Deprecate legacy hildon widgets) + * Fixes: NB#90662 (HildonButton "value" and "detail" text is + unformatted) + * Fixes: NB#91104 (Remove stepper buttons from legacy hildon widgets) + * Fixes: NB#91016 (Change toolbar sizes, simplification) + * Fixes: NB#91385 (Hildon Touch List panning should be ALWAYS vertical only) + + Deprecations: + + * All Fremantle deprecated widgets has been marked as such with + HILDON_DISABLE_DEPRECATED marks. + + Other: + + * Improved sizing of the HildonTouchSelector/HildonPickerDialog widgets. + * Corrected alignment of HildonCheckButton contents. + * Many cancel-like button fixes. + + ABI: + + * Reverted change introduced in 2.1.16 that broke ABI compatibility. See + NB#91636 for further explanation. + +[2.1.18 release] + + Bug fixes: + + * Fixes: NB#90535 (Memory leak in picker button) + * Fixes: NB#90861 (Custom Confirmation dialogs should be protected + from cancel button removal) + * Fixes: NB#90661 (Delete dialog is displayed without NO button) + + Other: + + * Remove all cancel/close dialogs, where appropriate. + * Documentation improvements, some internal cleanups. + * HildonAppMenu: unhandled keyboard accelerators are sent to the parent window. + +[2.1.16 release] + + * HildonTouchSelector internal layout cleaning. + * Improved HildonButton customizability. + * Allow Hildon Touch Menu theming (Daniel Borgmann) + + Bug fixes: + + * Fixes: NB#89411 (Window Manager locks caused by HildonStackableWindow) + * Fixes: NB#89935 (Shortcuts for menu buttons are not working) + * Fixes NB#90232 (Picker button does not set the label on done button for the + second time) + +[2.1.14 release] + + Bug fixes: + + * Fixes: NB#88644 (Hardcoded first column of the model as text column) + * Fixes: NB#89329 (selectors in picker dialog are not visible when a + long text is set as label for done button) + * Fixes: NB#89651 (HildonTouchSelectorEntry title is , when + entry is empty) + * Fixes: NB#89632 (Picker button selection doesn't change on first click) + * Fixes: NB#88946 (Hildon Picker button should disable itself if there are no + values) + * Fixes: NB#89650 (Picker button is not updated, when selection in selector + has changed) + + API additions: + + * HildonTouchSelectorColumn::text-column property. + * hildon_picker_button_set_done_button_text() and + hildon_picker_button_get_done_button_text() + * HildonCheckButton is a proper widget. + + Deprecations: + + * HildonWeekdayPicker + * HildonTouchSelectorEntry::text-column property, use + HildonTouchSelectorColumn::text-column instead. + * hildon_touch_selector_set_column_attributes(), use + HildonTouchSelectorColumn and friends. + * HildonAppMenu::columns property, this is managed automatically now. + + Other: + + * hildon_gtk_set_theme_size() sets widget name using "WidgetName-size" layout, + to ease proper theming (Daniel Borgmann) + * Many documentation improvements and additions. + * Add --disable-deprecated configure option. + [2.1.12 release] Bug fixes: