diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2008-10-13 07:26:28 +0000 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2008-10-13 07:26:28 +0000 |
commit | 2cee458c63826cfd2d711c81264f852c28e9a00f (patch) | |
tree | f73ebded6124e642663c5d75bb98543095de1a64 /NEWS | |
parent | 15333bc440aee814fdc77f178507f06693f49307 (diff) |
2008-10-10 Claudio Saavedra <csaavedra@igalia.com>
[Release 2.1.14]
* configure.ac: pre-release version bump
* NEWS: updates.
* debian/changelog: updates.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 38 |
1 files changed, 38 insertions, 0 deletions
@@ -1,3 +1,41 @@ +[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 <unnamed>, 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: |