Center label of HildonNote
[hildon] / NEWS
1 [2.1.68 release]
2
3   * Fixes: NB#109635 (Confirmation notes do not support portrait)
4   * Fixes: NB#112328 (Adding helpers for setting portrait properties)
5   * Fixes: NB#108470 (Selected items in multiple selection are either
6     having a tick that is cut or not visible at all.)
7   * NB#111027 (Title menu closed immediately if activated when
8     "Invalid e-mail address" banner is shown)
9
10   New API:
11
12   * hildon_gtk_window_set_portrait_flags()
13   *(hildon_gtk_window_set_progress_indicator),
14    (hildon_gtk_window_set_do_not_disturb),
15    (hildon_gtk_window_set_portrait_flags): will work even if the window is
16    not realized yet.
17
18   Deprecated API:
19
20   * hildon_pannable_area_get/set_size_request_policy,
21     HildonSizeRequestPolicy: deprecated.
22
23 [2.1.66 release]
24
25   * Fixes: NB#110689 (HildonPickerButton doesn't ellipsize very long values)
26   * Fixes: NB#110959 (Add API to set the do-not-disturb flag to a window)
27   * Fixes: NB#111206 (stylus sized icon for animation banner)
28   * Fixes: NB#111962 (mail_in_ui_folder_move_target_error not aligned
29     properly)
30   * Fixes: NB#111830 (HildonBanner should be marked as supporting
31     portrait)
32
33 [2.1.64 release]
34
35   * Fixes: NB#110244 (Problems with the
36     hildon_pannable_area_set_size_request_policy API)
37
38 [2.1.62 release]
39
40   * Fixes: NB#110029 (selectors not scrolling to selected value)
41   * Coverity reported fixes.
42   * Improved documentation (Ivan Gomez)
43
44 [2.1.60 release]
45
46   * Fixes: NB#109099 (Memory leak in Hildon touch selector)
47   * Fixes: NB#107386 (Odd stacking behaviour for information banners)
48   * Fixes: NB#94957 (Smoothly opened application menu)
49   * Fixes: NB#109179 (Memory leak in Hildon program)
50   * Fixes: NB#107775 (No scrollbars can be seen when several items are
51     available in a dialog)
52   * Fixes: NB#106375 (Need API to retitle a window with a title
53     including markup)
54   * Fixes: NB#109369 (Hard-coded height in HildonPickerDialog)
55   * Fixes: NB#109639 (Update hildon passwd dialogs to Hildon 2.2)
56
57   New API:
58
59   * hildon_window_stack_get_windows()
60   * New "markup" property and hildon_window_{get,set}_markup()
61     methods.
62
63   Other:
64
65   * More HildonPannableArea tunning.
66   * Fixed some memory leaks.
67
68 [2.1.58 release]
69
70   * Fixes: NB#107583 (Hildon app menu crashes in various applications)
71   * Fixes: NB#106067 (hildon_play_system_sound() play sound only first
72     time called)
73   * Fixes: NB#106998 (HildonProgram's is-topmost property doesn't
74     change when the user tasks in/out of an application)
75   * Fixes: NB#107897 (Patch to make editmodetoolbar background
76     themeable and adjust margin)
77
78 [2.1.56 release]
79
80   * Fixes: NB#107494 (Items stay selected when clicking and moving
81     away when inside pannable area)
82   * Fixes: NB#103564 (Make hildon animation banner use individual image
83     files as the animation)
84   * Fixes: NB#107471 (hildon_entry_set_text() not setting the text
85     when the placeholder text is already set)
86
87 [2.1.54 release]
88
89   Bug fixes:
90
91   * Fixes: NB#105190 (Text input area of HildonTouchSelectorEntry to
92     be selected manually for the HW keys to work)
93   * Fixes: NB#105427 (Clicking and dragging ( for pixel values more
94     than the threshold value ) within the button is not sending the
95     event to the child)
96   * Fixes: NB#106607 (hildon_init should issue error message upon
97     successive calls)
98
99   Other:
100
101   * Improved usability in HildonPannableArea and HildonTouchSelectorEntry.
102   * Some examples cleaned up.
103   * Code fixes.
104
105 [2.1.52 release]
106
107   Bug fixes:
108
109   * Fixes: NB#104485 (Not able to address the call when application menu is
110     opened at background)
111   * Fixes: NB#105507 (hildon_date_button_set_date leads to crash.)
112   * Fixes: NB#105407 (highlight is not cancelled when panning starts)
113   * Fixes: NB#105455 (HildonTouchSelectorPrintFunc lacks user data)
114   * Fixes: NB#105678 (HildonTextView should use logical colours instead of
115     setting widget name)
116
117   New API:
118
119   * (HildonTouchSelectorPrintFunc *) (HildonTouchSelector * selector, gpointer user_data)
120   User data parameter added to (HildonTouchSelectorPrintFunc *) signature.
121   * hildon_touch_selector_set_print_func_full (): support for user data and a destroy callback.
122
123   Other:
124
125   * More HildonPannableArea fine tunning.
126   * Documentation improvements.
127   * Minor theming fixes.
128
129 [2.1.50 release]
130
131   Bug fixes:
132
133   * Fixes: NB#105012 (buttons inside a pannable area not getting release
134     event when dragging/releasing)
135
136 [2.1.48 release]
137
138   Bug fixes:
139
140   * Fixes: NB#103758 (No way to obtain a menu from a  HildonStackableWindow)
141   * Fixes: NB#103761 (HildonAppMenu doesn't have methods to get its children)
142   * Fixes: NB#104439 (hildon_date_button_new() isn't set to the current date by
143     default)
144   * Fixes: NB#104485 (Not able to address the call when application menu is
145   opened at background)
146   * Fixes: NB#104819 (Clean up old icon names from hildon-widgets)
147   * Fixes: NB#104815 (I need accessor to the entry inside
148   HildonTouchSelectorEntry)
149   * Fixes: NB#102541 (value entered in the touch selector entry is not shown
150   when opened for second time)
151
152   New API:
153
154   * HildonAppMenu:
155     hildon_app_menu_get_items()
156     hildon_app_menu_get_filters()
157     HildonAppMenu::filter-vertical-spacing style property.
158   * hildon_stackable_window_{get,set}_app_menu()
159   * hildon_window_get_main_menu()
160   * hildon_touch_selector_entry_get_entry()
161   * HildonPannableArea properties:
162     ::drag-inertia, ::panning-threshold, ::scrollbar-fade-delay,
163     ::bounce-steps, ::force and ::direction-error-margin
164
165   Deprecations:
166
167   * hildon_window_get_menu(): use hildon_window_get_main_menu()
168   * hildon_stackable_window_set_main_menu(): use hildon_stackable_window_set_app_menu()
169
170 [2.1.46 release]
171
172   Bug fixes:
173
174   * Fixes: NB#101603 (Focus is not even for the text entry boxes in
175     Contact editor dialog)
176   * Fixes: NB#92297 (Preview content is not clearly visible for
177     default colour text)
178   * Fixes: NB#101889 (Picker dialog should not close when nothing is
179     selected in multiple selection list)
180   * Fixes: NB#97458 (Pannable area prevents propagation of button
181     press events)
182   * Fixes: NB#103242 ("HildonPickerButton:value-changed" is emitted
183     before actual change of values)
184   * Fixes: NB#100468 (Application menu window is launched even when a
185     new secondary-window/dialog is pending to be shown/realized)
186
187   New API:
188
189   * hildon_app_menu_popup(): New function to pop up a HildonAppMenu
190   * hildon_picker_button_value_changed(): Programmatically emit "value-changed".
191
192   Other:
193
194   * unit testing suite fixes (Sven Herzberg)
195   * Removed hildon-remote-texture.h from hildon.h.
196   * Themability improvements.
197   * Code fixes.
198   * HildonPannableArea improvements.
199
200 [2.1.44 release]
201
202   Bug fixes:
203
204  * Fixes: NB#100646 (Logical strings is shown for ok in set
205    password,Password needed dialogs)
206  * Fixes: NB#100445 (Hildon banner gets destroyed when a dialog is
207    opened)
208  * Fixes: NB#101916 (Do not allow custom icons on animation banner)
209  * Fixes: NB#101698 (Back button long press and delete-event handling)
210  * Fixes: NB#99915 (Date and Time options are not localised in Date
211    and Time setttings)
212  * Fixes: NB#101043 (Second row of all the command button are
213    displayed in transparent mode.)
214  * Fixes: NB#102225 (Crash setting the progress indicator to a non
215    visible window)
216  * Fixes: NB#102262 (memory leak in hildon_button_set_style())
217  * Fixes: NB#101793 (Make edit toolbar the same height as window
218    title bar (use title area theming))
219  * Fixes: NB#102467 (Do not show highlight on the text in
220    HildonCaption)
221  * Fixes: NB#102338 (HildonPannableArea scrolling indicator does not
222    treat ->lower correctly)
223  * Fixes: NB#102413 (The text margins (wrapping) in information
224    banner should be HILDON_MARGIN_TRIPLE)
225
226   New API:
227
228   * HildonRemoteTexture (Gordon Williams)
229   * HildonPannableArea:low-friction-mode property.
230
231   Deprecations:
232
233   * hildon_banner_show_annimation(): No more user defined icons.
234
235   Other:
236
237   * Theming improvements.
238   * Increased the maximum speed of the pannable area to improve usability.
239   * Memory leaks fixed and other code fixes.
240
241 [2.1.42 release]
242
243   Bug fixes:
244
245   * Fixes: NB#100487 (HildonStackableWindow transiency becomes
246     incoherent)
247   * Fixes: NB#98039 (Wishlist: hildon_window_add_edit_toolbar())
248   * Fixes: NB#100320 (HildonPannableArea does not listen to
249     GtkAdjustment "change" signals)
250   * Fixes: NB#99802 (Hildon touch selector entry not working properly
251     for some of the input modes)
252   * Fixes: NB#100468 (Application menu window is launched even when a
253     new secondary-window/dialog is pending to be shown/realized.)
254   * Fixes: NB#93165 (HildonTouchSelector::changed not emitted when the
255     selection is programmatically changed)
256
257   Deprecations:
258
259   * Removed obsolete icon sizes:
260     HILDON_ICON_PIXEL_SIZE_WIZARD
261     HILDON_ICON_PIXEL_SIZE_BIG_NOTE
262     HILDON_ICON_PIXEL_SIZE_NOTE
263
264   Other:
265
266   * Documentation improvements.
267   * Misc. code improvements.
268   * Icon sizes updates.
269
270 [2.1.40 release]
271
272   Bug fixes:
273
274   * Fixes: NB#98855 (HildonBanner uses qgn_note_infoprint)
275   * Fixes: NB#98614 (Hildon information note (background) should have
276     minimum height and maximum text width)
277   * Fixes: NB#91657 (HildonPickerDialog closes immediately when used
278     with some dynamic tree model)
279   * Fixes: NB#97468 (HildonPickerDialog doesn't need to show selected
280     contents in title)
281   * Fixes: NB#99713 (HildonButton value label color is wrong)
282   * Fixes: NB#94970 (Hildon Edit Mode Toolbar should use back button
283     graphics from theme)
284
285   Other:
286
287   * Do not use cairo to render the HildonPannableArea panning indicators.
288   * HildonButton layout fixes.
289   * Improved and updated examples.
290   * Documentation improvements.
291
292 [2.1.38 release]
293
294   Bug fixes:
295
296   * Fixes: NB#98609 (Use wdgt_ strings for all hildon dialog buttons)
297   * Fixes: NB#98537 (Device hangs in account settings dialog)
298   * Fixes: NB#95395 (prestarted applications show GLIB WARNING ** Gdk
299     - gdkdrawable-x11.c:878 drawable is not a pixmap or window)
300   * Fixes: NB#98383 (is-topmost signal is not emitted when task
301     switcher is clicked.)
302
303   New API:
304
305   * New HildonAnimationActor widget (Artem Egorkine)
306
307   Other:
308
309   * Reverted change in pannable area that caused irresponsive applications.
310   * Pannable Area misc. improvements.
311
312 [2.1.36 release]
313
314   Bug fixes:
315
316   * Fixes: NB#93410 (API required for setting IM mode in HildonTouchSelectorEntry)
317   * Fixes: NB#94460 (stackable window's menu is not closed when its window is hidden)
318   * Fixes: NB#97015 (HildonPickerButton shouldn't gtk_dialog_run() the picker dialog)
319   * Fixes: NB#95828 (HildonTextView functionality)
320   * Fixes: NB#96202 (FKB causes HildonPickerButton's value update before the selection is accepted in the dialog)
321   * Fixes: NB#94970 (Hildon Edit Mode Toolbar should use back button graphics from theme)
322   * Fixes: NB#96225 (Dialog titles are not shown according to the values selected in the list picker)
323   * Fixes: NB#96226 (In multiple selection mode Done button is shown sometimes in listpicker)
324   * Fixes: NB#96837 (HildonPannableArea - scroll indicator shown despite the view not being scrollable)
325   * Fixes: NB#95709 (Invalid casts in HildonPannableArea(?))
326   * Fixes: NB#97458 (Pannable area prevents propagation of button press events)
327   * Fixes: NB#97028 (Pannable area updates on every motion event)
328   * Fixes: NB#92849 (Selected item is not always visible when HildonTouchSelector is shown)
329   * Fixes: NB#97908 (Not possible to change the year range in HildonDateSelector/HildonDateButton)
330   * Fixes: NB#98317 (Provide parametarized API for TimePicker widget)
331
332   New API:
333
334   * HildonPickerDialog:
335
336     - ::center-on-show property:
337       Whether to center on the selected items each time the dialog is presented.
338
339   * HildonTouchSelector:
340
341     - hildon_touch_selector_entry_set/get_input_mode: New accessors for
342       the input mode used in a HildonTouchSelectorEntry's entry.
343     - hildon_touch_selector_unselect_all(): Unselect current selection
344       in one of the columns.
345     - hildon_touch_selector_center_on_selected(): Centers on the nearest
346       selected element in each column.
347
348   * HildonDateSelector:
349
350     - ::min-year, ::max-year properties:
351       Allows to define boundaries for the year column in the selector.
352     - hildon_date_selector_new_with_year_range():
353       Create a date selector with custom year boundaries.
354
355   * HildonDateButton:
356
357     - hildon_date_button_new_with_year_range():
358       Create a button with custom year boundaries in its date selector.
359
360   * HildonEditToolbar:
361
362     - ::arrow-width and ::arrow-height style properties:
363       Allow to set the size of the arrow button.
364
365   * HildonTimeSelector:
366
367     - ::minutes-step:
368       Allows to define steps between minutes in the time selector.
369     - hildon_time_selector_new_step():
370       Allows to create a HildonTimeSelector with a custom minutes step.
371
372   * HildonTimeButton:
373
374     - hildon_time_button_new_step():
375       Allows to create a HildonTimeButton with a custom minutes step in
376       its selector.
377
378   Other:
379
380   * Improved documentation.
381   * Many code fixes and memory leaks fixed.
382   * Improved HildonPannableArea responsiveness/performance.
383
384 [2.1.34 release]
385
386   Bug fixes:
387
388   * Fixes: NB#94460 (stackable window's menu is not closed when its
389   window is hidden)
390   * Fixes: NB#89890 (Information notes does not get disappeared after
391   few seconds)
392
393   Other:
394
395   * Code cleanups, minor fixes.
396
397 [2.1.32 release]
398
399   Bug fixes:
400
401   * Fixes: NB#95714 (GtkCellView in HildonCheckButton should be
402     larger / configurable size)
403
404   Other
405
406    * Update a GtkRange property change in GTK+ (Christian Dywan)
407
408 [2.1.30 release]
409
410   Bug fixes:
411
412   * Fixes: NB#93744 (Tapping should jump to location on GtkScale)
413
414   New API:
415
416   * hildon_pannable_area_get_[sv]adjustment(): Method to retrieve the GtkAdjustments
417     in HildonPannableArea.
418
419   Other:
420
421   * Code fixes.
422   * Leaks fixed.
423   * New progress indicator example (Thomas Thurman)
424   * Documentation improvements and updates (Ivan Gomez).
425   * Theme properly HildonPickerButton derived classes.
426
427 [2.1.28 release]
428
429   Bug fixes:
430
431   * Fixes: NB#94214 (No way to stop HildonWizardDialog from going to
432     next page)
433   * Fixes: NB#94972 (Hildon Picker with Entry should use HildonEntry
434     widget, not GtkEntry)
435   * Fixes: NB#90867 (Deprecate HildonDialog and use GtkDialog (with
436     maemo changes) instead)
437
438   New API:
439
440   * hildon_program_set/get_common_app_menu(): Use to set a common
441     HildonAppMenu for all stackable windows in a HildonProgram.
442   * hildon_wizard_dialog_set_forward_page_func(): Use to define a
443     HildonWizardDialogPageFunc function to control flow of the wizard.
444   * hildon_gtk_tree_view_set_ui_mode(): Method to change the UI mode.
445   * hildon_gtk_icon_view_set_ui_mode(): Method to change the UI mode.
446   * HildonPannableArea::size-request-policy: Size requisition policy property.
447   * hildon_pannable_area_set/get_size_request_policy(): Method to change the
448     size request policy.
449
450   Deprecations:
451
452   * HildonDialog. Prefer GtkDialog instead.
453
454   Other:
455
456   * Examples updated, code fixes, documentation updates.
457   * Explicitely set the interactive search widget off in hildon specific
458     GtkTreeView.
459   * Bump GTK+ dependency to 2.12.12.
460
461 [2.1.26 release]
462
463   Bug fixes:
464
465   * Fixes: NB#92230 (Scroll indication not visible in HildonTouchSelector)
466   * Fixes: NB#93281 (new API: hildon_button_set_picker_style() to set
467     HildonButton look like PickerButton)
468   * Fixes: NB#93680 (HildonTimePicker need fully localized am/pm)
469   * Fixes: NB#93228 (Done button is not shown always in listpicker)
470   * Fixes: NB#93890 (Empty HildonAppMenu is pop-up)
471   * Fixes: NB#92032 (In calendar application, date values in 'new event'
472     are not proper)
473   * Fixes: NB#94322 (Scale Updates)
474   * Fixes: NB#94350 (HildonWindowStack:s have the same X Window group)
475
476   New API:
477
478   * HildonWindowStack: Support for multiple window stacks per application.
479   * HildonButton::style property. See below.
480   * hildon_button_set_picker_style(): Sets a different style to the value label
481     in HildonButton.
482   * HildonTouchSelector:columns-changed signal: Emitted every time the number
483     of columns in a HildonTouchSelector changes.
484
485   Deprecations:
486
487   * hildon_program_pop_window_stack(),
488     hildon_program_peek_window_stack(),
489     hildon_program_go_to_root_window(): Superseded by HildonWindowStack.
490
491   Other:
492
493   * Many code fixes.
494   * Examples updates and improvements.
495   * Documentation improvements.
496
497 [2.1.24 release]
498
499   Bug fixes:
500
501   * Fixes: NB#89811 (Not able to select first image thumbnail in multi
502     selection mode using custom widget inside pannable)
503   * Fixes: NB#91863 (hildon_touch_selector_set_column_selection_mode()
504     breaks HildonPickerDialog)
505   * Fixes: NB#91769 (HildonColorChooserDialog's selected colour is
506     highlighted but not visible)
507   * Fixes: NB#92897 (HildonNotes have incorrect WINDOW_TYPE)
508   * Fixes: NB#92744 (HildonDateSelector emits multiple "changed" singal
509     with strange parameters)
510   * Fixes: NB#92664 (Deprecate hildon_helper_set_insensitive_message)
511   * Fixes: NB#89754 (Applications shouldn't display their names in the
512     window title)
513   * Fixes: NB#92476 (Update icon size constants to Fremantle (hildon-defines.h))
514
515   Deprecations:
516
517   * hildon_helper_set_insensitive_message()
518   * hildon_helper_set_insensitive_messagef()
519   * hildon_volumebar_set_range_insensitive_message()
520   * hildon_volumebar_set_range_insensitive_messagef()
521
522   New API:
523
524   * hildon_init(): Initialization function for the library.
525   * hildon_gtk_init(): Convenience init function for hildon and GTK+
526
527   Other:
528
529   * Build system improvements.
530   * Examples updated.
531
532 [2.1.22 release]
533
534   Bug fixes:
535
536   * Fixes: NB#91688 (Never show icons in information notes/confirmation
537     notes)
538   * Fixes: NB#91995 (Calendar is crashing after pressing 'Enter' HW key
539     in HildonDateSelector dialog)
540
541   Deprecations:
542
543   * hildon_note_new_confirmation_with_icon_name(): deprecated
544   * hildon_note_new_information_with_icon_name(): deprecated
545   * HildonNote::icon and HildonNote::stock_icon: deprecated
546
547   Other:
548
549   * Logical ids fixes.
550   * Examples updated.
551   * Build system improved.
552
553 [2.1.20 release]
554
555   Bug fixes:
556
557   * Fixes: NB#89541 (Crash in pannable area when closing picker dialog)
558   * Fixes: NB#90994 (HildonPannableArea does not connect "destroyed"
559     on child)
560   * Fixes: NB#91192 (Memory leak in HildonTouchSelector default print
561     function)
562   * Fixes: NB#91135 (Deprecate legacy hildon widgets)
563   * Fixes: NB#90662 (HildonButton "value" and "detail" text is
564     unformatted)
565   * Fixes: NB#91104 (Remove stepper buttons from legacy hildon widgets)
566   * Fixes: NB#91016 (Change toolbar sizes, simplification)
567   * Fixes: NB#91385 (Hildon Touch List panning should be ALWAYS vertical only)
568
569   Deprecations:
570
571   * All Fremantle deprecated widgets has been marked as such with
572     HILDON_DISABLE_DEPRECATED marks.
573
574   Other:
575
576   * Improved sizing of the HildonTouchSelector/HildonPickerDialog widgets.
577   * Corrected alignment of HildonCheckButton contents.
578   * Many cancel-like button fixes.
579
580   ABI:
581
582   * Reverted change introduced in 2.1.16 that broke ABI compatibility. See
583     NB#91636 for further explanation.
584
585 [2.1.18 release]
586
587   Bug fixes:
588
589   * Fixes: NB#90535 (Memory leak in picker button)
590   * Fixes: NB#90861 (Custom Confirmation dialogs should be protected
591     from cancel button removal)
592   * Fixes: NB#90661 (Delete dialog is displayed without NO button)
593
594   Other:
595
596   * Remove all cancel/close dialogs, where appropriate.
597   * Documentation improvements, some internal cleanups.
598   * HildonAppMenu: unhandled keyboard accelerators are sent to the parent window.
599
600 [2.1.16 release]
601
602   * HildonTouchSelector internal layout cleaning.
603   * Improved HildonButton customizability.
604   * Allow Hildon Touch Menu theming (Daniel Borgmann)
605
606   Bug fixes:
607
608   * Fixes: NB#89411 (Window Manager locks caused by HildonStackableWindow)
609   * Fixes: NB#89935 (Shortcuts for menu buttons are not working)
610   * Fixes  NB#90232 (Picker button does not set the label on done button for the
611     second time)
612
613 [2.1.14 release]
614
615   Bug fixes:
616
617   * Fixes: NB#88644 (Hardcoded first column of the model as text column)
618   * Fixes: NB#89329 (selectors in picker dialog are not visible when a
619     long text is set as label for done button)
620   * Fixes: NB#89651 (HildonTouchSelectorEntry title is <unnamed>, when
621     entry is empty)
622   * Fixes: NB#89632 (Picker button selection doesn't change on first click)
623   * Fixes: NB#88946 (Hildon Picker button should disable itself if there are no
624     values)
625   * Fixes: NB#89650 (Picker button is not updated, when selection in selector
626     has changed)
627
628   API additions:
629
630   * HildonTouchSelectorColumn::text-column property.
631   * hildon_picker_button_set_done_button_text() and
632     hildon_picker_button_get_done_button_text()
633   * HildonCheckButton is a proper widget.
634
635   Deprecations:
636
637   * HildonWeekdayPicker
638   * HildonTouchSelectorEntry::text-column property, use
639     HildonTouchSelectorColumn::text-column instead.
640   * hildon_touch_selector_set_column_attributes(), use
641     HildonTouchSelectorColumn and friends.
642   * HildonAppMenu::columns property, this is managed automatically now.
643
644   Other:
645
646   * hildon_gtk_set_theme_size() sets widget name using "WidgetName-size" layout,
647     to ease proper theming (Daniel Borgmann)
648   * Many documentation improvements and additions.
649   * Add --disable-deprecated configure option.
650
651 [2.1.12 release]
652
653   Bug fixes:
654
655   * Fixes: NB#88576 (critical warning in HildonTouchSelectorEntry)
656   * Fixes: NB#88720 (HildonPickerButton leaks a reference to the
657     HildonTouchSelector)
658   * Fixes: NB#88718 (HildonPickerButton not synchronizing its initial
659     'value' with the selector)
660   * Fixes: NB#88891 (Allow WM to handle properly close-on-tap-outside behavior)
661   * Fixes: NB#88850 (Update HildonNote button strings + signals)
662   * Fixes: NB#88887 (Hildon Wizard changes for Hildon2.2)
663   * Fixes: NB#88680 (Limiting API in HildonTouchSelector)
664   * Fixes: NB#88923 (Semantics of hildon_stackable_window_set_main_menu()
665     changed)
666   * Fixes: NB#88927 (Hildon Wizard should not use icons anymore)
667
668   API additions:
669
670   * New methods to set/get index of selected item in HildonPickerButton and
671     HildonTouchSelector.
672   * Add HildonAppMenu::columns property.
673   * New HildonTouchSelectorColumn class implementing GtkCellLayout interface.
674
675   Other:
676
677   * Examples updated, coding, theming, and documentation fixes.
678
679 [2.1.10 release]
680
681 * Fixes: NB#88214 (HildonPannableArea wrong requisition)
682 * Fixes: NB#88287 (Missing translations)
683 * Fixes: NB#88364 (Update margins definitions)
684 * Fixes: NB#88414 (Crash in HildonDateSelector on finalize)
685 * New widget: HildonTextEntry.
686 * Removed long deprecated methods hildon_check_button_set_label(),
687   hildon_check_button_get_label().
688 * New method: hildon_gtk_window_set_progress_indicator() to set progress
689   indicator in windows (depends on feature being implemented in WM).
690 * Documentation updates, coding fixes, examples updates. See ChangeLog for
691   details.
692
693 [2.1.8 release]
694
695 * Make -gdb package contain useful debugging symbols.
696 * Fixes: NB#88022 (parameter validation in
697   hildon_touch_selector_get_num_columns)
698 * Fixes: NB#88023 (day range check
699   in hildon_date_selector_select_current_date)
700 * Fixes: NB#88027 (implement hildon_date_selector_select_month)
701 * Fixes: NB#88045 (fix logical id for time in HildonTimeSelector)
702 * Fixes: NB#88047 (fix retrieval of selected items in HildonTouchSelector)
703 * Fixes: NB#88036 (fix range of 12h time in HildonTimeSelector)
704 * Fixes: NB#88049 (fix columns removal from HildonTouchSelector)
705 * New hildon_button_get_image() method in HildonButton.
706 * New widget: HildonEntry.
707 * New methods to add buttons with finger size in HildonDialog.
708 * Miscellaneous improvements, other minor bug fixes, documentation
709   improvements and examples updates. See ChangeLog for details.
710
711 [2.1.6 release]
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 [2.1.4-1 release]
725
726 * Lot of changes, see ChangeLog for more information.
727 * Depending on the new Gtk+.
728
729 [2.1.3-1 release]
730
731 * Tons of changes, see the ChangeLog for more information.
732 * Replaced libesd with libcanberra. Fixes: NB#86876
733
734 [2.1.2-1 release]
735
736 * Too many individual changes for them to all be relevant here, many widgets
737   added, many widgets have been changed. A full list of additional/changed
738   widgets can be found in the Hildon 2.2 widget UI spec.
739
740 [2.1.1-1 release]
741
742 * Too many individual changes for them to all be relevant here, many widgets
743   added, many widgets have been changed. A full list of additional/changed
744   widgets can be found in the Hildon 2.2 widget UI spec.
745
746 [2.0.3-1 release]
747
748 * Fixes: NB#78896: libhildon code inspection/coverity: uninitialised local
749   values in hildon_date_editor_size_allocate
750 * Fixes: NB#77775: Media Player, Save Now playing list, too long name makes
751   banner disappear.
752 * Fixes: NB#79182: info banner flickering with certain message lengts.
753 * Fixes: NB#83953: Lock dialog is not visible when device is locked for the
754   first time after flash
755
756 [2.0.2-1 release]
757
758 * Fixes: MB#1220: HildonWindow should take GtkMenu accel_group into account
759 * Fixes NB#78481: information banners are hidden under browser menu
760 * Fixes: NB#79791: Cannot set focus to Master volume using stylus
761 * Fixes: NB#22072: Revisiting fix for "Implement robust timer handling in Info
762   Banner" bug
763 * Fixes: MB#924: Hildon widgets doesn't support RTL mode
764 * Fixes: MB#1212: Hide info banners (infoprints) on click
765 * Enable fixing: NB#79916 and NB#79918: The help topic for Color selector
766   cannot be opened
767 * Fixes: NB#81696: The passcode is not overwritten even after   selecting
768
769 [2.0.1-2 release]
770
771 * Fixes: MB#1276: wrong allocators used in hildon_window_get_borders
772
773 [2.0.1-1 release]
774 * Do not use PACKAGE_VERSION_MAJOR for the API revision.
775
776 [2.0.0-1 release]
777 * Fix breadcrumb trail node removal logic.
778 * Add missing outer-border style for HildonColorChooser.
779
780 [1.99.1-1 release]
781 * Accesability fixes for get/set password dialog.
782
783 [1.99.0-1 release]
784 * Upping version to (almost) 2.0.0 for hildon 2.0
785
786 [1.0.17-1 release]
787 * Fixed toolbar visibility
788 * Fixed breadcrumb separator 
789
790 [1.0.16-1 release]
791 * Mem-leak fixes in font selector and color selector
792 * Mem-leak fix in style helper
793 * Making the code dialog a bit more thumbable 
794
795 [1.0.15-1 release]
796 * Fixing hw keyboard support in lock code dialog
797 * Fixing focus behavior in caption
798 * Additions to find toolbar
799 * Documentation fixes
800
801 [1.0.14-1 release]
802 * Removing the patch for hiding HildonWindow before destroy. Breaks DBus.
803 * Fixes for HildonCalendar expose methods
804 * Fixes for composite-widgets focus handling
805 * New dialog layout for the HildonCalendar (Ok/Cancel)
806 * Making find toolbar thumbable
807 * Changing the stylus repeat timeout to match our needs
808 * New esd dependency 
809
810 [1.0.13-1 release]
811 * Fixes to HildonBanners for temporary windows
812 * Minor bugfix in the helper function for logical colors
813 * New examples
814
815 [1.0.12-1 release]
816 * New HILDON_CHECK_VERSION macro
817 * Bugfixes
818 * Minor doc updates
819
820 [1.0.11-1 release]
821 * Adding some new API functions to control the active item in HildonFindToolbar
822 * Fixing the default focus for font selection dialog
823 * New examples
824 * Changing the default long key press time
825 * Fixed time picker on-map breakage
826
827 [1.0.10-2 release]
828 * Fix header installation
829
830 [1.0.10-1 release]
831 * Fixing a bit of focus crazyness in the time and date editors
832 * Removing the separator from the code dialog
833 * Fixing circular dep to enums
834 * Hide the HildonWindow before performing the destroy
835
836 [1.0.9-1 release]
837 * Breadcrumb align/visibility fixes
838 * HildonWindow fixes
839
840 [1.0.8-1 release]
841 * HildonBanner fixes for transiency
842 * InfoBanner fixes
843 * Updated examples 
844 * A few other fixes in few places 
845
846 [1.0.7-1 release]
847 * Adding the gtk-timeout-update multiplier  to certain widgets
848
849 [1.0.6-1 release]
850 * Memory allocation fixes for color and font selection widgets
851 * Breadcrumb leak/visibility fixes
852 * New examples
853
854 [1.0.5-1 release]
855 * Fixes in the HildonWizardDialog
856 * Memory freeing fixes in font selection dialog
857 * Breadcrumb update
858
859 [1.0.3-1 release]
860 * Removing the API guard from helper functions. It was a mistake.
861
862 [1.0.2-1 release]
863 * Guard unstable API's with ENABLE_UNSTABLE_API define
864 * Breadcrumb updates
865 * Fixing a problem with timed banners having their parrent destroyed before they are
866 * Fixing the sh libs
867
868 [1.0.1-1 release] 
869 * Breadcrumb trail widget by Xan
870 * Fingerable scrollbar API by Michael