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