2009-02-06 Claudio Saavedra <csaavedra@igalia.com>
[hildon] / debian / changelog
1 libhildon (2.1.42-1) unstable; urgency=low
2
3   Bug fixes:
4
5   * Fixes: NB#100487 (HildonStackableWindow transiency becomes
6     incoherent)
7   * Fixes: NB#98039 (Wishlist: hildon_window_add_edit_toolbar())
8   * Fixes: NB#100320 (HildonPannableArea does not listen to
9     GtkAdjustment "change" signals)
10   * Fixes: NB#99802 (Hildon touch selector entry not working properly
11     for some of the input modes)
12   * Fixes: NB#100468 (Application menu window is launched even when a
13     new secondary-window/dialog is pending to be shown/realized.)
14   * Fixes: NB#93165 (HildonTouchSelector::changed not emitted when the
15     selection is programmatically changed)
16
17   Deprecations:
18
19   * Removed obsolete icon sizes:
20     HILDON_ICON_PIXEL_SIZE_WIZARD
21     HILDON_ICON_PIXEL_SIZE_BIG_NOTE
22     HILDON_ICON_PIXEL_SIZE_NOTE
23
24   Other:
25
26   * Documentation improvements.
27   * Misc. code improvements.
28   * Icon sizes updates.
29
30  -- Claudio Saavedra <csaavedra@igalia.com>  Fri, 06 Feb 2009 09:51:54 +0200
31
32 libhildon (2.1.40-1) unstable; urgency=low
33
34   * bump GTK+ dependency to 2.12.12-1maemo7
35
36   Bug fixes:
37
38   * Fixes: NB#98855 (HildonBanner uses qgn_note_infoprint)
39   * Fixes: NB#98614 (Hildon information note (background) should have
40     minimum height and maximum text width)
41   * Fixes: NB#91657 (HildonPickerDialog closes immediately when used
42     with some dynamic tree model)
43   * Fixes: NB#97468 (HildonPickerDialog doesn't need to show selected
44     contents in title)
45   * Fixes: NB#99713 (HildonButton value label color is wrong)
46   * Fixes: NB#94970 (Hildon Edit Mode Toolbar should use back button
47     graphics from theme)
48
49   Other:
50
51   * Do not use cairo to render the HildonPannableArea panning indicators.
52   * HildonButton layout fixes.
53   * Improved and updated examples.
54   * Documentation improvements.
55
56  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 02 Feb 2009 09:25:09 +0200
57
58 libhildon (2.1.38-1) unstable; urgency=low
59
60   * fix DEB_BUILD_OPTIONS=nodocs
61
62   Bug fixes:
63
64   * Fixes: NB#98609 (Use wdgt_ strings for all hildon dialog buttons)
65   * Fixes: NB#98537 (Device hangs in account settings dialog)
66   * Fixes: NB#95395 (prestarted applications show GLIB WARNING ** Gdk
67     - gdkdrawable-x11.c:878 drawable is not a pixmap or window)
68   * Fixes: NB#98383 (is-topmost signal is not emitted when task
69     switcher is clicked.)
70
71   New API:
72
73   * New HildonAnimationActor widget (Artem Egorkine)
74
75   Other:
76
77   * Reverted change in pannable area that caused irresponsive applications.
78   * Pannable Area misc. improvements.
79
80  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 26 Jan 2009 10:59:00 +0200
81
82 libhildon (2.1.36-2) unstable; urgency=low
83
84   * Fix a potencial lock HildonPickerButton.
85   * Fix a potencial crasher in HildonTimeSelector.
86
87  -- Claudio Saavedra <csaavedra@igalia.com>  Thu, 22 Jan 2009 19:14:33 +0200
88
89 libhildon (2.1.36-1) unstable; urgency=low
90
91   Bug fixes:
92
93   * Fixes: NB#93410 (API required for setting IM mode in HildonTouchSelectorEntry)
94   * Fixes: NB#97015 (HildonPickerButton shouldn't gtk_dialog_run() the picker dialog)
95   * Fixes: NB#95828 (HildonTextView functionality)
96   * Fixes: NB#96202 (FKB causes HildonPickerButton's value update before the selection is accepted in the dialog)
97   * Fixes: NB#94970 (Hildon Edit Mode Toolbar should use back button graphics from theme)
98   * Fixes: NB#96225 (Dialog titles are not shown according to the values selected in the list picker)
99   * Fixes: NB#96226 (In multiple selection mode Done button is shown sometimes in listpicker)
100   * Fixes: NB#96837 (HildonPannableArea - scroll indicator shown despite the view not being scrollable)
101   * Fixes: NB#95709 (Invalid casts in HildonPannableArea(?))
102   * Fixes: NB#97028 (Pannable area updates on every motion event)
103   * Fixes: NB#92849 (Selected item is not always visible when HildonTouchSelector is shown)
104   * Fixes: NB#97908 (Not possible to change the year range in HildonDateSelector/HildonDateButton)
105   * Fixes: NB#98317 (Provide parametarized API for TimePicker widget)
106
107   New API:
108
109   * HildonPickerDialog:
110
111     - ::center-on-show property:
112       Whether to center on the selected items each time the dialog is presented.
113
114   * HildonTouchSelector:
115
116     - hildon_touch_selector_entry_set/get_input_mode: New accessors for
117       the input mode used in a HildonTouchSelectorEntry's entry.
118     - hildon_touch_selector_unselect_all(): Unselect current selection
119       in one of the columns.
120     - hildon_touch_selector_center_on_selected(): Centers on the nearest
121       selected element in each column.
122
123   * HildonDateSelector:
124
125     - ::min-year, ::max-year properties:
126       Allows to define boundaries for the year column in the selector.
127     - hildon_date_selector_new_with_year_range():
128       Create a date selector with custom year boundaries.
129
130   * HildonDateButton:
131
132     - hildon_date_button_new_with_year_range():
133       Create a button with custom year boundaries in its date selector.
134
135   * HildonEditToolbar:
136
137     - ::arrow-width and ::arrow-height style properties:
138       Allow to set the size of the arrow button.
139
140   * HildonTimeSelector:
141
142     - ::minutes-step:
143       Allows to define steps between minutes in the time selector.
144     - hildon_time_selector_new_step():
145       Allows to create a HildonTimeSelector with a custom minutes step.
146
147   * HildonTimeButton:
148
149     - hildon_time_button_new_step():
150       Allows to create a HildonTimeButton with a custom minutes step in
151       its selector.
152
153   Other:
154
155   * Improved documentation.
156   * Many code fixes and memory leaks fixed.
157   * Improved HildonPannableArea responsiveness/performance.
158
159  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 20 Jan 2009 14:29:55 +0200
160
161 libhildon (2.1.34-2) unstable; urgency=low
162
163   * Fixes: NB#94460 (stackable window's menu is not closed when its
164   window is hidden)
165
166  -- Claudio Saavedra <csaavedra@igalia.com>  Thu, 08 Jan 2009 11:35:40 +0200
167
168 libhildon (2.1.34-1) unstable; urgency=low
169
170   [ Alberto Garcia ]
171   * Use dh_install to install all examples.
172   * Use DEB_SRCDIR instead of defining SOURCE_DIR
173
174   Bug fixes:
175
176   * Fixes: NB#94460 (stackable window's menu is not closed when its
177   window is hidden)
178   * Fixes: NB#89890 (Information notes does not get disappeared after
179   few seconds)
180
181   Other:
182
183   * Code cleanups, minor fixes.
184
185  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 16 Dec 2008 13:25:38 +0100
186
187 libhildon (2.1.32-1) unstable; urgency=low
188
189   * Bump GTK+ dependency to 2.12.12-1maemo5.
190
191   Bug fixes:
192
193   * Fixes: NB#95714 (GtkCellView in HildonCheckButton should be
194     larger / configurable size)
195
196   Other:
197
198   * Quick release to update a GtkRange property change in GTK+.
199
200  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 16 Dec 2008 13:10:47 +0100
201
202 libhildon (2.1.30-1) unstable; urgency=low
203
204   Bug fixes:
205
206   * Fixes: NB#93744 (Tapping should jump to location on GtkScale)
207
208   New API:
209
210   * hildon_pannable_area_get_[sv]adjustment(): Method to retrieve the GtkAdjustments
211     in HildonPannableArea.
212
213   Other:
214
215   * Code fixes.
216   * Leaks fixed.
217   * New progress indicator example (Thomas Thurman)
218   * Documentation improvements and updates (Ivan Gomez).
219   * Theme properly HildonPickerButton derived classes.
220
221  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 15 Dec 2008 11:55:23 +0100
222
223 libhildon (2.1.28-1) unstable; urgency=low
224
225   * Bump GTK+ dependency to 2.12.12-1maemo4 for the GtkDialog changes.
226
227   Bug fixes:
228
229   * Fixes: NB#94214 (No way to stop HildonWizardDialog from going to
230     next page)
231   * Fixes: NB#94972 (Hildon Picker with Entry should use HildonEntry
232     widget, not GtkEntry)
233   * Fixes: NB#90867 (Deprecate HildonDialog and use GtkDialog (with
234     maemo changes) instead)
235
236   New API:
237
238   * hildon_program_set/get_common_app_menu(): Use to set a common
239     HildonAppMenu for all stackable windows in a HildonProgram.
240   * hildon_wizard_dialog_set_forward_page_func(): Use to define a
241     HildonWizardDialogPageFunc function to control flow of the wizard.
242   * hildon_gtk_tree_view_set_ui_mode(): Method to change the UI mode.
243   * hildon_gtk_icon_view_set_ui_mode(): Method to change the UI mode.
244   * HildonPannableArea::size-request-policy: Size requisition policy property.
245   * hildon_pannable_area_set/get_size_request_policy(): Method to change the
246     size request policy.
247
248   Deprecations:
249
250   * HildonDialog. Prefer GtkDialog instead.
251
252   Other:
253
254   * Examples updated, code fixes, documentation updates.
255   * Explicitely set the interactive search widget off in hildon specific
256     GtkTreeView.
257
258  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 09 Dec 2008 16:09:45 +0100
259
260 libhildon (2.1.26-1) unstable; urgency=low
261
262   Bug fixes:
263
264   * Fixes: NB#92230 (Scroll indication not visible in HildonTouchSelector)
265   * Fixes: NB#93281 (new API: hildon_button_set_picker_style() to set
266     HildonButton look like PickerButton)
267   * Fixes: NB#93680 (HildonTimePicker need fully localized am/pm)
268   * Fixes: NB#93228 (Done button is not shown always in listpicker)
269   * Fixes: NB#93890 (Empty HildonAppMenu is pop-up)
270   * Fixes: NB#92032 (In calendar application, date values in 'new event'
271     are not proper)
272   * Fixes: NB#94322 (Scale Updates)
273   * Fixes: NB#94350 (HildonWindowStack:s have the same X Window group)
274
275   New API:
276
277   * HildonWindowStack: Support for multiple window stacks per application.
278   * HildonButton::style property. See below.
279   * hildon_button_set_picker_style(): Sets a different style to the value label
280     in HildonButton.
281   * HildonTouchSelector:columns-changed signal: Emitted every time the number
282     of columns in a HildonTouchSelector changes.
283
284   Deprecations:
285
286   * hildon_program_pop_window_stack(),
287     hildon_program_peek_window_stack(),
288     hildon_program_go_to_root_window(): Superseded by HildonWindowStack.
289
290   Other:
291
292   * Many code fixes.
293   * Examples updates and improvements.
294   * Documentation improvements.
295
296  -- Claudio Saavedra <csaavedra@igalia.com>  Wed, 03 Dec 2008 09:17:52 +0100
297
298 libhildon (2.1.24-1) unstable; urgency=low
299
300   Bug fixes:
301
302   * Fixes: NB#89811 (Not able to select first image thumbnail in multi
303     selection mode using custom widget inside pannable)
304   * Fixes: NB#91863 (hildon_touch_selector_set_column_selection_mode()
305     breaks HildonPickerDialog)
306   * Fixes: NB#91769 (HildonColorChooserDialog's selected colour is
307     highlighted but not visible)
308   * Fixes: NB#92897 (HildonNotes have incorrect WINDOW_TYPE)
309   * Fixes: NB#92744 (HildonDateSelector emits multiple "changed" singal
310     with strange parameters)
311   * Fixes: NB#92664 (Deprecate hildon_helper_set_insensitive_message)
312   * Fixes: NB#89754 (Applications shouldn't display their names in the
313     window title)
314   * Fixes: NB#92476 (Update icon size constants to Fremantle (hildon-defines.h))
315
316   Deprecations:
317
318   * hildon_helper_set_insensitive_message()
319   * hildon_helper_set_insensitive_messagef()
320   * hildon_volumebar_set_range_insensitive_message()
321   * hildon_volumebar_set_range_insensitive_messagef()
322
323   New API:
324
325   * hildon_init(): Initialization function for the library.
326   * hildon_gtk_init(): Convenience init function for hildon and GTK+
327
328   Other:
329
330   * Build system improvements.
331   * Examples updated.
332
333  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 24 Nov 2008 15:21:49 -0300
334
335 libhildon (2.1.22-1) unstable; urgency=low
336
337   [ Alejandro Pinheiro ]
338   * Added --enable-maintainer-mode on debian/rules
339
340   Bug fixes:
341
342   * Fixes: NB#91688 (Never show icons in information notes/confirmation
343     notes)
344   * Fixes: NB#91995 (Calendar is crashing after pressing 'Enter' HW key
345     in HildonDateSelector dialog)
346
347   Deprecations:
348
349   * hildon_note_new_confirmation_with_icon_name(): deprecated
350   * hildon_note_new_information_with_icon_name(): deprecated
351   * HildonNote::icon and HildonNote::stock_icon: deprecated
352
353   Other:
354
355   * Logical ids fixes.
356   * Examples updated.
357   * Build system improved.
358
359  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 11 Nov 2008 07:05:33 -0300
360
361 libhildon (2.1.20-1) unstable; urgency=low
362
363   Bug fixes:
364
365   * Fixes: NB#89541 (Crash in pannable area when closing picker dialog)
366   * Fixes: NB#90994 (HildonPannableArea does not connect "destroyed"
367     on child)
368   * Fixes: NB#91192 (Memory leak in HildonTouchSelector default print
369     function)
370   * Fixes: NB#91135 (Deprecate legacy hildon widgets)
371   * Fixes: NB#90662 (HildonButton "value" and "detail" text is
372     unformatted)
373   * Fixes: NB#91104 (Remove stepper buttons from legacy hildon widgets)
374   * Fixes: NB#91016 (Change toolbar sizes, simplification)
375   * Fixes: NB#91385 (Hildon Touch List panning should be ALWAYS vertical only)
376
377   Deprecations:
378
379   * All Fremantle deprecated widgets has been marked as such with
380     HILDON_DISABLE_DEPRECATED marks.
381
382   Other:
383
384   * Improved sizing of the HildonTouchSelector/HildonPickerDialog widgets.
385   * Corrected alignment of HildonCheckButton contents.
386   * Many cancel-like button fixes.
387
388   ABI:
389
390   * Reverted change introduced in 2.1.16 that broke ABI compatibility. See
391     NB#91636 for further explanation.
392
393  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 04 Nov 2008 13:40:40 +0200
394
395 libhildon (2.1.18-1) unstable; urgency=low
396
397   [ Alejandro Pinheiro ]
398
399   * Add a libhildon1-examples package with the examples.
400   * Avoid running autogen.sh twice during package construction.
401
402   [ Alberto Garcia ]
403
404   * Add libhildon1-doc examples with the API documentation.
405
406   Bug fixes:
407
408   * Fixes: NB#90535 (Memory leak in picker button)
409   * Fixes: NB#90861 (Custom Confirmation dialogs should be protected
410     from cancel button removal)
411   * Fixes: NB#90661 (Delete dialog is displayed without NO button)
412
413   Other:
414
415   * Remove all cancel/close dialogs, where appropriate.
416   * Documentation improvements, some internal cleanups.
417   * HildonAppMenu: unhandled keyboard accelerators are sent to the parent window.
418
419  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 27 Oct 2008 14:08:43 +0200
420
421 libhildon (2.1.16-1) unstable; urgency=low
422
423   * HildonTouchSelector internal layout cleaning.
424   * Improved HildonButton customizability.
425   * Allow Hildon Touch Menu theming (Daniel Borgmann)
426   * Set PKG_CONFIG_PATH in rules to allow building docs with pkg-config 1.10.
427
428   Bug fixes:
429
430   * Fixes: NB#89411 (Window Manager locks caused by HildonStackableWindow)
431   * Fixes: NB#89935 (Shortcuts for menu buttons are not working)
432   * Fixes  NB#90232 (Picker button does not set the label on done button for the
433     second time)
434
435  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 20 Oct 2008 11:37:31 +0200
436
437 libhildon (2.1.14-1) unstable; urgency=low
438
439   * Switch the build system to use cdbs.
440   * Add --disable-deprecated configure option.
441
442   Bug fixes:
443
444   * Fixes: NB#88644 (Hardcoded first column of the model as text column)
445   * Fixes: NB#89329 (selectors in picker dialog are not visible when a
446     long text is set as label for done button)
447   * Fixes: NB#89651 (HildonTouchSelectorEntry title is <unnamed>, when
448     entry is empty)
449   * Fixes: NB#89632 (Picker button selection doesn't change on first click)
450   * Fixes: NB#88946 (Hildon Picker button should disable itself if there are no
451     values)
452   * Fixes: NB#89650 (Picker button is not updated, when selection in selector
453     has changed)
454
455   API additions:
456
457   * HildonTouchSelectorColumn::text-column property.
458   * hildon_picker_button_set_done_button_text() and
459     hildon_picker_button_get_done_button_text()
460   * HildonCheckButton is a proper widget.
461
462   Deprecations:
463
464   * HildonWeekdayPicker
465   * HildonTouchSelectorEntry::text-column property, use
466     HildonTouchSelectorColumn::text-column instead.
467   * hildon_touch_selector_set_column_attributes(), use
468     HildonTouchSelectorColumn and friends.
469   * HildonAppMenu::columns property, this is managed automatically now.
470
471   Other:
472
473   * hildon_gtk_set_theme_size() sets widget name using "WidgetName-size" layout,
474     to ease proper theming (Daniel Borgmann)
475   * Many documentation improvements and additions.
476
477  -- Claudio Saavedra <csaavedra@igalia.com>  Fri, 10 Oct 2008 13:40:57 +0300
478
479 libhildon (2.1.12-2) unstable; urgency=low
480
481   * Add missing hildon-touch-selector-column.h to installable headers.
482   * Fix dh_makeshlibs rule.
483
484  -- Claudio Saavedra <csaavedra@igalia.com>  Wed, 01 Oct 2008 13:02:43 +0300
485
486 libhildon (2.1.12-1) unstable; urgency=low
487
488   * Ship the upstream ChangeLog and NEWS file.
489
490   Bug fixes:
491
492   * Fixes: NB#88576 (critical warning in HildonTouchSelectorEntry)
493   * Fixes: NB#88720 (HildonPickerButton leaks a reference to the
494     HildonTouchSelector)
495   * Fixes: NB#88718 (HildonPickerButton not synchronizing its initial
496     'value' with the selector)
497   * Fixes: NB#88891 (Allow WM to handle properly close-on-tap-outside behavior)
498   * Fixes: NB#88850 (Update HildonNote button strings + signals)
499   * Fixes: NB#88887 (Hildon Wizard changes for Hildon2.2)
500   * Fixes: NB#88680 (Limiting API in HildonTouchSelector)
501   * Fixes: NB#88923 (Semantics of hildon_stackable_window_set_main_menu()
502     changed)
503   * Fixes: NB#88927 (Hildon Wizard should not use icons anymore)
504
505   API additions:
506
507   * New methods to set/get index of selected item in HildonPickerButton and
508     HildonTouchSelector.
509   * Add HildonAppMenu::columns property.
510   * New HildonTouchSelectorColumn class implementing GtkCellLayout interface.
511
512   Other:
513
514   * Examples updated, coding, theming, and documentation fixes.
515
516  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 29 Sep 2008 10:08:47 +0300
517
518 libhildon (2.1.10-2) unstable; urgency=low
519
520   * Revert bump of shared library version to avoid shared library load issues.
521
522  -- Claudio Saavedra <csaavedra@igalia.com>  Wed, 17 Sep 2008 10:52:21 +0300
523
524 libhildon (2.1.10-1) unstable; urgency=low
525
526   * Fixes: NB#88214 (HildonPannableArea wrong requisition)
527   * Fixes: NB#88287 (Missing translations)
528   * Fixes: NB#88364 (Update margins definitions)
529   * Fixes: NB#88414 (Crash in HildonDateSelector on finalize)
530   * New widget: HildonTextEntry.
531   * Removed long deprecated methods hildon_check_button_set_label(),
532     hildon_check_button_get_label().
533   * New method: hildon_gtk_window_set_progress_indicator() to set progress indicator in
534     windows (depends on feature being implemented in WM).
535   * Documentation updates, coding fixes, examples updates. See ChangeLog for details.
536   * Add dependency of libhildon1 on hildon-libs-l10n-mr[0]
537   * Set myself as the maintainer of the debian package.
538
539  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 15 Sep 2008 15:36:06 +0300
540
541 libhildon (2.1.8-1) unstable; urgency=low
542
543   * Make -gdb package contain useful debugging symbols.
544   * Fixes: NB#88022 (parameter validation in
545     hildon_touch_selector_get_num_columns)
546   * Fixes: NB#88023 (day range check
547     in hildon_date_selector_select_current_date)
548   * Fixes: NB#88027 (implement hildon_date_selector_select_month)
549   * Fixes: NB#88045 (fix logical id for time in HildonTimeSelector)
550   * Fixes: NB#88047 (fix retrieval of selected items in HildonTouchSelector)
551   * Fixes: NB#88036 (fix range of 12h time in HildonTimeSelector)
552   * Fixes: NB#88049 (fix columns removal from HildonTouchSelector)
553   * New hildon_button_get_image() method in HildonButton.
554   * New widget: HildonEntry.
555   * New methods to add buttons with finger size in HildonDialog.
556   * Miscellaneous improvements, other minor bug fixes, documentation
557     improvementsand examples updates. See ChangeLog for details.
558
559  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 09 Sep 2008 10:47:11 +0300
560
561 libhildon (2.1.6-1) unstable; urgency=low
562
563   * Deprecated hildon_check_button_{set/get}_label().
564   * Renamed HILDON_PANNABLE_AREA_MOV_* macros to HILDON_MOVEMENT_*
565   * Initial hint in the pannable area set to FALSE.
566   * Renamed properties in HildonPannableArea from {h,v}indicator-mode to
567     {h,v}indicator_policy, and {h,v}scroll to {h,v}scroll_visible.
568   * New widget: HildonEditToolbar.
569   * Renamed hildon_touch_selector_{set,get}_active_iter() to
570     hildon_touch_selector_select_iter() and hildon_touch_selector_get_selected().
571   * Several API additions, bug fixes, internals improvements, documentation
572     improvements, and examples updates. See ChangeLog for details.
573
574  -- Claudio Saavedra <csaavedra@igalia.com>  Fri, 29 Aug 2008 15:25:33 +0300
575
576 libhildon (2.1.5-1~unreleased) gutsy; urgency=low
577
578   * Replace esd dependencies in the dev package with libcanberra-dev.
579     Fixes: NB#87481
580
581  -- Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>  Wed, 13 Aug 2008 16:10:36 +0300
582
583 libhildon (2.1.4-1) gutsy; urgency=low
584
585   * Lot of changes, see ChangeLog for more information.
586   * Depending on the new Gtk+.
587
588  -- Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>  Tue, 12 Aug 2008 18:22:00 +0300
589
590 libhildon (2.1.3-1) gutsy; urgency=low
591
592   * Tons of changes, see the ChangeLog for more information.
593   * Replaced libesd with libcanberra. Fixes: NB#86876
594
595  -- Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>  Mon,  4 Aug 2008 15:07:03 +0300
596
597 libhildon (2.1.2-1) gutsy; urgency=low
598
599   * Update version number to 2.1.2-1
600   * configure.ac 2.1.2
601   * Too many individual changes for them to all be relevant here, many widgets
602     added, many widgets have been changed. A full list of additional/changed  widgets
603     can be found in the Hildon 2.2 widget UI spec.
604
605  -- Karl Lattimer <karl.lattimer@nokia.com>  Mon, 30 Jun 2008 13:55:29 +0300 
606
607 libhildon (2.1.1-1) gutsy; urgency=low
608
609   * Update version number to 2.1.1-1
610   * configure.ac 2.1.1
611   * Too many individual changes for them to all be relevant here, many widgets
612     added, many widgets have been changed. A full list of additional/changed  widgets
613     can be found in the Hildon 2.2 widget UI spec.
614
615  -- Karl Lattimer <karl.lattimer@nokia.com>  Mon, 16 Jun 2008 16:00:00 +0200
616
617 libhildon (2.0.4-1) gutsy; urgency=low
618
619   * src/hildon-banner.c: revert the recent change, that introduced gtk_window_present() calls. 
620     This reopens: Bug 78481 - [freetest] information banners are hidden under browser menu
621     But resolves another variant of: Bug 83953
622
623  -- Natalia Dobrovolskaya <natalia.dobrovolskaya@nokia.com>  Wed, 16 Apr 2008 10:37:00 +0100
624
625 libhildon (2.0.3-1) gutsy; urgency=low
626
627   * Fixes: NB#78896: libhildon code inspection/coverity: uninitialised local values in 
628     hildon_date_editor_size_allocate
629   * Fixes: NB#77775: Media Player, Save Now playing list, too long name makes banner disappear.
630   * Fixes: NB#79182: info banner flickering with certain message lengts.
631   * Fixes: NB#83953: Lock dialog is not visible when device is locked for the first time after flash
632
633  -- Natalia Dobrovolskaya <natalia.dobrovolskaya@nokia.com>  Tue, 15 Apr 2008 15:03:00 +0100
634
635 libhildon (2.0.2-1) gutsy; urgency=low
636
637   * Fixes: MB#1220: HildonWindow should take GtkMenu accel_group into account
638   * Fixes NB#78481: information banners are hidden under browser menu
639   * Fixes: NB#79791: Cannot set focus to Master volume using stylus
640   * Fixes: NB#22072: Revisiting fix for "Implement robust timer handling in Info Banner" bug
641   * Fixes: MB#924: Hildon widgets doesn't support RTL mode
642   * Fixes: MB#1212: Hide info banners (infoprints) on click
643   * Enable fixing: NB#79916 and NB#79918: The help topic for Color selector cannot be opened
644   * Fixes: NB#81696: The passcode is not overwritten even after selecting
645
646  -- Natalia Dobrovolskaya <natalia.dobrovolskaya@nokia.com>  Thu, 03 Apr 2008 14:50:00 +0100
647
648 libhildon (2.0.1-2) gutsy; urgency=low
649
650   * Fixes: MB#1276: wrong allocators used in hildon_window_get_borders
651
652  -- Sven Herzberg <sven@imendio.com>  Mon, 25 Feb 2008 11:50:10 +0100
653
654 libhildon (2.0.1-1) unstable; urgency=low
655
656   * Do not use PACKAGE_VERSION_MAJOR for the API revision.
657
658  -- Xan Lopez <xan.lopez@nokia.com>  Thu, 10 Jan 2008 16:31:15 +0200
659
660 libhildon (2.0.0-1) unstable; urgency=low
661
662   * Fixes: NB#78616: breadcrumb trail node removal logic fix.
663   * Fixes: NB#75310: add missing outer-border style property to HildonColorChooser.
664
665  -- Xan Lopez <xan.lopez@nokia.com>  Wed, 09 Jan 2008 14:27:08 +0200
666
667 libhildon (1.99.1-1) stable; urgency=low
668
669   * Fixes: NB#25592 Accessibility unable to access entry box
670
671  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 14 Dec 2007 11:29:19 +0200
672
673 libhildon (1.99.0-2) stable; urgency=low
674
675   * Updating the gtk dependancy.
676
677  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Thu, 11 Oct 2007 16:05:48 +0300
678
679 libhildon (1.99.0-1) stable; urgency=low
680
681   * Fixes: NB#71660 RSS applet is not using correct logical colors for feeds
682   * Upping version to (almost) 2.0.0 for hildon 2.0
683
684  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Wed, 10 Oct 2007 14:10:28 +0300
685
686 libhildon (1.0.17-1.1) stable; urgency=low
687
688   * Fixes: NB#70842 General brokeness in toolbars visibility
689   * Fixes: NB#62031 Extra arrow in front of top level item in breadcrumb trail
690   * Fixes: MB#615 Can't show/hide the HildonWindow's toolbar
691
692  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 28 Sep 2007 15:03:11 +0300
693
694 libhildon (1.0.16-1.1) stable; urgency=low
695
696   * Mem-leak fixes in font selector and color selector
697   * Mem-leak fix in style helper
698   * Making the code dialog a bit more thumbable 
699
700   * Fixes: NB#63694 device lock, truncation of secu_application_title
701   * Fixes: NB#70273 Memory leaks when switching applets and background
702   * Fixes: NB#70474 Memory leak and access to already freed memory in color selector
703   * Fixes: NB#70499 HildonFontSelectionDialog memory leak 
704
705  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 21 Sep 2007 14:41:13 +0300
706
707 libhildon (1.0.15-1.1) stable; urgency=low
708
709   * debian/control: Add glib and gtk+ doc packages to build dependencies to
710     get gtk-doc crossreferences right
711   * debian/rules: --enable-gtk-doc (with nodocs DEB_BUILD_OPTIONS support)
712
713   * Fixes: NB#67955 Device lock/unlock code not accepted from HW keyboard
714   * Fixes: NB#52301 Wrong item is highlighted in Find toolbar history list 
715   * Fixes: NB#68610 caption multiple focus possible in Authentication dialog weba_fi_auhentication_realm
716   * Fixes: NB#69306 API documentation is missing
717
718  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Mon, 17 Sep 2007 14:07:51 +0300
719
720 libhildon (1.0.14-1) stable; urgency=low
721
722   * Removing the patch for hiding HildonWindow before destroy. Breaks DBus.
723   * Fixes for HildonCalendar expose methods
724   * Fixes for composite-widgets focus handling
725   * New dialog layout for the HildonCalendar (Ok/Cancel)
726   * Making find toolbar thumbable
727   * Changing the stylus repeat timeout to match our needs
728   * New esd dependency 
729
730   * Fixes: NB#54146 Hilon Calendar popup:The changes in active month/year are not shown
731   * Fixes: NB#59299 Leaving the calendar dialog is not possible without selecting something
732   * Fixes: NB#66060 Search toolbar has wrong height in ComboBoxEntry and toolbarbuttons are too narrow
733   * Fixes: NB#58352 on startup, hildon-desktop GLIB WARNING ** hildon-1...
734   * Fixes: NB#60489 Key repeat rate in number editor
735   * Fixes: NB#65155 HildonVolumebar: mute grabs focus, not possible to adjust volume using HW keys
736   * Fixes: NB#63955 hildon_volumebar_set_mute() grabs focus even if the widget is unmapped
737   * Fixes: NB#66673 Questionable main loop iteration in hildon_window_destroy()
738   * Fixes: NB#66628 Account setting dialog crashes while moving the focus using the h/w key. 
739  
740  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 24 Aug 2007 16:18:24 +0300
741
742 libhildon (1.0.13-1) stable; urgency=low
743
744   * Fixes to HildonBanners for temporary windows
745   * Minor bugfix in the helper function for logical colors
746   * New examples
747
748   * Fixes: NB#58352 on startup, hildon-desktop GLIB WARNING...
749
750  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 17 Aug 2007 14:46:03 +0300
751
752 libhildon (1.0.12-1) stable; urgency=low
753
754   * New HILDON_CHECK_VERSION macro
755   * Bugfixes
756   * Minor doc updates
757
758   * Fixes: NB#62061 Please include HILDON_CHECK_VERSION macro
759   * Fixes: NB#49374 Programs using HildonWizardDialog cannot set the sensitivity of buttons when the page changes
760   * Fixes: NB#64355 Control panel; Device lock: OK and Cancel buttons
761   * Fixes: NB#60154 It is possible to enter invalid date in the birthday date picker
762
763  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Mon, 06 Aug 2007 09:52:19 +0300
764
765 libhildon (1.0.11-1) stable; urgency=low
766
767   * Adding some new API functions to control the active item in HildonFindToolbar
768   * Fixing the default focus for font selection dialog
769   * New examples
770   * Changing the default long key press time
771   * Fixed time picker on-map breakage
772
773   * Fixes: NB#63700 wrong definition for HILDON_WINDOW_LONG_PRESS_TIME
774   * Fixes: NB#54182 HildonDateEditor min/max properties cannot be set
775   * Fixes: NB#63430 Ok button of preview dialog is not highlited,when font size is 32pt.
776
777  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Wed, 25 Jul 2007 10:14:34 +0300
778
779 libhildon (1.0.10-2) stable; urgency=low
780
781   * Fix header installation. 
782
783  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Mon,  2 Jul 2007 10:09:31 +0300
784
785 libhildon (1.0.10-1) stable; urgency=low
786
787   * Fixing a bit of focus crazyness in the time and date editors
788   * Removing the separator from the code dialog
789   * Fixing circular dep to enums
790   * Hide the HildonWindow before performing the destroy
791
792   * Fixes: NB#61129 volumebar info banner in muted state
793   * Fixes: NB#61128 volumebar sensitivy does not change when the widget is not mapped
794   * Fixes: NB#60518 Unable to move the focus from the buttons to date or time editor.
795   * Fixes: NB#60349 Date editor invalidates keyboard number input
796
797  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 29 Jun 2007 16:49:58 +0300
798
799 libhildon (1.0.9-1) stable; urgency=low
800
801   * Breadcrumb align/visibility fixes
802
803   * Fixes: MB#1466 hildon_window_toggle_menu() unconditionally uses button=0 for gtk_menu_popup()
804   * Fixes: MB#1230 libhildon doesn't build because of broken strict-aliasing
805   * Fixes: MB#1093 Banners should use GDK_WINDOW_TYPE_HINT_NOTIFICATION
806   * Fixes: NB#52946 Pressing (accidentally) back and then menu key with thumb in quick succession and unfocusing the menu closes the application
807   * Fixes: MB#1101 Reproducible unintentional window/application close bug 
808
809  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Thu, 07 Jun 2007 14:39:06 +0300
810
811 libhildon (1.0.8-1) stable; urgency=low
812
813   * Breadcrumb fixes
814   * HildonBanner fixes for transiency 
815   * Updated examples
816
817   * Fixes: NB#56434 Name of the month truncates in the Date & Time page in the startup wizard.
818   * 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.
819   * Fixes: NB#50288 Box remains on the am/pm indicator of the Date and Time Settings dialog.
820   * Fixes: NB#56082 HildonCalendarpopup:Sliding sylus to a dimmed date changes the year to 1970
821   * Fixes: NB#54147 Hildon calendar popup:The range checks for the years are not consistent.
822   * Fixes: NB#41501 Last line of text in preview dialog is not shown properly when bold and maximum font is selected
823   * Fixes: NB#38955 Inconsistent behaviour observed when 2 instances of date and time applet are open.
824   * Fixes: NB#52379 HildonCaption won't accept focus when it contains a complex widget tree
825   * Fixes: NB#56624 "Searching" info note displayed even after minimizing the search window
826   * Fixes: NB#59276 Escape timeout handler is not removed when HildonWindow is deleted.
827   * Fixes: NB#55161 Refreshing library is shown on top of other applications 
828   * Fixes: NB#58982 HildonBreadcrumbtrail:Pressing Esc key does not show any effect
829
830  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 01 Jun 2007 15:43:59 +0300
831
832 libhildon (1.0.7-1) stable; urgency=low
833
834   * Fixed at some point in the past, but adding here:
835
836   * Fixes: NB#44440 hildon_note_new_cancel_with_progress_bar does unreasonable ellipsization...
837   * Fixes: NB#49916 ADDRESS BOOK, truncation, §addr_nc_notification4b§
838   * Fixes: NB#52006 The number editor in Pdf Viewer goes on a loop after reaching the maximum value.
839
840  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 25 May 2007 11:05:41 +0300
841
842 libhildon (1.0.6-1) stable; urgency=low
843
844   * Fixes: NB#54061 Notes application crashes when font size & font colour is changed
845   * Fixes: NB#48934 Switch to page with empty page number dialog responded when taped outside the content area
846
847   * Memory allocation fixes for color and font selection widgets
848   * Breadcrumb leak/visibility fixes
849   * New examples
850
851  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Tue, 22 May 2007 13:45:59 +0300
852
853 libhildon (1.0.5-1) stable; urgency=low
854
855   * Fixes: NB#54149 Date editor: Accepts year greater than 2037
856   * Fixes: NB#49374 Programs using HildonWizardDialog cannot set the sensitivity of buttons when the page changes
857
858   * Memory freeing fixes in font selection dialog.
859   * Breadcrumb update.
860
861  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Mon, 07 May 2007 13:16:09 +0300
862
863 libhildon (1.0.4-1) stable; urgency=low
864
865   * Changing the API guard name to HILDON_ENABLE_UNSTABLE_API.
866
867  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Thu, 26 Apr 2007 16:20:55 +0300
868
869 libhildon (1.0.3-1) stable; urgency=low
870
871   * Removing the API guard from helper functions. It was a mistake.
872
873  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Thu, 26 Apr 2007 15:54:12 +0300
874
875 libhildon (1.0.2-1) stable; urgency=low
876
877   * Guard unstable API's with ENABLE_UNSTABLE_API define
878   * Breadcrumb updates
879   * Fixing a problem with timed banners having their parrent destroyed before they are
880   * Fixing the sh libs
881
882  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Wed, 25 Apr 2007 16:48:30 +0300
883
884 libhildon (1.0.1-1) stable; urgency=low
885
886   * New breadcrumb trial widget.
887   * Fingerable scrollbar API.
888
889   * Fixes: NB#54182 HildonDateEditor min/max properties cannot be set
890
891  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Mon, 16 Apr 2007 11:09:27 +0300
892
893 libhildon (1.0.0-1) stable; urgency=low
894
895   * Move to Gtk 2.10
896   * Consolidated API
897   * All the deprecated widgets are now removed
898   * Version bumping to 1.0.0 since we're now nice and stable
899   * Fix packaging for gtk-doc (not enabled by default)
900   * License change to LGPL version 2.1 or later
901   * Adding examples for many widgets
902
903   * Fixes: NB#49043 Build fails due to duplicate definition of INVALID_CHAR
904   * Fixes: NB#49810 Errors in hildon-libs
905   * Fixes: NB#47751 Tap and hold of Home key minimize applications but does not close the application menu
906   * Fixes: NB#46434 HildonWindow: inconsistent memory management
907   * Fixes: NB#30265 Warning from hildonlibs build
908   * Fixes: NB#47751 Tap and hold of Home key minimize applications but does not close the application menu
909   * Fixes: NB#47989 Not possible to set empty title for HildonWindow
910   * Fixes: NB#50496 While quickly tapping the same Edit button, the message is displayed differently.
911   * Fixes: NB#51736 Enhancement in hildon_caption_set_label_text()
912   * Fixes: NB#50854 application menu closes when mouse released
913   
914  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Thu, 29 Mar 2007 16:36:27 +0300
915