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