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