X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=ChangeLog;h=7af43baceaa848e051dceb4f6ddb9ce55e03ccab;hb=68df1e52b5318136fd627935a521959b7c69fa1c;hp=a536fc4d48f370e98e275a665f0e8453985d0b50;hpb=ef27a7f89a0613bf3eb0c5452aa219adf66861cd;p=hildon diff --git a/ChangeLog b/ChangeLog index a536fc4..7af43ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,1237 @@ +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: + * hildon-widgets/hildon-wizard-dialog.c: Changing the orded of the + buttons in the wizard dialog to be: finish, previous, next, cancel. + Fixes #NB34613. + +2006-08-31 Michael Dominic Kostrzewa + + * debian/changelog: + * hildon-widgets/hildon-name-password-dialog.c: Applying a patch by + Fernando to fix the autocaptialization for username/password entries. + Fixes #NB37467. + +2006-08-30 Michael Dominic Kostrzewa + + [Merging 0.13.1 => TRUNK] + + * ./: Merging the experimental color selector branch. Fixes: #NB37010, + #NB38559, #NB33217, #NB37172. + Maintainer change: + Michael Dominic Kostrzewa + + + * configure.ac: Bumping the version number to 0.14.0. + +2006-08-30 Michael Dominic Kostrzewa + + [0.13.1 branch] + + * ./: Cosmetics. + +2006-08-30 Michael Dominic Kostrzewa + + [0.13.1 branch] + + * AUTHORS: Adding an AUTHORS file with maintainer/contact information. + + * debian/control: + * 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: + * timer/timer.c: + * timer/timer.h: + * ut/hildon-clock-widgets_tests.c: + * ut/hildon-widgets_tests.c: + * ut/tc_banner_truncate.c: Adding myself as the contact + person/maintainer. FIxing copyright notices to include 2006 as new things + were added this year. + +2006-08-30 Michael Dominic Kostrzewa + + [0.13.1 branch] + + * hildon-widgets/hildon-app.h: + * hildon-widgets/hildon-defines.h: Undoing the Johan's new + key-handling changes from 2006-08-10. That requires a fix at a + different level, waiting for Daniel Stone. + +2006-08-30 Michael Dominic Kostrzewa + + [0.13.1 branch] + + * debian==/changelog: Adding some missing entries about bugs being + fixed. + + * debian/copyright: Adding information about the license version of + the package. + +2006-08-29 Michael Dominic Kostrzewa + + [0.13.1 branch] + + * hildon-widgets/hildon-window.c: Properly ref the attached menus, + allow NULL to be passed to the attach function to remove the existing + menu. Fixes NB#32845. + +2006-08-29 Michael Dominic Kostrzewa + + [0.13.1 branch] + + * debian/control: Removing unnecessary manual dependencies, fixes + NB#34225. + +2006-08-29 Michael Dominic Kostrzewa + + [0.13.1 branch] + + * hildon-widgets-plugins/Makefile.am: + * hildon-widgets-plugins/hildon-color-chooser-dialog_hsv.c: + * hildon-widgets-plugins/hildon-color-chooser_hsv.c: + * hildon-widgets-plugins/hildoncolorchooser_hsv.c: + * hildon-widgets-plugins/hildoncolorchooserdialog_hsv.c: Removing + left overs from the old color selector code, making the file names + more sane. + +2006-08-29 Michael Dominic Kostrzewa + + [0.13.1 branch] + + * hildon-widgets-plugins/hildon-color-chooser-dialog_hsv.c: + * hildon-widgets-plugins/hildon-color-chooser_hsv.c: + * hildon-widgets-plugins/hildoncolorchooser_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.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-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: Fixing the license banners (adding them + if missing, correcting "... version 2 or any later version" to "version + 2." + +2006-08-29 Michael Dominic Kostrzewa + + [0.13.1 branch] + + * hildon-widgets/hildon-window.c: Put extra ref on the GdkWindow + before emitting the signal so that we don't lose it in event free + function. Fixes NB#38996. + +2006-08-28 Michael Dominic Kostrzewa + + [0.13.1 branch] + + * configure.ac: Bumping the version number to 0.13.1.6. + + * hildon-widgets-plugins/Makefile.am: Adding the proper symlinks for + default plugin targets during installation. Fixes a crasher bug in the + selector. + + * hildon-widgets/hildon-color-button.c: + * hildon-widgets/hildon-color-chooser-dialog.c: + * hildon-widgets/hildon-plugin-widget.c: Adding some basic sanity checks. + +2006-08-24 Michael Dominic Kostrzewa + + [0.13.1 branch] + + * ./: Merging with the 0.13.1-1_pluged-in-color-selector branch. + +2006-08-24 Michael Dominic Kostrzewa + + [0.13.1 branch] + + * hildon-widgets/hildon-number-editor.c: When a range error occurs, + set the correct value before calling the range-error signal, so that + the widget consumer has a chance to actually adjust the value to it's + liking in the signal. Fixes NB#33260. + +2006-08-24 Michael Dominic Kostrzewa + + [0.13.1 branch] + + * hildon-widgets/hildon-wizard-dialog.c: Fixing a small compilation + whoops. + +2006-08-24 Michael Dominic Kostrzewa + + [0.13.1 branch] + + * hildon-widgets/hildon-time-picker.c: Fixing + NB#37489. + +2006-08-23 Michael Dominic Kostrzewa + + [0.13.1 branch] + + * hildon-widgets/hildon-wizard-dialog.c: + * hildon-widgets/hildon-wizard-dialog.h: Cleaning up, fixing some + bugs. + +2006-08-22 Michael Dominic Kostrzewa + + [0.13.1 branch] + + * hildon-widgets/hildon-add-home-dialog.h: + * hildon-widgets/hildon-app.h: + * hildon-widgets/hildon-appview.h: + * hildon-widgets/hildon-calendar-popup.h: + * hildon-widgets/hildon-code-dialog.h: + * hildon-widgets/hildon-color-button.h: + * hildon-widgets/hildon-color-selector.h: + * hildon-widgets/hildon-controlbar.h: + * hildon-widgets/hildon-date-editor.h: + * hildon-widgets/hildon-file-handling-note.h: + * hildon-widgets/hildon-find-toolbar.h: + * hildon-widgets/hildon-grid-item-private.h: + * hildon-widgets/hildon-grid-item.h: + * hildon-widgets/hildon-grid.h: + * hildon-widgets/hildon-input-mode-hint.h: + * hildon-widgets/hildon-marshalers.h: + * hildon-widgets/hildon-name-password-dialog.h: + * hildon-widgets/hildon-private.h: + * hildon-widgets/hildon-program.h: + * hildon-widgets/hildon-range-editor.h: + * hildon-widgets/hildon-scroll-area.h: + * hildon-widgets/hildon-seekbar.h: + * hildon-widgets/hildon-sort-dialog.h: + * hildon-widgets/hildon-telephone-editor.h: + * hildon-widgets/hildon-time-picker.h: + * hildon-widgets/hildon-weekday-picker.h: + * hildon-widgets/hildon-window-private.h: + * hildon-widgets/hildon-window.h: + * hildon-widgets/hildon-wizard-dialog.h: + * timer/timer.h: Just cosmetic cleanups in defines for consistency. + + * COPYING: Removing the executable bit from the text file. + +2006-08-22 Michael Dominic Kostrzewa + + [0.13.1 branch] + + * Makefile.am: + * doc/Makefile.am: + * hildon-widgets-plugins/Makefile.am: + * hildon-widgets/Makefile.am: + * po/Makefile.am: + * timer/Makefile.am: + * ut/Makefile.am: Fixing the build system so that `make + maintainer-clean` can be used safely. + +2006-08-22 Kuisma Salonen + + [0.13.1 branch] + + * hildon-widgets-plugins/hildoncolorchooser_hsv.c: + Grayscale dimming re-enabled. + +2006-08-16 Johan Bilien + + [0.13.1 branch] + + * hildon-widgets/hildon-app.c: + (hildon_app_switch_to_desktop): Removed unused function + (hildon_app_key_snooper): Removed handling of the Home hardware key + + NB#35076 + + * configure.ac: 0.13.1.4 + +2006-08-11 Fernando Herrera + + [0.13.1 branch] + + * hildon-widgets/hildon-plugin-widget.c + (ascii_decapitalize_without_dashes): Fixed. + +2006-08-10 Johan Bilien + + [0.13.1 branch] + + * hildon-widgets/hildon-{app.h,defines.h}: + switched HILDON_MENU_KEY to now match GDK_F10 + WARNING: This breaks compatibility with IT-2006 + + * configure.ac: 0.13.1.3 + +2006-08-08 Luc Pionchon + + [0.13.1 branch] + + * configure.ac: 0.13.1.2 + +2006-08-07 Johan Bilien + + * hildon-widgets/hildon-program.c + (hildon_program_common_toolbar_topmost_window): Added this + function, it is an internal function created to notify the topmost + window of the topmost program that it has a new common toolbar, it + is supposed to be used inside a foreach call. + (hildon_program_set_common_toolbar): Added a foreach call in case + the program is the topmost in order to notify the topmost window + it should take the common toolbar. Fixed a problem with unparent + call it causes the vbox disappears in some cases, now we are using + container_remove. + + NB#22808 + +2006-08-01 Luc Pionchon + + * configure.ac: 0.12.22 + +2006-07-31 Johan Bilien + + * hildon-widgets/hildon-code-dialog.c + (hildon_code_dialog_insert_text): + - Use hildon_banner_show_info instead of deprecated gtk_info_print + - Localize the string in the applet + + NB#36309 + +2006-07-26 Kuisma Salonen + + [0.13.1 branch] + + Added plugged-in color chooser, + + -- Plugin infrastructure: + + * hildon-widgets/hildon-plugin-widget.[ch]: API to help loading + widgets from plugins. + + * hildon-widgets-plugins/: directory containing widget + implementations which are going to be built into separate shared + object files (plugins) + + * hildon-widgets-plugins/Makefile.am: automake file for the plugins. + + * doc/design/abstract_vs_modular_plugin_widgets.dia: + * doc/design/hildon-plugin-widget.txt: design doc + + + -- ColorChooser plugin: + + * hildon-widgets-plugins/hildoncolorchooser_hsv.c: Implementation of a + HildonColorChooser, HSV based one. + + * hildon-widgets-plugins/hildoncolorchooserdialog_hsv.c: HSV based + implementation of color chooser dialog. + + + -- Uses the plugin infrastructure: + + * hildon-widgets/hildon-color-chooser.[ch] : An abstract class for + color chooser widget. The _new function utilizes plugin widget + helper functions to initialize the widget. + + * hildon-widgets/hildon-color-chooser-dialog.[ch] : Same as color + chooser, but a dialog widget to choose a color. + + * hildon-widgets/hildon-color-button.c: HildonColorButton uses now + HildonColorChooserDialog instead of HildonColorSelector. + +2006-07-25 Fernando Herrera + + * configure.ac: 0.12.21 + +2006-07-25 Fernando Herrera + + * hildon-widgets/hildon-number-editor.c: Revert previous patch here + until we get a new release of themes stuff. (M#624) + +2006-07-25 Johan Bilien + + * hildon-widgets/hildon-window.c: + (hildon_window_toggle_menu): free the GList returned by + gtk_container_get_children + + NB#34340 + +2006-07-18 Fernando Herrera + + * 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 maemo M#624 + +2006-06-13 Luc Pionchon + + [0.13.1 branch] + + * configure.ac: 0.13.1.1 + +2006-06-13 Luc Pionchon + + [0.13.1 branch] + + * added experimental plugged-in color selector + +2006-06-13 Luc Pionchon + + * configure.ac: 0.12.20 + +2006-06-12 Luc Pionchon + + * hildon-widgets/hildon-color-button.c + (hildon_color_button_key_pressed): + return FALSE when no key was handled. + + NB#32302 + +2006-06-12 Luc Pionchon + + * hildon-widgets/hildon-banner.c: + (force_to_wrap_truncated): Modified size request of the label + when it is wider than the maximum allowed, using the pango + layout extension instead of the maximum allowed width. + + NB#31256 + +2006-06-05 Luc Pionchon + + * configure.ac: 0.12.19 + +2006-06-05 Luc Pionchon + + * hildon-widgets/hildon-color-button.c + (hildon_color_button_init): Moved key handling from key release + event to key press event. + + (hildon_color_button_key_released): Renamed to _key_pressed + (hildon_color_button_key_pressed) : new name from _key_released + + NB#31604 + +2006-06-05 Luc Pionchon + + * hildon-widgets/hildon-time-editor.c + (validated_conversion): return the minimum allowed value for the + entry when the user types an empty text into an entry and moves + the focus, instead of returning -1. This change implies that the + minimum allowed value for the entry is set into the entry instead + of leaving it empty. + + NB#30937 + +2006-06-05 Luc Pionchon + + * hildon-widgets/hildon-grid.c (hildon_grid_class_init): do not + use accumulator for "popup-context-menu" + + NB#29888 / M#483 + +2006-06-05 Luc Pionchon + + * hildon-widgets/hildon-window.c + (hildon_window_toggle_menu): Changed the hide condition of the + menu, now we are using GTK_WIDGET_MAPPED instead of + GTK_WIDGET_VISIBLE, because the menu can be visible but not mapped + in some situations, like the one described in this bug. + + NB#28836 + +2006-06-02 Luc Pionchon + + * hildon-widgets/hildon-app.c (hildon_app_key_snooper): Add code + to control if there is a combobox activated when the menu key is + pressed and stop the menu drawing, this is a new case that happens + when the application is avoiding the focus can go to the combobox. + + NB#26383 (bis) + +2006-06-02 Luc Pionchon + + * hildon-widgets/hildon-time-editor.c + (hildon_time_editor_validate): removed the assinment of the + error_widget, now just the highlight_callback can do it when it + finished with it. Control that if we are already managing an error + we don't start working in other. + + (hildon_time_editor_inserted_text): added a control to stop insert + handle if we are already managing an error, we have also blocked + the focusout event before que grab focus to avoid another + validation of the field. + + NB#30955 + + * hildon-widgets/hildon-time-editor.c + (highlight_callback): Removed the return in the middle of the + function, now that situation is imposible. It was causing the + interlock. + +2006-05-31 Luc Pionchon + + * hildon-widgets/hildon-banner.c + (HILDON_BANNER_LABEL_MAX_PROGRESS): increase even more 320 -> 375 + to satisfy NB#31099. (actually info and anim banners should have + 375 px width and only progress banners should have 265 px) + + NB#31099 (workaround) + +2006-05-30 Luc Pionchon + + [0.13.1 branch] + + * configure.ac: 0.13.1 unstable branch + +2006-05-30 Luc Pionchon + + * hildon-libs.pc.in (Description): updated description + +2006-05-29 Luc Pionchon + + * configure.ac: 0.12.18 + +2006-05-29 Luc Pionchon + + * hildon-widgets/hildon-app.c + (hildon_app_key_snooper): Add code to control if there is a + combobox activated when the menu key is pressed and prevent the + menu drawing. + + NB#26383 + 2006-05-29 Luc Pionchon - Added time-error signal - NB#22155 + * hildon-widgets/hildon-banner.c + (hildon_banner_set_property): Set max_width hint to -1 instead of + HILDON_BANNER_LABEL_MAX_TIMED when banner is timed to avoid. This + has been done to ensure that the size of the banner will be the + requisition size and avoid the size problem when reusing the + banner window. See NB#24339. + + (hildon_banner_set_text): Removed useless gtk_window_resize after + changing the label text. The size requisition of the banner is + updated when the label text is modified, so there is no need to do + a resize of the window to the requisition size. + (hildon_banner_set_markup): Likewise. + + (hildon_banner_check_position): Added cast to widget argument in + call to force_to_wrap_truncated in order to avoid a compilation + warning. + +2006-05-29 Luc Pionchon + + Added time-error signal - NB#22155 * hildon-widgets/hildon-time-editor.c: (hildon_time_editor_class_init): added time-error signal @@ -15,7 +1246,6 @@ * hildon-widgets/Makefile.am (hildon-libs-enum-types.c): added time-editor.h - 2006-05-23 Luc Pionchon * configure.ac: 0.12.17 @@ -67,26 +1297,22 @@ * doc/Makefile.am: likewise * ut/Makefile.am: likewise - 2006-05-21 Luc Pionchon * hildon-widgets/gtk-infoprint.c (gtk_confirmation_banner_with_icon_name): added bold markup for backward compatibility. NB#28370 (bis) - 2006-05-21 Luc Pionchon * hildon-widgets/hildon-grid.c (get_child_index_by_coord): returns if empty grid. NB#29883 - 2006-05-21 Luc Pionchon * hildon-widgets/gtk-intoprint.c (find_banner_for_parent): Added check for "is-timed" property. NB#26546 - 2006-05-21 Johan Bilien * hildon-widgets/hildon-window.c @@ -122,12 +1348,10 @@ * hildon-widgets/gtk-infoprint.c (gtk_confirmation_banner): added bold markup for backward compatibility. NB#28370 - 2006-05-15 Luc Pionchon * configure.ac: 0.12.15 - 2006-05-15 Johan Bilien * hildon-widgets/hildon-window.[ch]: @@ -144,7 +1368,6 @@ * doc/hildon-libs-docs.sgml: added index for 0.12.0 new symbols - 2006-05-10 Luc Pionchon * hildon-widgets/hildon-time-editor.c: @@ -164,7 +1387,7 @@ (hildon_caption_expose): allocation, subtract the left margin which we have added to the children widgets when we paint the selection box. - + NB#28483 3006-05-10 Tapani Palli @@ -204,7 +1427,6 @@ N#28654 - 2006-05-09 Marius Vollmer * hildon-widgets/hildon-find-toolbar.c @@ -228,7 +1450,6 @@ * doc/Makefile.am: really "include". "-include" is not followed by automake, as a result gtk-doc.make would not be processed. - 2006-05-03 Luc Pionchon N#27000 (additional fixes to patch from 2006-05-01) @@ -240,12 +1461,10 @@ Force label size also when width_text == width_max. - 2006-05-03 Luc Pionchon * configure.ac: 0.12.13 - 2006-05-03 Luc Pionchon * hildon-widgets/hildon-font-selection-dialog.c: @@ -254,15 +1473,13 @@ (hildon_font_selection_dialog_show_available_fonts): call filter_out_internal_fonts Fixes N#21854 - 2006-05-01 Luc Pionchon * hildon-libs/hildon-widgets/hildon-time-editor.c * hildon-libs/hildon-widgets/hildon-time-picker.c - * hildon-libs/hildon-widgets/hildon-wizard-dialog.h + * hildon-libs/hildon-widgets/hildon-wizard-dialog.h: added comments to anonymous enums - 2006-05-01 Luc Pionchon Hildon banner truncations, @@ -278,12 +1495,10 @@ * ut/tc_banner_truncate.c: new file. Test cases for banner truncations. - 2006-05-01 Luc Pionchon * hildon-widgets/hildon-banner.[ch]: code cleanup. - 2006-04-29 Johan Bilien * hildon-widgets/hildon-window.c: @@ -320,7 +1535,6 @@ AM/PM symbols. Use the string as it is given by the locale. Makes it coherent with hildon time picker. Fixes N#27963 - 2006-04-26 Luc Pionchon * hildon-widgets/hildon-set-password-dialog.c @@ -331,7 +1545,6 @@ * hildon-widgets/hildon-set-password-dialog.h: indent cleanup - 2006-04-26 Luc Pionchon * hildon-widgets/hildon-file-handling-note.c (gettext macro): use @@ -356,7 +1569,7 @@ 2006-04-24 Marius Vollmer - From Murray Cumming , M#183. + From Murray Cumming , M#183. * hildon-widgets/hildon-calendar-popup.c: (hildon_calendar_popup_new): Use only g_object_new(), passing @@ -408,7 +1621,6 @@ * configure.ac: 0.12.11 - 2006-04-19 Tapani Palli * thread safety (N#24348), fixed timeout and idle callbacks : @@ -451,14 +1663,12 @@ 2006-04-17 Luc Pionchon * doc/hildon-libs-docs.sgml: added index for new symbols. - 2006-04-17 Luc Pionchon * doc/Makefile.am (version.xml): generates version.xml * doc/hildon-libs-docs.sgml: added &version; entity, and display the version number in the doc title. - 2006-04-17 Luc Pionchon @@ -475,14 +1685,12 @@ * gtk-infoprint.c * hildon-date-editor.h - 2006-04-16 Luc Pionchon * hildon-widgets/hildon-time-editor.c (hildon_time_editor_set_show_hours) (hildon_time_editor_get_show_hours): added gtk-doc tag 'Since:' - 2006-04-15 Luc Pionchon N#22557 @@ -492,7 +1700,6 @@ 2.6.10-1.osso4, instead of GTK private symbol _gtk_button_set_depressed - 2006-04-15 Marius Vollmer From Murray Cummings (M#185 M#283), with slight changes: @@ -548,7 +1755,6 @@ (hildon_number_editor_class_init): "range_error". - 2006-04-13 Luc Pionchon M#90 - Use standard GLib macro names. @@ -568,7 +1774,6 @@ * hildon-widgets/hildon-volumebar-range.c: * hildon-widgets/hildon-weekday-picker.c: - 2006-04-13 Johan Bilien * hildon-widgets/hildon-code-dialog.c: Fixed L10n logical ids @@ -590,7 +1795,6 @@ * hildon-widgets/hildon-time-editor.c (convert_to_12h): removed m and s paramters (useless) (convert_to_24h): likewise. - 2006-04-13 Luc Pionchon @@ -601,7 +1805,6 @@ (hildon_time_editor_inserted_text): new function. On inserted text, if entry has two digits, jumps to the next field. - 2006-04-13 Luc Pionchon Pops up the color selector on 'select' hardkey (IMP-15) @@ -611,7 +1814,6 @@ (hildon_color_button_key_released): new function. Pops up the color selector on 'select' hardkey release - 2006-04-13 Luc Pionchon Hildon grid, set items to be focus-and-activate instead of single @@ -655,11 +1857,11 @@ 2006-04-07 Tomas Junnonen - - Added support for Pango markup + - Added support for Pango markup Added hildon_banner_show_information_with_markup - - Removed hildon_banner_show_confirmation - - Re-position the banner when its content changes - - Banner now doesn't truncate strings nor insert linebreaks + - Removed hildon_banner_show_confirmation + - Re-position the banner when its content changes + - Banner now doesn't truncate strings nor insert linebreaks - fixes N#24339 - Information banners do not resize * hildon-widgets/hildon-banner.[ch] @@ -1946,7 +3148,7 @@ 2006-03-01 Luc Pionchon - Cleanup name-password dialog: + Cleanup name-password dialog: * hildon-widgets/hildon-name-password-dialog.[ch] @@ -1960,8 +3162,8 @@ duplicated code replaced with calls to relevant public functions (hildon_name_password_dialog_init): fixed leaking group variable; - reworked to have captions as local variables and captioned entries - in the private struct + reworked to have captions as local variables and captioned entries + in the private struct (hildon_name_password_dialog_new_with_default): name and password arguments declared const @@ -1972,7 +3174,6 @@ (hildon_name_password_dialog_set_domain): domain argument declared const; type check added + cleanup - 2006-03-01 Luc Pionchon Cleanup get-password dialog: @@ -2020,7 +3221,6 @@ (hildon_get_password_dialog_set_max_characters): broken type check fixed (_invalid_input): gpointer data argument renamed unused - 2006-02-28 Luc Pionchon (*_get_type): declared G_GNUC_CONST @@ -2043,7 +3243,7 @@ 2006-02-28 Luc Pionchon - Volume bars cleanup + Volume bars cleanup * hildon-widgets/hildon-volumebar.c (hildon_volumebar_class_init): object class casts cleaned up @@ -2107,38 +3307,37 @@ * hildon-widgets/hildon-vvolumebar.h (hildon_vvolumebar_get_type): declared G_GNUC_CONST - 2006-02-28 Luc Pionchon * hildon-widgets/hildon-weekday-picker.c (_HildonWeekdayPickerPrivate): Removed members: dayorder, days, last_index; added day_order_buttons - (hildon_weekday_picker_mnemonic_activate): removed. - mnemonics are no longer used. + * (hildon_weekday_picker_mnemonic_activate): removed. + mnemonics are no longer used. - (hildon_weekday_picker_class_init): Removed mnemonic_activate + * (hildon_weekday_picker_class_init): Removed mnemonic_activate function. Rewritten creation of buttons. Unref'ed size group. - (button_toggle): Removed bit mask checking, simplified function + * (button_toggle): Removed bit mask checking, simplified function - (hildon_weekday_picker_set_day): - (hildon_weekday_picker_unset_day): Removed bit mask checking, date - adjustment, unecessary for loop + * (hildon_weekday_picker_set_day): + * (hildon_weekday_picker_unset_day): Removed bit mask checking, date + adjustment, unecessary for loop - (hildon_weekday_picker_toggle_day): Removed date adjustment and + * (hildon_weekday_picker_toggle_day): Removed date adjustment and unecessary for loop. Simplified button toggling - (hildon_weekday_picker_set_all): - (hildon_weekday_picker_unset_all): Removed bit mask checking and - simplified for loop + * (hildon_weekday_picker_set_all): + * (hildon_weekday_picker_unset_all): Removed bit mask checking and + simplified for loop (hildon_weekday_picker_isset_day): Removed date adjustment and - unecessary for loop; + unecessary for loop; 2006-02-21 Luc Pionchon - Added hildon-banner, as a clean replacement for gtk-infoprint + Added hildon-banner, as a clean replacement for gtk-infoprint * hildon-widgets/hildon-banner.[ch]: implementation and header * hildon-widgets/Makefile.am: reference new files * hildon-widgets/gtk-infoprint.c: removed implementation, now just @@ -2241,8 +3440,6 @@ * configure.ac: do not depend anymore on hildon-lgpl nor hildon-fm, check for libmb, added Makefile output for timer/ - - 2006-01-18 Luc Pionchon @@ -2282,7 +3479,7 @@ 2006-01-11 Luc Pionchon - N#21063 hildon_note_new_confirmation_add_buttons has misleading docs + N#21063 hildon_note_new_confirmation_add_buttons has misleading docs * hildon-widgets/hildon-note.c: (hildon_note_new_confirmation_add_buttons): updated doc (hildon_note_set_button_texts): likewise. @@ -2353,7 +3550,6 @@ 2005-11-18 Luc Pionchon - Gazpacho support, added the following properties: * hildon-widgets/hildon-insert-object-dialog.c: "name", "mimetype" @@ -2368,10 +3564,9 @@ * hildon-widgets/hildon-color-button.c: minor cleanup - 2005-11-18 Luc Pionchon - Started new development + Started new development (branche for maintenance continues with versions 0.9.x) 2005-11-03 Luc Pionchon @@ -2381,9 +3576,9 @@ 2005-10-31 Luc Pionchon same fix for, - N#19283 Control panel - The values entered are not saved. + N#19283 Control panel - The values entered are not saved. N#19648 Hildon Date Editor widget detects values too high - (note: complete fix include also fixes in GTk+) + (note: complete fix include also fixes in GTk+) * hildon-widgets/hildon-calendar-popup.c (hildon_calendar_popup_set_property), @@ -2414,7 +3609,7 @@ 2005-10-12 Luc Pionchon - N#19140 System alerts still audible despite being turned off + N#19140 System alerts still audible despite being turned off * hildon-widgets/hildon-note.c (sound_handling): @@ -2424,10 +3619,10 @@ hildon_play_system_sound. (hildon_note_init): Signal handler id is changed to be in private structure, not in global variable. - + * hildon-note.c: Removed unused defines etc. - * Makefile.am: Appended new files to build rules. + * Makefile.am: Appended new files to build rules. 2005-10-05 Luc Pionchon @@ -2482,7 +3677,6 @@ (hildon_grid_class_init, hildon_grid_init): Replaced default empty label by logical name "Ckct_wi_grid_no_items" - 2005-08-31 Luc Pionchon * po/en_GB.po (ecdg_ti_verify_password): translation update.