2006-09-21 Tommi Komulainen <tommi.komulainen@nokia.com>
[hildon] / ChangeLog
index d8d3ac7..9c2685e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,90 @@
+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:
+       (hildon_date_editor_keypress): On left or right key pressed, it
+       first takes in consideration the current cursor position inside
+       the entries. If it's in an edge, focus moves to the widget on the
+       right or left. Fixes #NB40770.
+
+2006-09-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets-plugins/hildon-color-chooser-dialog-hsv.c: Agh...
+       correcting silly mistake.  
+
+2006-09-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets-plugins/hildon-color-chooser-dialog-hsv.c:
+       Replacing a custom hex -> color with a stock gdk func. 
+
+       * hildon-widgets/hildon-caption.c:
+       Ups... a momentary lapse of reason.
+
 2006-09-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
        * hildon-widgets/hildon-time-editor.c: