2008-10-10 Claudio Saavedra <csaavedra@igalia.com>
[hildon] / debian / changelog
index 29c82fb..2f56300 100644 (file)
@@ -1,3 +1,84 @@
+libhildon (2.1.14-1) unstable; urgency=low
+
+  * Switch the build system to use cdbs.
+  * Add --disable-deprecated configure option.
+
+  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.
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Fri, 10 Oct 2008 13:40:57 +0300
+
+libhildon (2.1.12-2) unstable; urgency=low
+
+  * Add missing hildon-touch-selector-column.h to installable headers.
+  * Fix dh_makeshlibs rule.
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Wed, 01 Oct 2008 13:02:43 +0300
+
+libhildon (2.1.12-1) unstable; urgency=low
+
+  * Ship the upstream ChangeLog and NEWS file.
+
+  Bug fixes:
+
+  * Fixes: NB#88576 (critical warning in HildonTouchSelectorEntry)
+  * Fixes: NB#88720 (HildonPickerButton leaks a reference to the
+    HildonTouchSelector)
+  * Fixes: NB#88718 (HildonPickerButton not synchronizing its initial
+    'value' with the selector)
+  * Fixes: NB#88891 (Allow WM to handle properly close-on-tap-outside behavior)
+  * Fixes: NB#88850 (Update HildonNote button strings + signals)
+  * Fixes: NB#88887 (Hildon Wizard changes for Hildon2.2)
+  * Fixes: NB#88680 (Limiting API in HildonTouchSelector)
+  * Fixes: NB#88923 (Semantics of hildon_stackable_window_set_main_menu()
+    changed)
+  * Fixes: NB#88927 (Hildon Wizard should not use icons anymore)
+
+  API additions:
+
+  * New methods to set/get index of selected item in HildonPickerButton and
+    HildonTouchSelector.
+  * Add HildonAppMenu::columns property.
+  * New HildonTouchSelectorColumn class implementing GtkCellLayout interface.
+
+  Other:
+
+  * Examples updated, coding, theming, and documentation fixes.
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 29 Sep 2008 10:08:47 +0300
+
 libhildon (2.1.10-2) unstable; urgency=low
 
   * Revert bump of shared library version to avoid shared library load issues.