2006-09-15 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
[hildon] / debian / changelog
index 7315584..55503a8 100644 (file)
@@ -1,3 +1,192 @@
+hildon-libs (0.14.3-1) unstable; urgency=low
+
+  * fixes NB#40055 - Modified time in time editor is not updated in the time picker.
+  * fixes NB#25602 - Accessibility unable to toggle am/pm in hildon time editor.
+  * fixes NB#24411 - Icon in Hildon date editor is not exposed to accessibility framework. 
+  * fixes NB#40566 - HildonWindow's hildon_window_set_menu calls gtk_widget_show_all to itself.
+  * fixes NB#35945 - Cannot move the focus to am/pm in the time field in 'Set Alarm' dialog using right HW button.
+  * fixes NB#37659 - Submenus in ongoing chat need two clicks to open.
+  * fixes NB#36440 - Unnecessary focus when toggling between AM and PM.
+  * fixes NB#39565 - Focus is not going to time field.
+  * fixes NB#40041 - Button's ("AC" and "C") color is not as per spec.
+  * fixes NB#36938 - UP/Down arrow keys do not move the focus to the previous/next widget in date and time editors.
+  * fixes NB#39612 - Unable to modify single digit in Date field directly.
+  * fixes MB#624 - HildonNumberEditor fails to display images if gtk_widget_set_name() is used.
+  
+  * Fixing the copyright headers to match the requirements.
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 15 Sep 2006 14:00:00 +0300
+
+hildon-libs (0.14.2-1) unstable; urgency=low
+
+  * fixes NB#39778 - Showing black line in color icon if cancel color dialog box. 
+  * fixes NB#39764 - Application crashed after some sequnce of operation.
+  * fixes NB#39765 - Application crashed after some sequence of operation.
+  * fixes NB#39757 - User can able to open clock Menu over setting dialog.
+  * fixes NB#39714 - Hildon header doesn't include needed file (gdkkeysyms.h)
+  * fixes NB#39181 - Inet status bar should show an "informational menu element"
+  * fixes NB#34193 - Tapping on the close button of the findtoolbar does not close the VKB.
+  * fixes NB#33829 - WLAN IAP settings - Security method is not shown as 'Choice list' in UI
+  * fixes NB#39202 - Application tool bar does not appear in new browser window
+  * fixes NB#40054 - No infobanner is shown when "00" is entered in the hour or minutes field of the time editor.
+  * fixes NB#21151 - Hildon Date Editor repairs out of range number to an illegal date.
+  * fixes NB#35834 - Focus in date and time field and fieldlets.
+  * fixes NB#33820 - Mnemonics and accelarators are not hidden when the H/W KB is detached.
+
+  * Changing the top-level notification mechanism in hildon-window to work with new 
+    matchbox. Doesn't brake prev matchbox compatibility.
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Mon, 11 Sep 2006 15:00:00 +0300
+
+hildon-libs (0.14.1-2) unstable; urgency=low
+
+  * Removing the new menu key mapping once again
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Thu, 7 Sep 2006 15:00:00 +0300
+
+hildon-libs (0.14.1-1) unstable; urgency=low
+
+  * fixes NB#33451 - Drop down arrow missing in all drop down boxes
+  * fixes NB#30530 - List of fonts in Font selection -dialog doesn't follow the spec
+  * fixes NB#22965 - Trivial improvements to some static hildonwidgets arrays
+  * fixes NB#31168 - Icon not appearing at the start of text in a infoprint with long text.
+  * fixes NB#34122 - Find toolbar widget does not work with HW keyboards
+  * fixes NB#19001 - Notes font format preview dialog text size doesn't correlate to the Notes text size
+  * fixes NB#33775 - Vertical Scroll Bar is not in proper position
+  * fixes NB#22825 - Hildon Note: The api hildon_note_new_confirmation_with_icon_stock() does not display the stock icon
+  * fixes NB#32544 - Sort dialog : incorrect sort order for date
+  * fixes NB#36843 - Can get selection around labels for location, device, and read only in details dialog
+  * fixes NB#39679 - HildonProgram/Window gets BadWindow errors
+
+  * Bringing back the new key mapping by Johan (removed in 0.14.0). That
+    breaks IT 2006 compatibility
+  * Removing the outo-based unit tests from the build system
+  * Adding new property (font-scaling) to font selection dialog
+  * Adding new function to sort dialog to add sort keys with reverse default order
+    (ie. date)
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Wed, 6 Sep 2006 16:00:00 +0300
+
+hildon-libs (0.14.0-1) unstable; urgency=low
+
+  * fixes NB#38996 - HildonApp/HildonWindow: _escape_timeout() ref.count issue
+  * fixes NB#37010 - Time pickers in Set alarm and Date and time dialogs
+  * fixes NB#34225 - hildon-libs0: unneeded library dependency
+  * fixes NB#32845 - hildon_window_set_menu is buggy
+  * fixes NB#38559 - Progress banner does not fit enough text
+  * fixes NB#33217 - No borders for the custom defined color boxes in hildon color selector
+  * fixes NB#37172 - Colour selector for background color shows logical string
+  * fixes NB#37467 - Hildon name password dialog with autocapitalization
+  * fixes NB#34613 - 'Cancel' and 'Finish' in wrong order in Wizard widget
+  * fixes NB#26114 - hildon_gtk_widget_set_logical_* leak signals
+  * fixes NB#38565 - Text weirdly centered in the information banner
+  * fixes NB#16830 - In feed details dialog horizontal alignment is incorrect
+  * fixes NB#38487 - Focus not set properly when invalid data is entered in a time editor
+  * fixes NB#36938 - UP/Down arrow keys do not move the focus to the previous/next widget in date and time editors
+  * fixes NB#34642 - Placeholder appears in place of spaces in file save dialog for file names
+  * fixes NB#32772 - Labels are partially hidden in Hildon Grid view in large Icons mode
+  * fixes NB#38598 - Information banners do not resize
+
+  * Merging the new color selector branch (0.13.1) with the main trunk code.
+  * Maintainer change: Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
+  * Correcting the license headers
+  * Removing the redundant files
+  * Allowing menus to be removed from windows by passing NULL to set_menu
+    function (documented).
+  * Removing the Johan's new key handling (introduced in 0.13.1.3) for the
+    time being. That requires a fix at a different level.
+  * Changing the order of the buttons in the wizard dialog
+  * Disconnect the previous notification signal before connecting the new one
+    (hildon_gtk_widget_set_logical_*)
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Wed, 30 Aug 2006 14:30:00 +0300
+
+hildon-libs (0.13.1.6-1) unstable; urgency=low
+  
+  * fixes NB#33260 - wrong value set in the enter page number option of page dialog
+  * fixes NB#37489 - "4" needs little more space
+  * fixes NB#37257 - color slider and selection area not dimmed when tapping on a predefined color
+  * fixes NB#30972 - 'set background image' when selected using hard-keys opens the color selector.
+  * fixes NB#37076 - logical string appears for color selection dialog title
+  * fixing the symlinks to default plugin targets
+ -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Wed, 30 Aug 2006 09:30:00 +0300
+
+hildon-libs (0.13.1.5-1) unstable; urgency=low
+  * fixing some package build isssues 
+  * some code cleanups
+  * integrating the new color selector code
+ -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Wed, 25 Aug 2006 19:00:00 +0300
+hildon-libs (0.13.1.4-1) unstable; urgency=low
+  * fixes NB#35076 - hildonapp should not handle the home key
+ -- Johan Bilien <johan.bilien@nokia.com>  Wed, 16 Aug 2006 15:30:28 +0300
+
+hildon-libs (0.13.1.3-1) unstable; urgency=low
+  * hildon-widgets/hildon-{app.h,defines.h}
+    switched HILDON_MENU_KEY to now match GDK_F10
+ -- Johan Bilien <johan.bilien@nokia.com>  Thu, 10 Aug 2006 15:35:52 +0300
+hildon-libs (0.13.1.2-1) unstable; urgency=low
+  * reworked the color selector
+  * fixes bugs related to visual aspect (color boxes with no frame, etc.)
+ -- Kuisma Salonen <kuisma.salonen@nokia.com>  Mon, 24 Jul 2006 16:28:09 +0300
+
+hildon-libs (0.13.1.1-1) unstable; urgency=low
+  * INTERNAL RELEASE with experimental plugged-in color selector
+ -- Luc Pionchon <luc.pionchon@nokia.com>  Mon, 12 Jun 2006 23:45:04 +0300
+
+hildon-libs (0.13.1-1) unstable; urgency=low
+  * debian/hildon-libs-dev.install: removed "usr/lib/*.a"hildon-libs (0.12.22-1) unstable; urgency=low
+
+  * fixes NB#36309 - HildonCodeDialog uses untranslated string
+
+ -- Luc Pionchon <luc.pionchon@nokia.com>  Tue,  1 Aug 2006 14:06:45 +0300
+
+hildon-libs (0.12.21-1) unstable; urgency=low
+
+  * reverted MB#624 - Rename HildonNumberEditor buttons so they can be themed
+  * fixes NB#34340 - HildonWindow leaks
+
+ -- Fernando Herrera <fernando.herrera-de-las-heras@nokia.com>  Tue, 25 Jul 2006 16:44:04 +0300
+
+hildon-libs (0.12.20-2) unstable; urgency=low
+
+  * fixes MB#624 - Rename HildonNumberEditor buttons so they can be themed
+    correctly.
+
+ -- Fernando Herrera <fernando.herrera-de-las-heras@nokia.com>  Tue, 18 Jul 2006 17:21:04 +0300
+
+hildon-libs (0.12.20-1) unstable; urgency=low
+
+  * fixes NB#32302 - Color button should not pretend handling all the hardware key event
+  * fixes NB#31256 - banner too large when wrap is forced
+
+ -- Luc Pionchon <luc.pionchon@nokia.com>  Mon, 12 Jun 2006 23:15:34 +0300
+
+hildon-libs (0.12.19-1) unstable; urgency=low
+
+  * fixes NB#26383 (bis) - Menu key opens application menu while combo box menu is popped up
+  * fixes NB#28836 - Need to tap twice to invoke application menu for the first time.
+  * fixes NB#29888 - Creating instanse of hildon grid widget generates warning
+  * fixes NB#30937 - Unable to key in again on clearing the hour/minutes field the second time
+  * fixes NB#30955 - Application crashes when trying to put a wrong minimun time duration
+  * fixes NB#31099 - Progress banner does not fit enough text -- (workaround)
+  * fixes NB#31604 - "Background colour"-caption opens opens the Colour selector with Select hardkey up event
+
+ -- Luc Pionchon <luc.pionchon@nokia.com>  Mon,  5 Jun 2006 23:27:53 +0300
+
 hildon-libs (0.12.18-1) unstable; urgency=low
 
   * fixes NB#26383 - Menu key opens application menu while combo box menu is popped up
@@ -78,7 +267,6 @@ hildon-libs (0.12.11-1) unstable; urgency=low
 
   * autogen.sh, do not exit if gtkdocize is missing (quick workaround for autobuilder)
 
-
  -- Luc Pionchon <luc.pionchon@nokia.com>  Wed, 19 Apr 2006 17:28:32 +0300
 
 hildon-libs (0.12.10-1) unstable; urgency=low