[0.15.0-1bi release]
[hildon] / ChangeLog
index fd02294..8e9901e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,490 @@
+2007-02-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [0.15.0-1bi release]
+
+       * debian/changelog: Forcing a binary rebuild.
+
+2007-02-02  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [0.15.0-1 release]
+
+       * configure.ac:
+       * debian/changelog:
+       * hildon-libs.pc.in: Updating with the -DMAEMO_CHANGES.
+
+2006-11-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [0.14.10-1 release]
+
+       * configure.ac:
+       * debian/changelog: Updating.
+
+2006-11-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-number-editor.c: Fixing a threads_enter
+       problem when trying to enter threads from signal. Fixes NB#47762.
+
+2006-11-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [0.14.9-1 release]
+
+       * configure.ac:
+       * debian/changelog: Updating. 
+
+2006-11-21  Tomas Junnonen <tomas.junnonen@nokia.com>
+
+       * hildon-widgets/Makefile.am:
+       * hildon-widgets/hildon-finger.c:
+       * hildon-widgets/hildon-finger.h: Finger events stuff.
+
+2006-11-08  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-libs.c:
+       Removed gtk_widget_grab_focus on entry_validate() and added 
+       control on entry_changed() for moving the focus when validate returns 
+       NO_ERROR. Also it's used skip_validation for not validating 
+       twice when entering a valid date in each entry.
+       Fixes NB#41059 and NB#42579.
+
+2006-11-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [0.14.8-1 release]
+
+       * configure.ac:
+       * debian/changelog: Updating.
+
+       * hildon-widgets/hildon-scroll-area.c: Fixing a silly compilation
+       breakage.
+
+2006-10-31  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-scroll-area.c:
+       * hildon-widgets/hildon-scroll-area.h: When using a GtkTextView inside
+       the HildonScrollArea try to "compensete" the cursor position
+       scrolling. Fixes NB#20219.
+
+2006-10-30  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-font-selection-dialog.c: Making the preview
+       dialog wider when being font sizes are being used. Fixes NB#41501. 
+
+2006-10-30  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-set-password-dialog.c: Removing
+       auto-capitalization from the entry used to verify the password. Fixes
+       NB#39585.
+
+2006-10-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [0.14.7-1 release]
+
+       * configure.ac:
+       * debian/changelog: Updating. 
+
+       * hildon-widgets/hildon-time-editor.c: Adding a "skipper" variable
+       that prevents us from doing validations from within validations. When
+       skipper == TRUE vallidation step is being skipped. A workaround.
+       Fixes NB#44610.
+
+2006-10-24  Daniel Elstner  <daniel.kitta@gmail.com>
+
+       * hildon-widgets/hildon-find-toolbar.h (search, close,
+       invalid_input, history_append): Remove the final user_data
+       parameter from the signal prototypes.  The user_data pointer
+       is a generic feature of GLib signal handling and not supposed
+       to be declared explicitely. (MB#185)
+
+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
+       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:
+       * hildon-widgets-plugins/hildon-color-chooser-hsv.c:
+       * hildon-widgets/gtk-infoprint.c:
+       * hildon-widgets/gtk-infoprint.h:
+       * hildon-widgets/hildon-add-home-dialog.c:
+       * hildon-widgets/hildon-add-home-dialog.h:
+       * hildon-widgets/hildon-app-private.h:
+       * hildon-widgets/hildon-app.c:
+       * hildon-widgets/hildon-app.h:
+       * hildon-widgets/hildon-appview.c:
+       * hildon-widgets/hildon-appview.h:
+       * hildon-widgets/hildon-banner.c:
+       * hildon-widgets/hildon-banner.h:
+       * hildon-widgets/hildon-calendar-popup.c:
+       * hildon-widgets/hildon-calendar-popup.h:
+       * hildon-widgets/hildon-caption.c:
+       * hildon-widgets/hildon-caption.h:
+       * hildon-widgets/hildon-code-dialog.c:
+       * hildon-widgets/hildon-code-dialog.h:
+       * hildon-widgets/hildon-color-button.c:
+       * hildon-widgets/hildon-color-button.h:
+       * hildon-widgets/hildon-color-chooser-button.c:
+       * hildon-widgets/hildon-color-chooser-button.h:
+       * hildon-widgets/hildon-color-chooser-dialog.c:
+       * hildon-widgets/hildon-color-chooser-dialog.h:
+       * hildon-widgets/hildon-color-chooser.c:
+       * hildon-widgets/hildon-color-chooser.h:
+       * hildon-widgets/hildon-color-popup.c:
+       * hildon-widgets/hildon-color-popup.h:
+       * hildon-widgets/hildon-color-selector.c:
+       * hildon-widgets/hildon-color-selector.h:
+       * hildon-widgets/hildon-composite-widget.c:
+       * hildon-widgets/hildon-composite-widget.h:
+       * hildon-widgets/hildon-controlbar.c:
+       * hildon-widgets/hildon-controlbar.h:
+       * hildon-widgets/hildon-date-editor.c:
+       * hildon-widgets/hildon-date-editor.h:
+       * hildon-widgets/hildon-defines.c:
+       * hildon-widgets/hildon-defines.h:
+       * hildon-widgets/hildon-dialoghelp.c:
+       * hildon-widgets/hildon-dialoghelp.h:
+       * hildon-widgets/hildon-file-handling-note.c:
+       * hildon-widgets/hildon-file-handling-note.h:
+       * hildon-widgets/hildon-find-toolbar.c:
+       * hildon-widgets/hildon-find-toolbar.h:
+       * hildon-widgets/hildon-font-selection-dialog.c:
+       * hildon-widgets/hildon-font-selection-dialog.h:
+       * hildon-widgets/hildon-get-password-dialog.c:
+       * hildon-widgets/hildon-get-password-dialog.h:
+       * hildon-widgets/hildon-grid-item-private.h:
+       * hildon-widgets/hildon-grid-item.c:
+       * hildon-widgets/hildon-grid-item.h:
+       * hildon-widgets/hildon-grid.c:
+       * hildon-widgets/hildon-grid.h:
+       * hildon-widgets/hildon-hvolumebar.c:
+       * hildon-widgets/hildon-hvolumebar.h:
+       * hildon-widgets/hildon-input-mode-hint.h:
+       * hildon-widgets/hildon-name-password-dialog.c:
+       * hildon-widgets/hildon-name-password-dialog.h:
+       * hildon-widgets/hildon-note.c:
+       * hildon-widgets/hildon-note.h:
+       * hildon-widgets/hildon-number-editor.c:
+       * hildon-widgets/hildon-number-editor.h:
+       * hildon-widgets/hildon-plugin-widget.c:
+       * hildon-widgets/hildon-plugin-widget.h:
+       * hildon-widgets/hildon-private.h:
+       * hildon-widgets/hildon-program.c:
+       * hildon-widgets/hildon-program.h:
+       * hildon-widgets/hildon-range-editor.c:
+       * hildon-widgets/hildon-range-editor.h:
+       * hildon-widgets/hildon-scroll-area.c:
+       * hildon-widgets/hildon-scroll-area.h:
+       * hildon-widgets/hildon-seekbar.c:
+       * hildon-widgets/hildon-seekbar.h:
+       * hildon-widgets/hildon-set-password-dialog.c:
+       * hildon-widgets/hildon-set-password-dialog.h:
+       * hildon-widgets/hildon-sort-dialog.c:
+       * hildon-widgets/hildon-sort-dialog.h:
+       * hildon-widgets/hildon-system-sound.c:
+       * hildon-widgets/hildon-system-sound.h:
+       * hildon-widgets/hildon-telephone-editor.c:
+       * hildon-widgets/hildon-telephone-editor.h:
+       * hildon-widgets/hildon-time-editor.c:
+       * hildon-widgets/hildon-time-editor.h:
+       * hildon-widgets/hildon-time-picker.c:
+       * hildon-widgets/hildon-time-picker.h:
+       * hildon-widgets/hildon-volumebar-private.h:
+       * hildon-widgets/hildon-volumebar-range.c:
+       * hildon-widgets/hildon-volumebar-range.h:
+       * hildon-widgets/hildon-volumebar.c:
+       * hildon-widgets/hildon-volumebar.h:
+       * hildon-widgets/hildon-vvolumebar.c:
+       * hildon-widgets/hildon-vvolumebar.h:
+       * hildon-widgets/hildon-weekday-picker.c:
+       * hildon-widgets/hildon-weekday-picker.h:
+       * hildon-widgets/hildon-window-private.h:
+       * hildon-widgets/hildon-window.c:
+       * hildon-widgets/hildon-window.h:
+       * hildon-widgets/hildon-wizard-dialog.c:
+       * hildon-widgets/hildon-wizard-dialog.h:
+       * timer/timer.c:
+       * timer/timer.h:
+       * ut/hildon-clock-widgets_tests.c:
+       * ut/hildon-widgets_tests.c:
+       * ut/tc_banner_truncate.c: One again fixing the license headers...
+       NB#40228.
+
+2006-10-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * common-rcfiles/gtk-2.0/ossomediaplayer: Changing the wizard dialog
+       enum to equal GTK_RESPONSE_CANCEL for automatic Escape key handling.
+       Fixes NB#41234.
+
+2006-10-04  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-caption.c:
+       * hildon-widgets/hildon-caption.h: Adding a new property:
+       "icon-position" and helper set/get routine methods.
+       This propery controls the align/position of the icon in the caption.
+       The icon can be aligned left or right. 
+
+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:
+       (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:
+       (validated_conversion): Added default parameter -- if the field is
+       empty, sets this value.
+       (hildon_time_editor_real_validate): Gets current values to pass it
+       as the default values to forward validation. Fixes #NB39048.
+
 2006-09-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
        * hildon-widgets/hildon-caption.c: Do not draw the focus border when