2006-09-19 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
[hildon] / ChangeLog
index 7efe20c..0732199 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,204 @@
+2006-09-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-time-editor.c:
+       (hildon_time_editor_entry_clicked): This function has been
+       removed. It is not needed any more.
+       (_hildon_time_editor_entry_select_all): Added in order to perform
+       the whole text selection into the entry with an idle call.
+       (hildon_time_editor_entry_focusin): Modified to just add the
+       function above to the idle queue.
+       Fixes #NB40665.
+
+       * hildon-widgets/hildon-caption.c (hildon_caption_button_press):
+       Added condition to return when the widget has already the focus.
+       Fixes #NB31086. 
+
+2006-09-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-color-button.c: Draw insensitive grid over the
+       color button widget if the widget is insensitive. Fixes #NB40329. 
+
+2006-09-18  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * debian/control:
+       * debian/rules: Fixing the debug symbols package. Fixes #NB40532.
+
+2006-09-15  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [0.14.3-1 release]
+
+       * configure.ac:
+       * debian/changelog: Bumping version numbers, adding info about the
+       fixes.
+
+2006-09-15  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-window.c: When a new menu is being attached to
+       the window, call show on the menu itself, not the whole window. Fixes
+       #NB40566.
+
+2006-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-date-editor.c:
+       (hildon_date_editor_entry_released): Removed this function in order
+       to avoid the selection of the entry with the second click.
+       (hildon_date_editor_entry_focusin): Removed the test, now we want
+       to select the entry using the callback in all the situations. 
+       Fixes #NB39612. 
+       
+       * hildon-widgets/hildon-number-editor.c: renamed {plus,minus}-button
+       widgets to ne-{plus,minus}-button in order to do the theming without
+       depending on the HildonNumberEditor widget name. Fixes #MB624. Will
+       work with new theme config.
+       
+2006-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-composite-widget.c: Changed the focus
+       handler -- with hildon-time-editor and hildon-date-editor, if we
+       are moving up or down, with the focus inside the widget, we return
+       false to force moving to the next widget outside. Fixes #NB36938.
+
+2006-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-defines.c: Ensure the style before setting the
+       logical color. Fixes #NB40041.
+
+2006-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-date-editor.c: Bring focus to date after the
+       date has been choosen in the calendar popup.
+
+       * hildon-widgets/hildon-time-editor.c: Bring focus to time after 
+       time has been choosen in the time picker. Fixes #NB39565.
+
+2006-09-13  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [Merging the atk-branch fixes]
+
+       * hildon-widgets/hildon-date-editor.c: Use button instead of event
+       box for the calendar icon.
+
+       * hildon-widgets/hildon-time-editor.c: Use button instead of the label
+       for the am/pm switcher. Fixes #NB25602, #NB24411.
+
+2006-09-12  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * debian/copyright:
+       * 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:
+       * po/en_GB.po:
+       * timer/timer.c:
+       * timer/timer.h:
+       * ut/hildon-clock-widgets_tests.c:
+       * ut/hildon-widgets_tests.c:
+       * ut/tc_banner_truncate.c: Fixing the copyright headers.
+
+       * hildon-widgets/hildon-defines.c: Making the disposing of style data
+       more secure/null-proof.
+
+2006-09-11  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-app.h:
+       * hildon-widgets/hildon-defines.h: Reverting back to old key mapping.
+
 2006-09-11  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
        * hildon-widgets/hildon-time-editor.c: When user clicked the clock