X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=debian%2Fchangelog;h=33cd9c6d5de40af9ea8a7d30f7932d0bd32a4c50;hb=1275c5964ce52bd5a8bf9b969aa9d824ed8d5fd0;hp=81adcd15c16af293f9add536cf87d5ea6f7f179d;hpb=8846965e299b4b1a282a67af0a08fbc6f39e69bc;p=hildon diff --git a/debian/changelog b/debian/changelog index 81adcd1..33cd9c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,432 +1,699 @@ -hildon-libs (0.14.0) unstable; urgency=low - - * fixes NB#38996 - HildonApp/HildonWindow: _escape_timeout() ref.count issue - * fixes NB#37010 - Time pickers in Set alarm and Date and time dialogs - * fixes NB#34225 - hildon-libs0: unneeded library dependency - * fixes NB#32845 - hildon_window_set_menu is buggy - * fixes NB#38559 - Progress banner does not fit enough text - * fixes NB#33217 - No borders for the custom defined color boxes in hildon color selector - * fixes NB#37172 - Colour selector for background color shows logical string - * fixes NB#37467 - Hildon name password dialog with autocapitalization - * fixes NB#34613 - 'Cancel' and 'Finish' in wrong order in Wizard widget - * fixes NB#26114 - hildon_gtk_widget_set_logical_* leak signals - * fixes NB#38565 - Text weirdly centered in the information banner - - * Merging the new color selector branch (0.13.1) with the main trunk code. - * Maintainer change: Michael Dominic Kostrzewa - * Correcting the license headers - * Removing the redundant files - * Allowing menus to be removed from windows by passing NULL to set_menu - function (documented). - * Removing the Johan's new key handling (introduced in 0.13.1.3) for the - time being. That requires a fix at a different level. - * Changing the order of the buttons in the wizard dialog - * Disconnect the previous notification signal before connecting the new one - (hildon_gtk_widget_set_logical_*) - - -- Michael Dominic Kostrzewa Wed, 30 Aug 2006 14:30:00 +0300 - -hildon-libs (0.13.1.6-1) unstable; urgency=low - - * fixes NB#33260 - wrong value set in the enter page number option of page dialog - * fixes NB#37489 - "4" needs little more space - * fixes NB#37257 - color slider and selection area not dimmed when tapping on a predefined color - * fixes NB#30972 - 'set background image' when selected using hard-keys opens the color selector. - * fixes NB#37076 - logical string appears for color selection dialog title - * fixing the symlinks to default plugin targets - - -- Michael Dominic Kostrzewa Wed, 30 Aug 2006 09:30:00 +0300 +libhildon (2.1.29-1~unreleased) unstable; urgency=low -hildon-libs (0.13.1.5-1) unstable; urgency=low - - * fixing some package build isssues - * some code cleanups - * integrating the new color selector code - - -- Michael Dominic Kostrzewa Wed, 25 Aug 2006 19:00:00 +0300 - -hildon-libs (0.13.1.4-1) unstable; urgency=low - - * fixes NB#35076 - hildonapp should not handle the home key - - -- Johan Bilien Wed, 16 Aug 2006 15:30:28 +0300 + * Unreleased version. -hildon-libs (0.13.1.3-1) unstable; urgency=low - - * hildon-widgets/hildon-{app.h,defines.h} - switched HILDON_MENU_KEY to now match GDK_F10 - - -- Johan Bilien Thu, 10 Aug 2006 15:35:52 +0300 - -hildon-libs (0.13.1.2-1) unstable; urgency=low - - * reworked the color selector - * fixes bugs related to visual aspect (color boxes with no frame, etc.) - - -- Kuisma Salonen Mon, 24 Jul 2006 16:28:09 +0300 + -- Claudio Saavedra Tue, 09 Dec 2008 19:12:23 +0100 -hildon-libs (0.13.1.1-1) unstable; urgency=low - - * INTERNAL RELEASE with experimental plugged-in color selector - - -- Luc Pionchon Mon, 12 Jun 2006 23:45:04 +0300 +libhildon (2.1.28-1) unstable; urgency=low -hildon-libs (0.13.1-1) unstable; urgency=low - - * debian/hildon-libs-dev.install: removed "usr/lib/*.a"hildon-libs (0.12.22-1) unstable; urgency=low + * Bump GTK+ dependency to 2.12.12-1maemo4 for the GtkDialog changes. - * fixes NB#36309 - HildonCodeDialog uses untranslated string + Bug fixes: - -- Luc Pionchon Tue, 1 Aug 2006 14:06:45 +0300 + * Fixes: NB#94214 (No way to stop HildonWizardDialog from going to + next page) + * Fixes: NB#94972 (Hildon Picker with Entry should use HildonEntry + widget, not GtkEntry) + * Fixes: NB#90867 (Deprecate HildonDialog and use GtkDialog (with + maemo changes) instead) -hildon-libs (0.12.21-1) unstable; urgency=low + New API: - * reverted MB#624 - Rename HildonNumberEditor buttons so they can be themed - * fixes NB#34340 - HildonWindow leaks + * hildon_program_set/get_common_app_menu(): Use to set a common + HildonAppMenu for all stackable windows in a HildonProgram. + * hildon_wizard_dialog_set_forward_page_func(): Use to define a + HildonWizardDialogPageFunc function to control flow of the wizard. + * hildon_gtk_tree_view_set_ui_mode(): Method to change the UI mode. + * hildon_gtk_icon_view_set_ui_mode(): Method to change the UI mode. + * HildonPannableArea::size-request-policy: Size requisition policy property. + * hildon_pannable_area_set/get_size_request_policy(): Method to change the + size request policy. - -- Fernando Herrera Tue, 25 Jul 2006 16:44:04 +0300 + Deprecations: -hildon-libs (0.12.20-2) unstable; urgency=low + * HildonDialog. Prefer GtkDialog instead. - * fixes MB#624 - Rename HildonNumberEditor buttons so they can be themed - correctly. + Other: - -- Fernando Herrera Tue, 18 Jul 2006 17:21:04 +0300 + * Examples updated, code fixes, documentation updates. + * Explicitely set the interactive search widget off in hildon specific + GtkTreeView. -hildon-libs (0.12.20-1) unstable; urgency=low + -- Claudio Saavedra Tue, 09 Dec 2008 16:09:45 +0100 - * fixes NB#32302 - Color button should not pretend handling all the hardware key event - * fixes NB#31256 - banner too large when wrap is forced +libhildon (2.1.26-1) unstable; urgency=low - -- Luc Pionchon Mon, 12 Jun 2006 23:15:34 +0300 + Bug fixes: -hildon-libs (0.12.19-1) unstable; urgency=low + * Fixes: NB#92230 (Scroll indication not visible in HildonTouchSelector) + * Fixes: NB#93281 (new API: hildon_button_set_picker_style() to set + HildonButton look like PickerButton) + * Fixes: NB#93680 (HildonTimePicker need fully localized am/pm) + * Fixes: NB#93228 (Done button is not shown always in listpicker) + * Fixes: NB#93890 (Empty HildonAppMenu is pop-up) + * Fixes: NB#92032 (In calendar application, date values in 'new event' + are not proper) + * Fixes: NB#94322 (Scale Updates) + * Fixes: NB#94350 (HildonWindowStack:s have the same X Window group) - * fixes NB#26383 (bis) - Menu key opens application menu while combo box menu is popped up - * fixes NB#28836 - Need to tap twice to invoke application menu for the first time. - * fixes NB#29888 - Creating instanse of hildon grid widget generates warning - * fixes NB#30937 - Unable to key in again on clearing the hour/minutes field the second time - * fixes NB#30955 - Application crashes when trying to put a wrong minimun time duration - * fixes NB#31099 - Progress banner does not fit enough text -- (workaround) - * fixes NB#31604 - "Background colour"-caption opens opens the Colour selector with Select hardkey up event + New API: - -- Luc Pionchon Mon, 5 Jun 2006 23:27:53 +0300 + * HildonWindowStack: Support for multiple window stacks per application. + * HildonButton::style property. See below. + * hildon_button_set_picker_style(): Sets a different style to the value label + in HildonButton. + * HildonTouchSelector:columns-changed signal: Emitted every time the number + of columns in a HildonTouchSelector changes. -hildon-libs (0.12.18-1) unstable; urgency=low + Deprecations: - * fixes NB#26383 - Menu key opens application menu while combo box menu is popped up - * fixes NB#24339 - GtkInfoprint: Information banners do not resize - * fixes NB#22155 - Blank info note is shown when time valuesare given negative... + * hildon_program_pop_window_stack(), + hildon_program_peek_window_stack(), + hildon_program_go_to_root_window(): Superseded by HildonWindowStack. - -- Luc Pionchon Mon, 29 May 2006 02:23:11 +0300 + Other: -hildon-libs (0.12.17-1) unstable; urgency=low + * Many code fixes. + * Examples updates and improvements. + * Documentation improvements. - * fixes NB#28370 (markup was not processed...) - Text not emphasized in Confirmation note + -- Claudio Saavedra Wed, 03 Dec 2008 09:17:52 +0100 - -- Luc Pionchon Tue, 23 May 2006 19:10:46 +0300 +libhildon (2.1.24-1) unstable; urgency=low -hildon-libs (0.12.16-1) unstable; urgency=low + Bug fixes: - * debian/control: removed dependency on gnome-vfs (NB#8015) + * Fixes: NB#89811 (Not able to select first image thumbnail in multi + selection mode using custom widget inside pannable) + * Fixes: NB#91863 (hildon_touch_selector_set_column_selection_mode() + breaks HildonPickerDialog) + * Fixes: NB#91769 (HildonColorChooserDialog's selected colour is + highlighted but not visible) + * Fixes: NB#92897 (HildonNotes have incorrect WINDOW_TYPE) + * Fixes: NB#92744 (HildonDateSelector emits multiple "changed" singal + with strange parameters) + * Fixes: NB#92664 (Deprecate hildon_helper_set_insensitive_message) + * Fixes: NB#89754 (Applications shouldn't display their names in the + window title) + * Fixes: NB#92476 (Update icon size constants to Fremantle (hildon-defines.h)) - * fixes NB#8015 - Hildonwidgets links hildonfm which takes unnecessary memory - * fixes NB#26366 - Enabling/Disabling the search operation is SLOW - * fixes NB#26546 - Convenience API gtk_banner_close closes infoprints as well. - * fixes NB#28370 - Text not emphasized in Confirmation note - * fixes NB#28679 - On opening "Date and time" dialog for the second time,Clock application closes. - * fixes NB#28925 - Un-filled space at Web's lower edge - * fixes NB#29461 - Chat toolbar skin problem with smiley popup + Deprecations: - -- Luc Pionchon Mon, 22 May 2006 21:03:36 +0300 + * hildon_helper_set_insensitive_message() + * hildon_helper_set_insensitive_messagef() + * hildon_volumebar_set_range_insensitive_message() + * hildon_volumebar_set_range_insensitive_messagef() -hildon-libs (0.12.15-1) unstable; urgency=low + New API: - * fixes NB#28027 - HildonTImeEditor: "Maximum value is %d" infoprint not displayed. - * fixes NB#28483 - Caption control missing margins - * fixes NB#28679 - On opening "Date and time" dialog for the second time,Clock application closes. - * fixes NB#28654 - HildonTimePicker: Logical strings displayed for the seperator and close button - * fixes NB#28807 - AB fails if we clicking on any buttons in search toolbar + * hildon_init(): Initialization function for the library. + * hildon_gtk_init(): Convenience init function for hildon and GTK+ - * update hildon-widgets/hildon-window.[ch] to support clipborad operations from hildon-input-method + Other: - * debian/control: removed build dependency with 'outo' + * Build system improvements. + * Examples updated. - -- Luc Pionchon Mon, 15 May 2006 15:49:42 +0300 + -- Claudio Saavedra Mon, 24 Nov 2008 15:21:49 -0300 -hildon-libs (0.12.14-1) unstable; urgency=low +libhildon (2.1.22-1) unstable; urgency=low - * update gtk-doc config - * reworked fix for N#27000 + [ Alejandro Pinheiro ] + * Added --enable-maintainer-mode on debian/rules - -- Luc Pionchon Mon, 8 May 2006 14:13:53 +0300 + Bug fixes: -hildon-libs (0.12.13-1) unstable; urgency=low + * Fixes: NB#91688 (Never show icons in information notes/confirmation + notes) + * Fixes: NB#91995 (Calendar is crashing after pressing 'Enter' HW key + in HildonDateSelector dialog) - * fixes N#27702 - strings moved to another textual domain - * fixes N#27749 - strings moved to another textual domain - * fixes N#27963 - The am/pm indicator differs in the HildonTimeEditor and HildonTimePicker in en_US locale. - * fixes N#25501 - HildonCaption spams GLIB CRITICALS when its ancestor is destroyed - * fixes N#28176 - Memory leak in HildonWindow - * fixes N#27000 - truncated string in infobanner / infoprint ... - * ... and subsecant bugs N#25305, N#26203, N#26624, N#26161, N#27875 - * fixes N#21854 - Nokia Fonts in HildonFontDialog widget + Deprecations: - -- Luc Pionchon Wed, 3 May 2006 15:32:51 +0300 + * hildon_note_new_confirmation_with_icon_name(): deprecated + * hildon_note_new_information_with_icon_name(): deprecated + * HildonNote::icon and HildonNote::stock_icon: deprecated -hildon-libs (0.12.12-1) unstable; urgency=low + Other: - * debian/control: Build-Depends, added 'gtk-doc-tools' + * Logical ids fixes. + * Examples updated. + * Build system improved. - * fixes M#183 - *_new() functions do too much + -- Claudio Saavedra Tue, 11 Nov 2008 07:05:33 -0300 - -- Luc Pionchon Wed, 26 Apr 2006 15:56:36 +0300 +libhildon (2.1.20-1) unstable; urgency=low -hildon-libs (0.12.11-1) unstable; urgency=low + Bug fixes: - * debian/rules (CFLAGS): add thumb flag for compilation, fixes N#26660 + * Fixes: NB#89541 (Crash in pannable area when closing picker dialog) + * Fixes: NB#90994 (HildonPannableArea does not connect "destroyed" + on child) + * Fixes: NB#91192 (Memory leak in HildonTouchSelector default print + function) + * Fixes: NB#91135 (Deprecate legacy hildon widgets) + * Fixes: NB#90662 (HildonButton "value" and "detail" text is + unformatted) + * Fixes: NB#91104 (Remove stepper buttons from legacy hildon widgets) + * Fixes: NB#91016 (Change toolbar sizes, simplification) + * Fixes: NB#91385 (Hildon Touch List panning should be ALWAYS vertical only) - * fixes N#26611 - Hildon app doesnot toggle to fullscreen on hardware key press (GDKF6) - * fixes N#22909 - Opening Email main menu using hardkey is not working. - * fixes N#24348 - Idle and timeout callbacks calling gtk+ or gdk are not thread aware + Deprecations: - * autogen.sh, do not exit if gtkdocize is missing (quick workaround for autobuilder) + * All Fremantle deprecated widgets has been marked as such with + HILDON_DISABLE_DEPRECATED marks. - -- Luc Pionchon Wed, 19 Apr 2006 17:28:32 +0300 + Other: -hildon-libs (0.12.10-1) unstable; urgency=low + * Improved sizing of the HildonTouchSelector/HildonPickerDialog widgets. + * Corrected alignment of HildonCheckButton contents. + * Many cancel-like button fixes. - * debian/rules: tell ./autogen.sh to not launch ./configure - * debian/rules: install docs only if ENABLE_GTK_DOC is set - * debian/rules: ./configure call, put one argument per line for clarity. - * debian/rules: call ./autogen.sh to create ./configure + ABI: - * removed autotools generated files from repository + * Reverted change introduced in 2.1.16 that broke ABI compatibility. See + NB#91636 for further explanation. - * fixes N#22557 - Private symbols from gtk+ are not to be used - * debian/control: N#22557, updated dependency to GTK+ (needs 2.6.10-1.osso4) - * fixes - logical strings in CodeDialog OK/Cancel buttons - * fixes M#90 - Use standard GLib macro names. - * fixes M#185 - improvements for bindings - * fixes M#283 - improvements for bindings - - -- Luc Pionchon Sat, 15 Apr 2006 19:16:38 +0300 + -- Claudio Saavedra Tue, 04 Nov 2008 13:40:40 +0200 -hildon-libs (0.12.9-1) unstable; urgency=low +libhildon (2.1.18-1) unstable; urgency=low - * fixes N#19061 - HildonTimeEditor uses LC_MESSAGES for time separator + [ Alejandro Pinheiro ] - * hildon-grid: set items to be focus-and-activate instead of single tap activation - * hildon-caption: removed icon for mandatory fields - * hildon-color-button: pops up selector on 'select' hardkey - * hildon-color-button: updated button/margin dimensions - * hildon-time-editor: add automatic focus movement + * Add a libhildon1-examples package with the examples. + * Avoid running autogen.sh twice during package construction. - -- Luc Pionchon Thu, 13 Apr 2006 18:19:14 +0300 + [ Alberto Garcia ] -hildon-libs (0.12.8-1) unstable; urgency=low + * Add libhildon1-doc examples with the API documentation. - * fixes N#24339 - Information banners do not resize - * fixes N#26033 - Periodic applications slowdown - * fixes N#24325 - The menu location is wrong in HildonWindow - * fixes N#14117 - Infoprints cannot display glyphs for HW keys + Bug fixes: - * improved code for bindings - * hildon-banner: add pango support + * Fixes: NB#90535 (Memory leak in picker button) + * Fixes: NB#90861 (Custom Confirmation dialogs should be protected + from cancel button removal) + * Fixes: NB#90661 (Delete dialog is displayed without NO button) - -- Luc Pionchon Fri, 7 Apr 2006 21:15:28 +0300 + Other: -hildon-libs (0.12.7-2) unstable; urgency=low + * Remove all cancel/close dialogs, where appropriate. + * Documentation improvements, some internal cleanups. + * HildonAppMenu: unhandled keyboard accelerators are sent to the parent window. - * debian/control: removed -l10n-english dependency (does not exist (yet)) + -- Claudio Saavedra Mon, 27 Oct 2008 14:08:43 +0200 - -- Natalia Dobrovolskaya Fri, 31 Mar 2006 14:22:00 +0300 +libhildon (2.1.16-1) unstable; urgency=low -hildon-libs (0.12.7-1) unstable; urgency=low + * HildonTouchSelector internal layout cleaning. + * Improved HildonButton customizability. + * Allow Hildon Touch Menu theming (Daniel Borgmann) + * Set PKG_CONFIG_PATH in rules to allow building docs with pkg-config 1.10. - * debian/control (Depends): changed l10n dependency according to the - new process (marketing releases 'mr') + Bug fixes: - * fixes more obsolete logical IDs - * fixes N#20917 - Unlocalised string in Font Preview window - * fixes N#24620 - HildonWindow lacking HW key API - * updated en_BG.po - * minor code cleanup + * Fixes: NB#89411 (Window Manager locks caused by HildonStackableWindow) + * Fixes: NB#89935 (Shortcuts for menu buttons are not working) + * Fixes NB#90232 (Picker button does not set the label on done button for the + second time) - -- Luc Pionchon Tue, 28 Mar 2006 19:00:26 +0300 + -- Claudio Saavedra Mon, 20 Oct 2008 11:37:31 +0200 -hildon-libs (0.12.6-1) unstable; urgency=low +libhildon (2.1.14-1) unstable; urgency=low - * fix logical ids - * fixes N#24042 hildon-lgpl-dev headers, typo in macro + * Switch the build system to use cdbs. + * Add --disable-deprecated configure option. - -- Luc Pionchon Fri, 24 Mar 2006 11:52:40 +0200 + Bug fixes: -hildon-libs (0.12.5-1) unstable; urgency=high + * Fixes: NB#88644 (Hardcoded first column of the model as text column) + * Fixes: NB#89329 (selectors in picker dialog are not visible when a + long text is set as label for done button) + * Fixes: NB#89651 (HildonTouchSelectorEntry title is , when + entry is empty) + * Fixes: NB#89632 (Picker button selection doesn't change on first click) + * Fixes: NB#88946 (Hildon Picker button should disable itself if there are no + values) + * Fixes: NB#89650 (Picker button is not updated, when selection in selector + has changed) - * fix critical: missing macro definition in hildon-grid.c (missing #include) + API additions: - -- Luc Pionchon Tue, 21 Mar 2006 18:49:27 +0200 + * HildonTouchSelectorColumn::text-column property. + * hildon_picker_button_set_done_button_text() and + hildon_picker_button_get_done_button_text() + * HildonCheckButton is a proper widget. -hildon-libs (0.12.4-1) unstable; urgency=low + Deprecations: - * major code cleanup + * HildonWeekdayPicker + * HildonTouchSelectorEntry::text-column property, use + HildonTouchSelectorColumn::text-column instead. + * hildon_touch_selector_set_column_attributes(), use + HildonTouchSelectorColumn and friends. + * HildonAppMenu::columns property, this is managed automatically now. - -- Luc Pionchon Fri, 17 Mar 2006 18:49:10 +0200 + Other: -hildon-libs (0.12.3-2) unstable; urgency=low + * hildon_gtk_set_theme_size() sets widget name using "WidgetName-size" layout, + to ease proper theming (Daniel Borgmann) + * Many documentation improvements and additions. - * debian/hildon-libs-dev.docs: refers to correct doc folder (gtk-doc/) + -- Claudio Saavedra Fri, 10 Oct 2008 13:40:57 +0300 - -- Luc Pionchon Thu, 16 Mar 2006 15:16:21 +0200 +libhildon (2.1.12-2) unstable; urgency=low -hildon-libs (0.12.3-1) unstable; urgency=low + * Add missing hildon-touch-selector-column.h to installable headers. + * Fix dh_makeshlibs rule. - * hildon-widgets/hildon-window.c: propagate key-press event to the - parent class (Closes N#23400) - * Replaces hildon-lgpl0 < 0.12 + -- Claudio Saavedra Wed, 01 Oct 2008 13:02:43 +0300 - -- Johan Bilien Wed, 8 Mar 2006 17:32:18 +0200 +libhildon (2.1.12-1) unstable; urgency=low -hildon-libs (0.12.2-1) unstable; urgency=low + * Ship the upstream ChangeLog and NEWS file. - * ChangeLog-hildon-lgpl: copied from old hildon-lgpl/ChangeLog for - reference - * hildon-widgets/hildon-color-button.c: added comments - * hildon-widgets/hildon-controlbar.c: Likewise. - * hildon-widgets/hildon-composite-widget.c: Likewise. - * hildon-widgets/hildon-calendar-popup.c: Likewise - * Added hildon-banner, as a clean replacement for gtk-infoprint - * hildon-widgets/hildon-window.c: - - set the toolbar height explicitely - - use show instead of show_all on the common_toolbar - - add the toolbars bottom-up instead of top-down - * hildon-widgets/hildon-program.c: - - don't assume that a window was realized when added to - the program - * hildon-widgets/hildon-code-dialog.[ch], hildon-widgets/Makefile.am: - added HildonCodeDialog widget - * hildon-wizard-dialog.[ch]: Add page_change signal. Patch courtesy - of Artem Garmash (Closes M#422) - - -- Johan Bilien Mon, 6 Mar 2006 16:15:56 +0200 + Bug fixes: + + * Fixes: NB#88576 (critical warning in HildonTouchSelectorEntry) + * Fixes: NB#88720 (HildonPickerButton leaks a reference to the + HildonTouchSelector) + * Fixes: NB#88718 (HildonPickerButton not synchronizing its initial + 'value' with the selector) + * Fixes: NB#88891 (Allow WM to handle properly close-on-tap-outside behavior) + * Fixes: NB#88850 (Update HildonNote button strings + signals) + * Fixes: NB#88887 (Hildon Wizard changes for Hildon2.2) + * Fixes: NB#88680 (Limiting API in HildonTouchSelector) + * Fixes: NB#88923 (Semantics of hildon_stackable_window_set_main_menu() + changed) + * Fixes: NB#88927 (Hildon Wizard should not use icons anymore) + + API additions: + + * New methods to set/get index of selected item in HildonPickerButton and + HildonTouchSelector. + * Add HildonAppMenu::columns property. + * New HildonTouchSelectorColumn class implementing GtkCellLayout interface. + + Other: + + * Examples updated, coding, theming, and documentation fixes. + + -- Claudio Saavedra Mon, 29 Sep 2008 10:08:47 +0300 + +libhildon (2.1.10-2) unstable; urgency=low + + * Revert bump of shared library version to avoid shared library load issues. + + -- Claudio Saavedra Wed, 17 Sep 2008 10:52:21 +0300 + +libhildon (2.1.10-1) unstable; urgency=low -hildon-libs (0.12.1-1) unstable; urgency=low + * Fixes: NB#88214 (HildonPannableArea wrong requisition) + * Fixes: NB#88287 (Missing translations) + * Fixes: NB#88364 (Update margins definitions) + * Fixes: NB#88414 (Crash in HildonDateSelector on finalize) + * New widget: HildonTextEntry. + * Removed long deprecated methods hildon_check_button_set_label(), + hildon_check_button_get_label(). + * New method: hildon_gtk_window_set_progress_indicator() to set progress indicator in + windows (depends on feature being implemented in WM). + * Documentation updates, coding fixes, examples updates. See ChangeLog for details. + * Add dependency of libhildon1 on hildon-libs-l10n-mr[0] + * Set myself as the maintainer of the debian package. - * added hildon-window and hildon-program + -- Claudio Saavedra Mon, 15 Sep 2008 15:36:06 +0300 - -- Luc Pionchon Tue, 21 Feb 2006 16:11:39 +0200 +libhildon (2.1.8-1) unstable; urgency=low -hildon-libs (0.12.0-1) unstable; urgency=low + * Make -gdb package contain useful debugging symbols. + * Fixes: NB#88022 (parameter validation in + hildon_touch_selector_get_num_columns) + * Fixes: NB#88023 (day range check + in hildon_date_selector_select_current_date) + * Fixes: NB#88027 (implement hildon_date_selector_select_month) + * Fixes: NB#88045 (fix logical id for time in HildonTimeSelector) + * Fixes: NB#88047 (fix retrieval of selected items in HildonTouchSelector) + * Fixes: NB#88036 (fix range of 12h time in HildonTimeSelector) + * Fixes: NB#88049 (fix columns removal from HildonTouchSelector) + * New hildon_button_get_image() method in HildonButton. + * New widget: HildonEntry. + * New methods to add buttons with finger size in HildonDialog. + * Miscellaneous improvements, other minor bug fixes, documentation + improvementsand examples updates. See ChangeLog for details. - * Merge hildon-lgpl into hildon-libs and hildon-fm - * Moved hildon-file-details-dialog.[ch] from hildon-libs to hildon-fm - * debian/control: removed dependency on hildon-lgpl and hildon-fm - * debian/control: added missing dependencies - * debian/hildon-libs-dev.install: added "usr/lib/*.a" + -- Claudio Saavedra Tue, 09 Sep 2008 10:47:11 +0300 - -- Luc Pionchon Tue, 14 Feb 2006 13:02:06 +0200 +libhildon (2.1.6-1) unstable; urgency=low -hildon-libs (0.10.2-1) unstable; urgency=low + * Deprecated hildon_check_button_{set/get}_label(). + * Renamed HILDON_PANNABLE_AREA_MOV_* macros to HILDON_MOVEMENT_* + * Initial hint in the pannable area set to FALSE. + * Renamed properties in HildonPannableArea from {h,v}indicator-mode to + {h,v}indicator_policy, and {h,v}scroll to {h,v}scroll_visible. + * New widget: HildonEditToolbar. + * Renamed hildon_touch_selector_{set,get}_active_iter() to + hildon_touch_selector_select_iter() and hildon_touch_selector_get_selected(). + * Several API additions, bug fixes, internals improvements, documentation + improvements, and examples updates. See ChangeLog for details. - * N#22240 CP: Tapping outside the scroll bar invoke the applet. + -- Claudio Saavedra Fri, 29 Aug 2008 15:25:33 +0300 - -- Luc Pionchon Wed, 18 Jan 2006 19:54:31 +0200 +libhildon (2.1.5-1~unreleased) gutsy; urgency=low -hildon-libs (0.10.1-1) unstable; urgency=low + * Replace esd dependencies in the dev package with libcanberra-dev. + Fixes: NB#87481 - * Fixed Missing/Buggy documentation from N#11566 "make password dialog - customizable (messages)" - * N#19369 TRUE Scketch does not show colour change when using white color - * N#21063 hildon_note_new_confirmation_add_buttons has misleading docs - * N#21884 Cannot select read-only by using the center of the scroll key - * N#8094 5-bit color selector: wrong margins and pixel measurements - * M#59 HildonColorSelector needs more space + -- Kimmo Hämäläinen Wed, 13 Aug 2008 16:10:36 +0300 - -- Luc Pionchon Wed, 11 Jan 2006 20:03:33 +0200 +libhildon (2.1.4-1) gutsy; urgency=low -hildon-libs (0.10.0-1) unstable; urgency=low + * Lot of changes, see ChangeLog for more information. + * Depending on the new Gtk+. - * started development branch (maintenance continues with versions 0.9.x) - * added properties for Gazpacho support + -- Kimmo Hämäläinen Tue, 12 Aug 2008 18:22:00 +0300 - -- Luc Pionchon Mon, 12 Dec 2005 20:50:52 +0200 +libhildon (2.1.3-1) gutsy; urgency=low -hildon-libs (0.9.53-1) unstable; urgency=low + * Tons of changes, see the ChangeLog for more information. + * Replaced libesd with libcanberra. Fixes: NB#86876 - * same fix for, - 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+) + -- Kimmo Hämäläinen Mon, 4 Aug 2008 15:07:03 +0300 - -- Luc Pionchon Thu, 3 Nov 2005 19:09:17 +0200 +libhildon (2.1.2-1) gutsy; urgency=low -hildon-libs (0.9.52-1) unstable; urgency=low + * Update version number to 2.1.2-1 + * configure.ac 2.1.2 + * Too many individual changes for them to all be relevant here, many widgets + added, many widgets have been changed. A full list of additional/changed widgets + can be found in the Hildon 2.2 widget UI spec. - * Bugs fixed: - N#19140 System alerts still audible despite being turned off + -- Karl Lattimer Mon, 30 Jun 2008 13:55:29 +0300 - -- Luc Pionchon Thu, 13 Oct 2005 15:19:19 +0300 +libhildon (2.1.1-1) gutsy; urgency=low -hildon-libs (0.9.51-1) unstable; urgency=low + * Update version number to 2.1.1-1 + * configure.ac 2.1.1 + * Too many individual changes for them to all be relevant here, many widgets + added, many widgets have been changed. A full list of additional/changed widgets + can be found in the Hildon 2.2 widget UI spec. - * Bugs fixed: - N#20027 PDF Reader crashes on selecting read only option in the - details dialog box. - N#17918 Volumebar widget background image doesn't change when - widget goes into mute state + -- Karl Lattimer Mon, 16 Jun 2008 16:00:00 +0200 - -- Luc Pionchon Wed, 5 Oct 2005 16:29:12 +0300 +libhildon (2.0.4-1) gutsy; urgency=low -hildon-libs (0.9.50-2) unstable; urgency=low + * src/hildon-banner.c: revert the recent change, that introduced gtk_window_present() calls. + This reopens: Bug 78481 - [freetest] information banners are hidden under browser menu + But resolves another variant of: Bug 83953 - * Added gtk_dialog_help_disable(), fixes #19468 + -- Natalia Dobrovolskaya Wed, 16 Apr 2008 10:37:00 +0100 - -- Tapani Palli Tue, 20 Sep 2005 13:17:17 +0300 +libhildon (2.0.3-1) gutsy; urgency=low -hildon-libs (0.9.50-1) unstable; urgency=low + * Fixes: NB#78896: libhildon code inspection/coverity: uninitialised local values in + hildon_date_editor_size_allocate + * Fixes: NB#77775: Media Player, Save Now playing list, too long name makes banner disappear. + * Fixes: NB#79182: info banner flickering with certain message lengts. + * Fixes: NB#83953: Lock dialog is not visible when device is locked for the first time after flash - * Bugs fixed: - N#11129, added "No Items" localizable string - N#15680, english translation update + -- Natalia Dobrovolskaya Tue, 15 Apr 2008 15:03:00 +0100 - -- Luc Pionchon Wed, 14 Sep 2005 12:43:36 +0300 +libhildon (2.0.2-1) gutsy; urgency=low -hildon-libs (0.9.49-1) unstable; urgency=low + * Fixes: MB#1220: HildonWindow should take GtkMenu accel_group into account + * Fixes NB#78481: information banners are hidden under browser menu + * Fixes: NB#79791: Cannot set focus to Master volume using stylus + * Fixes: NB#22072: Revisiting fix for "Implement robust timer handling in Info Banner" bug + * Fixes: MB#924: Hildon widgets doesn't support RTL mode + * Fixes: MB#1212: Hide info banners (infoprints) on click + * Enable fixing: NB#79916 and NB#79918: The help topic for Color selector cannot be opened + * Fixes: NB#81696: The passcode is not overwritten even after selecting - * Bugs fixed: - 16805: problem with setting time in HildonTimeEditor - 18096: hildon_number_editor crashes the PDF viewer + -- Natalia Dobrovolskaya Thu, 03 Apr 2008 14:50:00 +0100 - -- Tommi Komulainen Tue, 30 Aug 2005 19:17:20 +0300 +libhildon (2.0.1-2) gutsy; urgency=low -hildon-libs (0.9.48-1) unstable; urgency=low + * Fixes: MB#1276: wrong allocators used in hildon_window_get_borders - * Bugs fixed: - 12176: it_IT Control Panel Date Time: Calendar view in English - 17142: HildonGrid - By default, after calling gtk_widget_show, Second row - is getting displayed instead of first. + -- Sven Herzberg Mon, 25 Feb 2008 11:50:10 +0100 - -- Tommi Komulainen Mon, 22 Aug 2005 18:25:25 +0300 +libhildon (2.0.1-1) unstable; urgency=low -hildon-libs (0.9.47-1) unstable; urgency=low + * Do not use PACKAGE_VERSION_MAJOR for the API revision. - * Bugs fixed: - 14587: Inconsistency in details dialog and File manager - behaviour + -- Xan Lopez Thu, 10 Jan 2008 16:31:15 +0200 - -- Tommi Komulainen Wed, 17 Aug 2005 19:02:41 +0300 +libhildon (2.0.0-1) unstable; urgency=low + + * Fixes: NB#78616: breadcrumb trail node removal logic fix. + * Fixes: NB#75310: add missing outer-border style property to HildonColorChooser. + + -- Xan Lopez Wed, 09 Jan 2008 14:27:08 +0200 + +libhildon (1.99.1-1) stable; urgency=low + + * Fixes: NB#25592 Accessibility unable to access entry box + + -- Michael Dominic Kostrzewa Fri, 14 Dec 2007 11:29:19 +0200 + +libhildon (1.99.0-2) stable; urgency=low + + * Updating the gtk dependancy. + + -- Michael Dominic Kostrzewa Thu, 11 Oct 2007 16:05:48 +0300 + +libhildon (1.99.0-1) stable; urgency=low + + * Fixes: NB#71660 RSS applet is not using correct logical colors for feeds + * Upping version to (almost) 2.0.0 for hildon 2.0 + + -- Michael Dominic Kostrzewa Wed, 10 Oct 2007 14:10:28 +0300 + +libhildon (1.0.17-1.1) stable; urgency=low + + * Fixes: NB#70842 General brokeness in toolbars visibility + * Fixes: NB#62031 Extra arrow in front of top level item in breadcrumb trail + * Fixes: MB#615 Can't show/hide the HildonWindow's toolbar + + -- Michael Dominic Kostrzewa Fri, 28 Sep 2007 15:03:11 +0300 + +libhildon (1.0.16-1.1) stable; urgency=low + + * Mem-leak fixes in font selector and color selector + * Mem-leak fix in style helper + * Making the code dialog a bit more thumbable + + * Fixes: NB#63694 device lock, truncation of secu_application_title + * Fixes: NB#70273 Memory leaks when switching applets and background + * Fixes: NB#70474 Memory leak and access to already freed memory in color selector + * Fixes: NB#70499 HildonFontSelectionDialog memory leak + + -- Michael Dominic Kostrzewa Fri, 21 Sep 2007 14:41:13 +0300 + +libhildon (1.0.15-1.1) stable; urgency=low + + * debian/control: Add glib and gtk+ doc packages to build dependencies to + get gtk-doc crossreferences right + * debian/rules: --enable-gtk-doc (with nodocs DEB_BUILD_OPTIONS support) + + * Fixes: NB#67955 Device lock/unlock code not accepted from HW keyboard + * Fixes: NB#52301 Wrong item is highlighted in Find toolbar history list + * Fixes: NB#68610 caption multiple focus possible in Authentication dialog weba_fi_auhentication_realm + * Fixes: NB#69306 API documentation is missing + + -- Michael Dominic Kostrzewa Mon, 17 Sep 2007 14:07:51 +0300 + +libhildon (1.0.14-1) stable; urgency=low + + * Removing the patch for hiding HildonWindow before destroy. Breaks DBus. + * Fixes for HildonCalendar expose methods + * Fixes for composite-widgets focus handling + * New dialog layout for the HildonCalendar (Ok/Cancel) + * Making find toolbar thumbable + * Changing the stylus repeat timeout to match our needs + * New esd dependency + + * Fixes: NB#54146 Hilon Calendar popup:The changes in active month/year are not shown + * Fixes: NB#59299 Leaving the calendar dialog is not possible without selecting something + * Fixes: NB#66060 Search toolbar has wrong height in ComboBoxEntry and toolbarbuttons are too narrow + * Fixes: NB#58352 on startup, hildon-desktop GLIB WARNING ** hildon-1... + * Fixes: NB#60489 Key repeat rate in number editor + * Fixes: NB#65155 HildonVolumebar: mute grabs focus, not possible to adjust volume using HW keys + * Fixes: NB#63955 hildon_volumebar_set_mute() grabs focus even if the widget is unmapped + * Fixes: NB#66673 Questionable main loop iteration in hildon_window_destroy() + * Fixes: NB#66628 Account setting dialog crashes while moving the focus using the h/w key. + + -- Michael Dominic Kostrzewa Fri, 24 Aug 2007 16:18:24 +0300 -hildon-libs (0.9.35-3) unstable; urgency=low +libhildon (1.0.13-1) stable; urgency=low - * debian/control: - * debian/rules: remove l10n packages, add Depends: - hildon-libs-l10n-3.0-engb | hildon-libs-l10n-3.0-english + * Fixes to HildonBanners for temporary windows + * Minor bugfix in the helper function for logical colors + * New examples - -- Tommi Komulainen Wed, 17 Aug 2005 17:40:47 +0300 + * Fixes: NB#58352 on startup, hildon-desktop GLIB WARNING... -hildon-libs (0.9.35-2) unstable; urgency=low + -- Michael Dominic Kostrzewa Fri, 17 Aug 2007 14:46:03 +0300 - * Maemo dev release +libhildon (1.0.12-1) stable; urgency=low + + * New HILDON_CHECK_VERSION macro + * Bugfixes + * Minor doc updates + + * Fixes: NB#62061 Please include HILDON_CHECK_VERSION macro + * Fixes: NB#49374 Programs using HildonWizardDialog cannot set the sensitivity of buttons when the page changes + * Fixes: NB#64355 Control panel; Device lock: OK and Cancel buttons + * Fixes: NB#60154 It is possible to enter invalid date in the birthday date picker + + -- Michael Dominic Kostrzewa Mon, 06 Aug 2007 09:52:19 +0300 + +libhildon (1.0.11-1) stable; urgency=low + + * Adding some new API functions to control the active item in HildonFindToolbar + * Fixing the default focus for font selection dialog + * New examples + * Changing the default long key press time + * Fixed time picker on-map breakage + + * Fixes: NB#63700 wrong definition for HILDON_WINDOW_LONG_PRESS_TIME + * Fixes: NB#54182 HildonDateEditor min/max properties cannot be set + * Fixes: NB#63430 Ok button of preview dialog is not highlited,when font size is 32pt. + + -- Michael Dominic Kostrzewa Wed, 25 Jul 2007 10:14:34 +0300 + +libhildon (1.0.10-2) stable; urgency=low + + * Fix header installation. + + -- Michael Dominic Kostrzewa Mon, 2 Jul 2007 10:09:31 +0300 + +libhildon (1.0.10-1) stable; urgency=low + + * Fixing a bit of focus crazyness in the time and date editors + * Removing the separator from the code dialog + * Fixing circular dep to enums + * Hide the HildonWindow before performing the destroy + + * Fixes: NB#61129 volumebar info banner in muted state + * Fixes: NB#61128 volumebar sensitivy does not change when the widget is not mapped + * Fixes: NB#60518 Unable to move the focus from the buttons to date or time editor. + * Fixes: NB#60349 Date editor invalidates keyboard number input + + -- Michael Dominic Kostrzewa Fri, 29 Jun 2007 16:49:58 +0300 + +libhildon (1.0.9-1) stable; urgency=low + + * Breadcrumb align/visibility fixes + + * Fixes: MB#1466 hildon_window_toggle_menu() unconditionally uses button=0 for gtk_menu_popup() + * Fixes: MB#1230 libhildon doesn't build because of broken strict-aliasing + * Fixes: MB#1093 Banners should use GDK_WINDOW_TYPE_HINT_NOTIFICATION + * Fixes: NB#52946 Pressing (accidentally) back and then menu key with thumb in quick succession and unfocusing the menu closes the application + * Fixes: MB#1101 Reproducible unintentional window/application close bug + + -- Michael Dominic Kostrzewa Thu, 07 Jun 2007 14:39:06 +0300 + +libhildon (1.0.8-1) stable; urgency=low + + * Breadcrumb fixes + * HildonBanner fixes for transiency + * Updated examples + + * Fixes: NB#56434 Name of the month truncates in the Date & Time page in the startup wizard. + * Fixes: NB#54127 The arrow heads of Calendar popup vanish(except the one that is tapped) when tapped on one of the arrows of month or year. + * Fixes: NB#50288 Box remains on the am/pm indicator of the Date and Time Settings dialog. + * Fixes: NB#56082 HildonCalendarpopup:Sliding sylus to a dimmed date changes the year to 1970 + * Fixes: NB#54147 Hildon calendar popup:The range checks for the years are not consistent. + * Fixes: NB#41501 Last line of text in preview dialog is not shown properly when bold and maximum font is selected + * Fixes: NB#38955 Inconsistent behaviour observed when 2 instances of date and time applet are open. + * Fixes: NB#52379 HildonCaption won't accept focus when it contains a complex widget tree + * Fixes: NB#56624 "Searching" info note displayed even after minimizing the search window + * Fixes: NB#59276 Escape timeout handler is not removed when HildonWindow is deleted. + * Fixes: NB#55161 Refreshing library is shown on top of other applications + * Fixes: NB#58982 HildonBreadcrumbtrail:Pressing Esc key does not show any effect + + -- Michael Dominic Kostrzewa Fri, 01 Jun 2007 15:43:59 +0300 + +libhildon (1.0.7-1) stable; urgency=low + + * Fixed at some point in the past, but adding here: + + * Fixes: NB#44440 hildon_note_new_cancel_with_progress_bar does unreasonable ellipsization... + * Fixes: NB#49916 ADDRESS BOOK, truncation, §addr_nc_notification4b§ + * Fixes: NB#52006 The number editor in Pdf Viewer goes on a loop after reaching the maximum value. + + -- Michael Dominic Kostrzewa Fri, 25 May 2007 11:05:41 +0300 + +libhildon (1.0.6-1) stable; urgency=low + + * Fixes: NB#54061 Notes application crashes when font size & font colour is changed + * Fixes: NB#48934 Switch to page with empty page number dialog responded when taped outside the content area + + * Memory allocation fixes for color and font selection widgets + * Breadcrumb leak/visibility fixes + * New examples + + -- Michael Dominic Kostrzewa Tue, 22 May 2007 13:45:59 +0300 + +libhildon (1.0.5-1) stable; urgency=low + + * Fixes: NB#54149 Date editor: Accepts year greater than 2037 + * Fixes: NB#49374 Programs using HildonWizardDialog cannot set the sensitivity of buttons when the page changes + + * Memory freeing fixes in font selection dialog. + * Breadcrumb update. + + -- Michael Dominic Kostrzewa Mon, 07 May 2007 13:16:09 +0300 + +libhildon (1.0.4-1) stable; urgency=low + + * Changing the API guard name to HILDON_ENABLE_UNSTABLE_API. + + -- Michael Dominic Kostrzewa Thu, 26 Apr 2007 16:20:55 +0300 + +libhildon (1.0.3-1) stable; urgency=low + + * Removing the API guard from helper functions. It was a mistake. + + -- Michael Dominic Kostrzewa Thu, 26 Apr 2007 15:54:12 +0300 + +libhildon (1.0.2-1) stable; urgency=low + + * Guard unstable API's with ENABLE_UNSTABLE_API define + * Breadcrumb updates + * Fixing a problem with timed banners having their parrent destroyed before they are + * Fixing the sh libs + + -- Michael Dominic Kostrzewa Wed, 25 Apr 2007 16:48:30 +0300 + +libhildon (1.0.1-1) stable; urgency=low + + * New breadcrumb trial widget. + * Fingerable scrollbar API. + + * Fixes: NB#54182 HildonDateEditor min/max properties cannot be set + + -- Michael Dominic Kostrzewa Mon, 16 Apr 2007 11:09:27 +0300 + +libhildon (1.0.0-1) stable; urgency=low + + * Move to Gtk 2.10 + * Consolidated API + * All the deprecated widgets are now removed + * Version bumping to 1.0.0 since we're now nice and stable + * Fix packaging for gtk-doc (not enabled by default) + * License change to LGPL version 2.1 or later + * Adding examples for many widgets + + * Fixes: NB#49043 Build fails due to duplicate definition of INVALID_CHAR + * Fixes: NB#49810 Errors in hildon-libs + * Fixes: NB#47751 Tap and hold of Home key minimize applications but does not close the application menu + * Fixes: NB#46434 HildonWindow: inconsistent memory management + * Fixes: NB#30265 Warning from hildonlibs build + * Fixes: NB#47751 Tap and hold of Home key minimize applications but does not close the application menu + * Fixes: NB#47989 Not possible to set empty title for HildonWindow + * Fixes: NB#50496 While quickly tapping the same Edit button, the message is displayed differently. + * Fixes: NB#51736 Enhancement in hildon_caption_set_label_text() + * Fixes: NB#50854 application menu closes when mouse released + + -- Michael Dominic Kostrzewa Thu, 29 Mar 2007 16:36:27 +0300 - -- Luc Pionchon Wed, 6 Jul 2005 07:49:38 +0300