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