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