2006-10-18 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
[hildon] / ChangeLog
index 7eb7b95..59dc5ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,82 @@
+2006-10-18  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [0.14.6-1 release]
+
+       * configure.ac:
+       * debian/changelog: Updating.
+
+2006-10-18  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets-plugins/hildon-color-chooser-hsv.c: Fixing the
+       clipping in the color selector. Fixes NB#43565.
+
+2006-10-18  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-color-button.c: One more extra to actually fix
+       NB#39798.
+
+2006-10-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-get-password-dialog.c: Making the password
+       text entry 20 characters long. Fixes NB#39586. A workaround.
+
+2006-10-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-name-password-dialog.c: Fixing the
+       auto-capitalization issues in the name password dialog. Two things
+       accumulated here -- missing NULL in property set and the lack of
+       visibility re-set after input method hint setting (this should not be
+       needed BTW). Fixes NB#37467.
+
+2006-10-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-color-button.c: Correctly fixing NB#39798 --
+       the expose event should draw it's bits according to widget's
+       allocation and not the expose area.
+
+2006-10-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets-plugins/hildon-color-chooser-hsv.c: Changing the way the
+       dimmed elements of the dialog are being drawn -- fixes NB#41498. 
+       Cache the pre-generated dimmed pixbuf to improve the performance. We could
+       cache the actual hsv plane too in a similiar way.  
+
+2006-10-11  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets-plugins/hildon-color-chooser-hsv.c: Adding the border
+       around the color selector. Fixes #NB42007. 
+
+2006-10-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-font-selection-dialog.c: Forcing the dialog to
+       be more wide. A slightly ugly fix, but fixes NB#41501. Will be fixed
+       properly once we solve all the label truncating/wrapping/ellipsizing
+       issues. 
+
+2006-10-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-date-editor.c: Remove the focus grab after
+       dialog execution. Fixes NB#42555.
+
+2006-10-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-date-editor.c:
+       (hildon_date_editor_entry_validate): Set the stored date value 
+       when it's validated with some entry empty. Fixes NB#42504.
+
+2006-10-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+       
+       [0.14.5-1 release]
+       
+       * configure.ac:
+       * debian/changelog: Update.
+
+       * debian/hildon-libs-dev.install: Removing redundant .la/.a files. 
+
+2006-10-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * debian/copyright: One more license fix. 
+
 2006-10-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
        * hildon-widgets-plugins/hildon-color-chooser-dialog-hsv.c: