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