2006-10-23 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
[hildon] / ChangeLog
index e867faa..21f674d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,100 @@
+2006-10-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
+
+       * hildon-widgets/hildon-time-editor.c: Removing the extra focus grab,
+       missing patch from NB#42555.
+
+2006-10-20  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
+
+       * hildon-widgets/hildon-time-editor.c:
+       (hildon_time_editor_entry_keypress): Added check for not allowed keys.
+       Fixes NB#43926.
+
+       * hildon-widgets/hildon-time-editor.h:
+       Added INVALID_CHAR to HildonTimeEditorErrorType enumeration.
+
+2006-10-20  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-find-toolbar.c: Do not grab focus but just
+       hide the IM context when the toolbar is being closed. Patch by Tomas
+       Ostman, fixes for good NB#34193. 
+
+2006-10-20  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-date-editor.c: Changing the error infobanner
+       displayed to ckct_ib_illegal_character (when user presses non-numeric
+       character in the date editor).
+
+2006-10-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
+
+       * hildon-widgets/hildon-date-editor.c:
+       (hildon_date_editor_keypress): Added check for not allowed keys.
+       (hildon_date_editor_date_error): Added banner message for not
+       allowed keys. Fixes NB#41049.
+
+       * hildon-widgets/hildon-date-editor.h:
+       Added INVALID_CHAR to HildonDateEditorErrorType enumeration.
+
+2006-10-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-banner.c:
+       (force_to_wrap_truncated): Set label size request to its natural 
+       size (it stands fixed after it's wrapped). Fixes NB#38598.
+
+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