2006-10-04 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
[hildon] / ChangeLog
index b137926..7af43ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,121 @@
+2006-10-04  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-wizard-dialog.c: Adding an "autotitle"
+       property that controls the way wizard handles window titles. If set to
+       TRUE (default) the wizard will automatically update window title when
+       changing wizard pages. If set to FALSE, no title handling is being
+       done, and the title can be overriden by the application developer.
+
+2006-10-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-time-editor.c
+       (validated_conversion): Modifications to check the '-' 
+       input and change value to the default min. Fixes NB#40059.
+
+2006-10-04  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-set-password-dialog.c: Turning off the
+       auto-capitalization. Fixes NB#39585.
+
+2006-10-03  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * debian/rules: Correcting debian debug package generation. Should
+       really fix NB#40532.
+
+2006-10-02  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets-plugins/hildon-color-chooser-dialog-hsv.c: Make ok
+       the default response for the dialog. Fixes NB#39909.
+
+2006-09-29  Tomas Junnonen  <tomas.junnonen@nokia.com>
+
+       * hildon-font-selection-dialog.c: Remove extra space in font size
+       string. Fixes NB#41291.
+
+2006-09-26  Iain Holmes  <iain@openedhand.com>
+
+       * hildon-wizard-dialog.c: Show all created widgets so that a
+       gtk_widget_show is all that is required to display the dialog
+       correctly. Fixes MB#432. 
+
+2006-09-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-number-editor.c: Applying a patch by Fernando
+       Herrera to fix the number editor notification signals. Fixes MB#625. 
+
+2006-09-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+       
+       [0.14.4-1 release]
+       
+       * configure.ac:
+       * debian/changelog: Update.
+
+2006-09-21  Tommi Komulainen  <tommi.komulainen@nokia.com>
+
+       * hildon-widgets/hildon-find-toolbar.c
+       (hildon_find_toolbar_entry_activate): Stop 'activate' signal emission
+       to prevent focus from moving. NB#40936
+
+2006-09-22  Tommi Komulainen  <tommi.komulainen@nokia.com>
+
+       * hildon-widgets/hildon-volumebar.h (HildonVolumebarPrivate)
+       * hildon-widgets/hildon-volumebar.c (hildon_volumebar_size_allocate,
+       hildon_volumebar_realize, hildon_volumebar_unrealize,
+       hildon_volumebar_map, hildon_volumebar_unmap,
+       hildon_volumebar_notify, hildon_volumebar_class_init): Add a
+       input-only event window to catch button-press events anywhere in the
+       widget when the widget is insensitive. NB#6214
+
+       * hildon-widgets/hildon-hvolumebar.c (hildon_hvolumebar_size_allocate): 
+       * hildon-widgets/hildon-vvolumebar.c (hildon_vvolumebar_size_allocate): 
+       Chain to parent so that the event window is properly resized.
+
+2006-09-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets-plugins/hildon-color-chooser-dialog-hsv.c:
+       * hildon-widgets-plugins/hildon-color-chooser-hsv.c: Changing the name
+       in witch the borders afre being draw around color selectors. Fixes
+       NB#40057.
+       Making the dimmed color bar/plane look a bit nicer. 
+
+       * hildon-widgets/hildon-name-password-dialog.c: Changing the 'name'
+       property of the dialog to 'username'. Fixes #MB772. 
+
+2006-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-font-selection-dialog.c: Do not put the
+       "reference" text in the font preview dialog if the super/subscript
+       setting has not been selected. Fixes #NB40999.
+
+2006-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-number-editor.c:
+       (hildon_number_editor_validate_value): Modified the condition
+       for checking if the inputted value is 0 when range minimun is
+       positive. Fixes #NB30734.
+
+2006-09-21  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>
+
+       * hildon-widgets/hildon-get-password-dialog.c:
+       (hildon_get_password_get_property): Fix "numbers-only" getter.
+       Fix #MB769
+
+2006-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets-plugins/hildon-color-chooser-dialog-hsv.c: Reverting
+       the hex -> color func (hsv not supported by the parse function). 
+       Fixing a bug where last character is not appended to the color ->
+       ascii conversion. Fixes #NB40061.
+
+2006-09-20  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-get-password-dialog.c: Fixing the way input
+       method is set. Fixes #NB37467. 
+
+       * hildon-widgets/hildon-name-password-dialog.c: Fixing the way the
+       password entry is being accessed. Fixes #MB767. Using a patch by
+       Lorenzo Gil Sanchez.
+
 2006-09-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
        * hildon-widgets/hildon-date-editor.c: