Release 2.1.78
[hildon] / debian / changelog
index 82cc310..86b91fb 100644 (file)
@@ -1,3 +1,196 @@
+libhildon (2.1.78-1) unstable; urgency=low
+
+  * Fixes: NB#115988 (hildon_app_menu_popup creates menu with "crushed"
+    button(s) in the top left corner)
+  * Fixes: NB#118903 (Account setup wizard: Text in Search field should
+    be focused when "Region" touch list picker is reopened again)
+  * Fixes: NB#117927 (Application menu not usable with animation
+    actors)
+  * Fixes: NB#108265 (Animation banner not properly centered)
+  * HildonEntry sizing improvements.
+  * Other code fixes.
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Fri, 29 May 2009 17:33:27 +0200
+
+libhildon (2.1.76-1) unstable; urgency=low
+
+  * Fixes: NB#117928 (Widgets such as Entry and CheckButton (and
+    others) do too much in the _new function)
+  * Fixes: NB#114874 (There is no possibility to show hildon banners with
+    DND flag set)
+  * Fixes: NB#117870 ('Disconnect charger...' info banner is truncated
+    on transition from landscape to portrait)
+  * Fixes: NB#109063 (HildonAppMenu shouldn't show its items
+    automatically when they're added)
+  * Fixes: NB#116607 (Pannable area should always have scrollbar visible
+    initially if the application can be scrolled)
+  * Several HildonPannableArea usability improvements.
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 25 May 2009 20:00:39 +0200
+
+libhildon (2.1.74-2) unstable; urgency=low
+
+  * Revert fix for NB#107486.
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 19 May 2009 16:12:44 +0300
+
+libhildon (2.1.74-1) unstable; urgency=low
+
+  * Fixes: NB#116682 (Destroying parented animation actors when parent
+    in unmapped leads to crash) (Artem Egorkine)
+  * Fixes: NB#106374 (Need API to take a loading screenshot)
+  * New: hildon_format_file_size_for_display() (Christian Dywan)
+  * New: hildon_gtk_window_take_screenshot()
+  * Fix tests build during distcheck.
+  * HildonButton minor fixes.
+  * Coverity reported fixes.
+  * Depend on osso-filemanager l10n package.
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 18 May 2009 12:58:02 +0300
+
+libhildon (2.1.72-4) unstable; urgency=low
+
+  * Fixes: NB#116786 (Image viewer crases whie trying to launch menu, in a
+    scenario)
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Thu, 14 May 2009 14:05:35 +0300
+
+libhildon (2.1.72-3) unstable; urgency=low
+
+  * Remove reopened bug from debian/changelog
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Wed, 13 May 2009 16:09:41 +0300
+
+libhildon (2.1.72-2) unstable; urgency=low
+
+  * Fixes: NB#116289 (Hildon home crashes while adding task shortcuts.)
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 12 May 2009 19:12:56 +0300
+
+libhildon (2.1.72-1) unstable; urgency=low
+
+  * Fixes: NB#114395 ('Disconnect charger...' info banner in portrait is truncated)
+  * Fixes: NB#113761 (Update progress banner to use progress indicator)
+  * Fixes: NB#114253 (HildonPickerButton not refreshing its value)
+  * Fixes: NB#109369 (Hard-coded height in HildonPickerDialog)
+  * Fixes: NB#115166 (Formatting memory card is not taking place)
+  * Fixes: NB#115242 (Sound is not played every time for the 'Switch off
+    device?' confirmation note)
+  * New unit tests for HildonPickerButton
+  * Set "dialog-information" role for sounds played by hildon_play_system_sound()
+  * Documentation and examples fixes.
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 11 May 2009 10:54:29 +0300
+
+libhildon (2.1.70-1) unstable; urgency=low
+
+  * Fixes: NB#111962 (mail_in_ui_folder_move_target_error not aligned
+    properly)
+  * Fixes: NB#112933 (text is not left aligned in confirmation dialog
+    is connectivity dialog)
+  * Fixes: NB#111606 (HildonTimeSelector should expose API to
+    set/unset am/pm mode)
+  * Fixes: NB#111160 (!HildonEditToolbar buttons are focused after
+    typing on an HW arrows key)
+
+  New API:
+
+  * HildonTimeSelector:time-format-policy
+
+  [ Alberto Garcia ]
+  * Don't need to fix example files anymore in debian/rules
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 04 May 2009 11:29:42 +0300
+
+libhildon (2.1.68-1) unstable; urgency=low
+
+  * Fixes: NB#109635 (Confirmation notes do not support portrait)
+  * Fixes: NB#112328 (Adding helpers for setting portrait properties)
+  * Fixes: NB#108470 (Selected items in multiple selection are either
+    having a tick that is cut or not visible at all.)
+  * NB#111027 (Title menu closed immediately if activated when
+    "Invalid e-mail address" banner is shown)
+
+  New API:
+
+  * hildon_gtk_window_set_portrait_flags()
+  *(hildon_gtk_window_set_progress_indicator),
+   (hildon_gtk_window_set_do_not_disturb),
+   (hildon_gtk_window_set_portrait_flags): will work even if the window is
+   not realized yet.
+
+  Deprecated API:
+
+  * hildon_pannable_area_get/set_size_request_policy,
+    HildonSizeRequestPolicy: deprecated.
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 27 Apr 2009 11:23:58 +0300
+
+libhildon (2.1.66-1) unstable; urgency=low
+
+  * Fixes: NB#110689 (HildonPickerButton doesn't ellipsize very long values)
+  * Fixes: NB#110959 (Add API to set the do-not-disturb flag to a window)
+  * Fixes: NB#111206 (stylus sized icon for animation banner)
+  * Fixes: NB#111962 (mail_in_ui_folder_move_target_error not aligned
+    properly)
+  * Fixes: NB#111830 (HildonBanner should be marked as supporting
+    portrait)
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 21 Apr 2009 14:09:53 +0300
+
+libhildon (2.1.64-1) unstable; urgency=low
+
+  * Fixes: NB#110244 (Problems with the
+    hildon_pannable_area_set_size_request_policy API)
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 14 Apr 2009 11:17:53 +0300
+
+libhildon (2.1.62-1) unstable; urgency=low
+
+  * Fixes: NB#110029 (selectors not scrolling to selected value)
+  * Coverity reported fixes.
+  * Improved documentation (Ivan Gomez)
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Wed, 08 Apr 2009 09:49:45 +0300
+
+libhildon (2.1.60-1) unstable; urgency=low
+
+  * Fixes: NB#109099 (Memory leak in Hildon touch selector)
+  * Fixes: NB#107386 (Odd stacking behaviour for information banners)
+  * Fixes: NB#94957 (Smoothly opened application menu)
+  * Fixes: NB#109179 (Memory leak in Hildon program)
+  * Fixes: NB#107775 (No scrollbars can be seen when several items are
+    available in a dialog)
+  * Fixes: NB#106375 (Need API to retitle a window with a title
+    including markup)
+  * Fixes: NB#109369 (Hard-coded height in HildonPickerDialog)
+  * Fixes: NB#109639 (Update hildon passwd dialogs to Hildon 2.2)
+
+  New API:
+
+  * hildon_window_stack_get_windows()
+  * New "markup" property and hildon_window_{get,set}_markup()
+    methods.
+
+  Other:
+
+  * More HildonPannableArea tunning.
+  * Fixed some memory leaks.
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 06 Apr 2009 15:34:47 +0300
+
+libhildon (2.1.58-1) unstable; urgency=low
+
+  * Fixes: NB#107583 (Hildon app menu crashes in various applications)
+  * Fixes: NB#106067 (hildon_play_system_sound() play sound only first
+    time called)
+  * Fixes: NB#106998 (HildonProgram's is-topmost property doesn't
+    change when the user tasks in/out of an application)
+  * Fixes: NB#107897 (Patch to make editmodetoolbar background
+    themeable and adjust margin)
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 30 Mar 2009 11:31:07 +0300
+
 libhildon (2.1.56-2) unstable; urgency=low
 
   * Do not use new gtk+ API yet to avoid depending on a new GTK+ version.