X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=ChangeLog;h=8e9901ed52c82a5c3cbcb9a5cc3d7723f709b9a5;hb=9227fc207b0ee00e82a9c262f128a6c20397d02c;hp=3735ea79549753634f53e47c92855348356a155f;hpb=42c45f0e5243710fe6c2f3a95a75de5226dad6d8;p=hildon diff --git a/ChangeLog b/ChangeLog index 3735ea7..8e9901e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,868 @@ +2007-02-22 Michael Dominic Kostrzewa + + [0.15.0-1bi release] + + * debian/changelog: Forcing a binary rebuild. + +2007-02-02 Michael Dominic Kostrzewa + + [0.15.0-1 release] + + * configure.ac: + * debian/changelog: + * hildon-libs.pc.in: Updating with the -DMAEMO_CHANGES. + +2006-11-23 Michael Dominic Kostrzewa + + [0.14.10-1 release] + + * configure.ac: + * debian/changelog: Updating. + +2006-11-23 Michael Dominic Kostrzewa + + * 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 + + [0.14.9-1 release] + + * configure.ac: + * debian/changelog: Updating. + +2006-11-21 Tomas Junnonen + + * hildon-widgets/Makefile.am: + * hildon-widgets/hildon-finger.c: + * hildon-widgets/hildon-finger.h: Finger events stuff. + +2006-11-08 Michael Dominic Kostrzewa + + * 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 + + [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 + + * 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 + + * 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 + + * 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 + + [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 + + * 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 + + * hildon-widgets/hildon-time-editor.c: Removing the extra focus grab, + missing patch from NB#42555. + +2006-10-20 Michael Dominic Kostrzewa + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + [0.14.6-1 release] + + * configure.ac: + * debian/changelog: Updating. + +2006-10-18 Michael Dominic Kostrzewa + + * hildon-widgets-plugins/hildon-color-chooser-hsv.c: Fixing the + clipping in the color selector. Fixes NB#43565. + +2006-10-18 Michael Dominic Kostrzewa + + * hildon-widgets/hildon-color-button.c: One more extra to actually fix + NB#39798. + +2006-10-16 Michael Dominic Kostrzewa + + * 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 + + * 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 + + * 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 + + * 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 + + * hildon-widgets-plugins/hildon-color-chooser-hsv.c: Adding the border + around the color selector. Fixes #NB42007. + +2006-10-10 Michael Dominic Kostrzewa + + * 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 + + * hildon-widgets/hildon-date-editor.c: Remove the focus grab after + dialog execution. Fixes NB#42555. + +2006-10-06 Michael Dominic Kostrzewa + + * 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 + + [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 + + * debian/copyright: One more license fix. + +2006-10-06 Michael Dominic Kostrzewa + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * hildon-widgets/hildon-set-password-dialog.c: Turning off the + auto-capitalization. Fixes NB#39585. + +2006-10-03 Michael Dominic Kostrzewa + + * debian/rules: Correcting debian debug package generation. Should + really fix NB#40532. + +2006-10-02 Michael Dominic Kostrzewa + + * 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 + + * hildon-font-selection-dialog.c: Remove extra space in font size + string. Fixes NB#41291. + +2006-09-26 Iain Holmes + + * 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 + + * 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 + + [0.14.4-1 release] + + * configure.ac: + * debian/changelog: Update. + +2006-09-21 Tommi Komulainen + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * hildon-widgets/hildon-get-password-dialog.c: + (hildon_get_password_get_property): Fix "numbers-only" getter. + Fix #MB769 + +2006-09-21 Michael Dominic Kostrzewa + + * 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 + + * 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 + + * 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 + + * hildon-widgets-plugins/hildon-color-chooser-dialog-hsv.c: Agh... + correcting silly mistake. + +2006-09-19 Michael Dominic Kostrzewa + + * 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 + + * 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 + + * hildon-widgets/hildon-caption.c: Do not draw the focus border when + the label has no text set. Fixes #NB40649. + Also fixing some memory leaks in properties setting. + +2006-09-19 Michael Dominic Kostrzewa + + * 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 + + * 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 + + * debian/control: + * debian/rules: Fixing the debug symbols package. Fixes #NB40532. + +2006-09-15 Michael Dominic Kostrzewa + + [0.14.3-1 release] + + * configure.ac: + * debian/changelog: Bumping version numbers, adding info about the + fixes. + +2006-09-15 Michael Dominic Kostrzewa + + * 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 + + * 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 + + * 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 + + * hildon-widgets/hildon-defines.c: Ensure the style before setting the + logical color. Fixes #NB40041. + +2006-09-14 Michael Dominic Kostrzewa + + * 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 + + [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 + + * 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 + + * hildon-widgets/hildon-app.h: + * hildon-widgets/hildon-defines.h: Reverting back to old key mapping. + +2006-09-11 Michael Dominic Kostrzewa + + * hildon-widgets/hildon-time-editor.c: When user clicked the clock + button, before launching the time picker try to validate the entered + values. Fixes #NB40055. + +2006-09-11 Michael Dominic Kostrzewa + + [0.14.2-1 release] + + * configure.ac: + * debian/changelog: Bumping version numbers, adding details about the + fixes. + +2006-09-11 Michael Dominic Kostrzewa + + * hildon-widgets/hildon-time-editor.c: Do an extra validity check when + switching to another field. Fixes #NB40054. + +2006-09-08 Michael Dominic Kostrzewa + + * hildon-widgets/hildon-window.c: Call the + hildon_window_is_topmost_notify before firing the g-object + notification signal. Fixes #NB39202. + +2006-09-07 Michael Dominic Kostrzewa + + [0.14.1-2 release] + + * debian/changelog: Bumping version numbers. + +2006-09-07 Michael Dominic Kostrzewa + + * hildon-widgets/hildon-app.h: + * hildon-widgets/hildon-defines.h: Once again reverting the Johan's + patch for new key handling. + +2006-09-07 Michael Dominic Kostrzewa + + * hildon-widgets/hildon-find-toolbar.c: Move focus to the parent + widget when the toolbar is closed. Fixes #NB34193. + +2006-09-07 Michael Dominic Kostrzewa + + * hildon-widgets/hildon-defines.c: Fixing the recursive call in + _set_recursive_from_ld. The container for_each call was missing a + parameter and effectively passing NULL as data. So amateurish. Fixes + #NB39181. + +2006-09-07 Michael Dominic Kostrzewa + + * hildon-widgets/hildon-defines.h: Adding gdkkeysyms.h to includes. + Fixes #NB39714. + +2006-09-06 Michael Dominic Kostrzewa + + * hildon-widgets/hildon-color-button.c: Redraw the button if cancel + was pressed in the color selection dialog. Fixes #NB39778 but I think + the real cause of the bug lies at a different level. + +2006-09-06 Michael Dominic Kostrzewa + + [0.14.1-1 release] + + * configure.ac: Version bump. Display version string during configure + stage. + + * debian/changelog: Adding release details. + +2006-09-06 Michael Dominic Kostrzewa + + * hildon-widgets/hildon-font-selection-dialog.c: Adding a comment + about the new property introduced. Once we have property documentation + we need to mark it with a "Since: 0.14.1" keyword ("font-scaling"). + +2006-09-06 Michael Dominic Kostrzewa + + * Makefile.am: + * configure.ac: Removing the unit tests (ut/outo) from the build + system. They're introducing an additionall dependency and need to be + fixed/arranged differently anyways. + +2006-09-06 Michael Dominic Kostrzewa + + * hildon-widgets/hildon-app.h: + * hildon-widgets/hildon-defines.h: Applying Johan's new key mapping + patch back again. WARNING: This breaks compatibility with IT-2006. + + * hildon-widgets/hildon-caption.c: Add specific behaviour for + containers when press button event occurs. Fixes #NB36843. + + * hildon-widgets/hildon-program.c: + * hildon-widgets/hildon-window.c: Adding a patch to fix occassional + BadWindow X errors. Fixes #NB39679. + +2006-09-06 Michael Dominic Kostrzewa + + * hildon-widgets/hildon-sort-dialog.c: Adding a function to add + reversed sort keys. Reversed sort keys present Descending/Ascending + selection instead of Ascending/Descending default. Fixes #NB32544. + +2006-09-05 Michael Dominic Kostrzewa + + * hildon-widgets/hildon-note.c: Fixing the behaviour of + hildon_note_new_confirmation_with_icon_stock. Fixes #NB22825. + +2006-09-05 Michael Dominic Kostrzewa + + * hildon-widgets/hildon-font-selection-dialog.c: Adding a + "font-scaling" property that allows to customize the output of the + Preview dialog during font selection. By default font-scaling equals + 1.0 = no change. Applications/clients should apply here the + font-scaling they use for user-output/visualization. Fixes #NB19001. + +2006-09-05 Tomas Junnonen + + * src/hildon-widgets/hildon-find-toolbar.c: Start search on "activate" + entry signal instead of only KP_Enter. + +2006-09-04 Michael Dominic Kostrzewa + + * hildon-widgets/hildon-banner.c: Aling the stock images to 0.0 + position, not to the center. Fixes #NB31168. + +2006-09-04 Michael Dominic Kostrzewa + + * hildon-widgets/hildon-color-selector.c: + * hildon-widgets/hildon-time-picker.c: Applying a small patch by + Tamminen Eero to save some bytes of ram. Fixes #NB22965. + +2006-09-04 Michael Dominic Kostrzewa + + * hildon-widgets/hildon-font-selection-dialog.c: Excluding some more + hardcoded fonts from the font selection dialog. We need a flexible API + to do that in future, but currently introducing it wouldn't be + feasible. Fixes #NB30530. + +2006-09-01 Michael Dominic Kostrzewa + + * debian/changelog: Small ver. fix. + +2006-09-01 Michael Dominic Kostrzewa + + [0.14.0-1 release] + +2006-09-01 Michael Dominic Kostrzewa + + * debian/changelog: Adding info about bugs fixed: #NB16830, #NB38487, + #NB36938, #NB34642, #NB32772, #NB38598. + + * doc/design/abstract_vs_modular_plugin_widgets.dia: + * doc/design/abstract_vs_modular_plugin_widgets.png: Adding the + missing design schemes. + +2006-09-01 Michael Dominic Kostrzewa + + * po/POTFILES.in: + * po/en_GB.po: Rebuilding & updating the PO files. + +2006-08-31 Michael Dominic Kostrzewa + + * changelog: Adding one more bug fix from the mergedown. Fixes + #NB38565. + +2006-08-31 Michael Dominic Kostrzewa + + * debian/changelog: + * hildon-widgets/hildon-defines.c: Disconnect the signal before + attaching a new one -- prevents signals from being emitted two times, + fixes a memory leak. Fixes #NB26114. + 2006-08-31 Michael Dominic Kostrzewa * debian/changelog: @@ -17,7 +882,7 @@ [Merging 0.13.1 => TRUNK] * ./: Merging the experimental color selector branch. Fixes: #NB37010, - #NB38559, #33217, #NB37172. + #NB38559, #NB33217, #NB37172. Maintainer change: Michael Dominic Kostrzewa