2009-02-12 Claudio Saavedra <csaavedra@igalia.com>
[hildon] / NEWS
1 [2.1.42 release]
2
3   Bug fixes:
4
5   * Fixes: NB#100487 (HildonStackableWindow transiency becomes
6     incoherent)
7   * Fixes: NB#98039 (Wishlist: hildon_window_add_edit_toolbar())
8   * Fixes: NB#100320 (HildonPannableArea does not listen to
9     GtkAdjustment "change" signals)
10   * Fixes: NB#99802 (Hildon touch selector entry not working properly
11     for some of the input modes)
12   * Fixes: NB#100468 (Application menu window is launched even when a
13     new secondary-window/dialog is pending to be shown/realized.)
14   * Fixes: NB#93165 (HildonTouchSelector::changed not emitted when the
15     selection is programmatically changed)
16
17   Deprecations:
18
19   * Removed obsolete icon sizes:
20     HILDON_ICON_PIXEL_SIZE_WIZARD
21     HILDON_ICON_PIXEL_SIZE_BIG_NOTE
22     HILDON_ICON_PIXEL_SIZE_NOTE
23
24   Other:
25
26   * Documentation improvements.
27   * Misc. code improvements.
28   * Icon sizes updates.
29
30 [2.1.40 release]
31
32   Bug fixes:
33
34   * Fixes: NB#98855 (HildonBanner uses qgn_note_infoprint)
35   * Fixes: NB#98614 (Hildon information note (background) should have
36     minimum height and maximum text width)
37   * Fixes: NB#91657 (HildonPickerDialog closes immediately when used
38     with some dynamic tree model)
39   * Fixes: NB#97468 (HildonPickerDialog doesn't need to show selected
40     contents in title)
41   * Fixes: NB#99713 (HildonButton value label color is wrong)
42   * Fixes: NB#94970 (Hildon Edit Mode Toolbar should use back button
43     graphics from theme)
44
45   Other:
46
47   * Do not use cairo to render the HildonPannableArea panning indicators.
48   * HildonButton layout fixes.
49   * Improved and updated examples.
50   * Documentation improvements.
51
52 [2.1.38 release]
53
54   Bug fixes:
55
56   * Fixes: NB#98609 (Use wdgt_ strings for all hildon dialog buttons)
57   * Fixes: NB#98537 (Device hangs in account settings dialog)
58   * Fixes: NB#95395 (prestarted applications show GLIB WARNING ** Gdk
59     - gdkdrawable-x11.c:878 drawable is not a pixmap or window)
60   * Fixes: NB#98383 (is-topmost signal is not emitted when task
61     switcher is clicked.)
62
63   New API:
64
65   * New HildonAnimationActor widget (Artem Egorkine)
66
67   Other:
68
69   * Reverted change in pannable area that caused irresponsive applications.
70   * Pannable Area misc. improvements.
71
72 [2.1.36 release]
73
74   Bug fixes:
75
76   * Fixes: NB#93410 (API required for setting IM mode in HildonTouchSelectorEntry)
77   * Fixes: NB#94460 (stackable window's menu is not closed when its window is hidden)
78   * Fixes: NB#97015 (HildonPickerButton shouldn't gtk_dialog_run() the picker dialog)
79   * Fixes: NB#95828 (HildonTextView functionality)
80   * Fixes: NB#96202 (FKB causes HildonPickerButton's value update before the selection is accepted in the dialog)
81   * Fixes: NB#94970 (Hildon Edit Mode Toolbar should use back button graphics from theme)
82   * Fixes: NB#96225 (Dialog titles are not shown according to the values selected in the list picker)
83   * Fixes: NB#96226 (In multiple selection mode Done button is shown sometimes in listpicker)
84   * Fixes: NB#96837 (HildonPannableArea - scroll indicator shown despite the view not being scrollable)
85   * Fixes: NB#95709 (Invalid casts in HildonPannableArea(?))
86   * Fixes: NB#97458 (Pannable area prevents propagation of button press events)
87   * Fixes: NB#97028 (Pannable area updates on every motion event)
88   * Fixes: NB#92849 (Selected item is not always visible when HildonTouchSelector is shown)
89   * Fixes: NB#97908 (Not possible to change the year range in HildonDateSelector/HildonDateButton)
90   * Fixes: NB#98317 (Provide parametarized API for TimePicker widget)
91
92   New API:
93
94   * HildonPickerDialog:
95
96     - ::center-on-show property:
97       Whether to center on the selected items each time the dialog is presented.
98
99   * HildonTouchSelector:
100
101     - hildon_touch_selector_entry_set/get_input_mode: New accessors for
102       the input mode used in a HildonTouchSelectorEntry's entry.
103     - hildon_touch_selector_unselect_all(): Unselect current selection
104       in one of the columns.
105     - hildon_touch_selector_center_on_selected(): Centers on the nearest
106       selected element in each column.
107
108   * HildonDateSelector:
109
110     - ::min-year, ::max-year properties:
111       Allows to define boundaries for the year column in the selector.
112     - hildon_date_selector_new_with_year_range():
113       Create a date selector with custom year boundaries.
114
115   * HildonDateButton:
116
117     - hildon_date_button_new_with_year_range():
118       Create a button with custom year boundaries in its date selector.
119
120   * HildonEditToolbar:
121
122     - ::arrow-width and ::arrow-height style properties:
123       Allow to set the size of the arrow button.
124
125   * HildonTimeSelector:
126
127     - ::minutes-step:
128       Allows to define steps between minutes in the time selector.
129     - hildon_time_selector_new_step():
130       Allows to create a HildonTimeSelector with a custom minutes step.
131
132   * HildonTimeButton:
133
134     - hildon_time_button_new_step():
135       Allows to create a HildonTimeButton with a custom minutes step in
136       its selector.
137
138   Other:
139
140   * Improved documentation.
141   * Many code fixes and memory leaks fixed.
142   * Improved HildonPannableArea responsiveness/performance.
143
144 [2.1.34 release]
145
146   Bug fixes:
147
148   * Fixes: NB#94460 (stackable window's menu is not closed when its
149   window is hidden)
150   * Fixes: NB#89890 (Information notes does not get disappeared after
151   few seconds)
152
153   Other:
154
155   * Code cleanups, minor fixes.
156
157 [2.1.32 release]
158
159   Bug fixes:
160
161   * Fixes: NB#95714 (GtkCellView in HildonCheckButton should be
162     larger / configurable size)
163
164   Other
165
166    * Update a GtkRange property change in GTK+ (Christian Dywan)
167
168 [2.1.30 release]
169
170   Bug fixes:
171
172   * Fixes: NB#93744 (Tapping should jump to location on GtkScale)
173
174   New API:
175
176   * hildon_pannable_area_get_[sv]adjustment(): Method to retrieve the GtkAdjustments
177     in HildonPannableArea.
178
179   Other:
180
181   * Code fixes.
182   * Leaks fixed.
183   * New progress indicator example (Thomas Thurman)
184   * Documentation improvements and updates (Ivan Gomez).
185   * Theme properly HildonPickerButton derived classes.
186
187 [2.1.28 release]
188
189   Bug fixes:
190
191   * Fixes: NB#94214 (No way to stop HildonWizardDialog from going to
192     next page)
193   * Fixes: NB#94972 (Hildon Picker with Entry should use HildonEntry
194     widget, not GtkEntry)
195   * Fixes: NB#90867 (Deprecate HildonDialog and use GtkDialog (with
196     maemo changes) instead)
197
198   New API:
199
200   * hildon_program_set/get_common_app_menu(): Use to set a common
201     HildonAppMenu for all stackable windows in a HildonProgram.
202   * hildon_wizard_dialog_set_forward_page_func(): Use to define a
203     HildonWizardDialogPageFunc function to control flow of the wizard.
204   * hildon_gtk_tree_view_set_ui_mode(): Method to change the UI mode.
205   * hildon_gtk_icon_view_set_ui_mode(): Method to change the UI mode.
206   * HildonPannableArea::size-request-policy: Size requisition policy property.
207   * hildon_pannable_area_set/get_size_request_policy(): Method to change the
208     size request policy.
209
210   Deprecations:
211
212   * HildonDialog. Prefer GtkDialog instead.
213
214   Other:
215
216   * Examples updated, code fixes, documentation updates.
217   * Explicitely set the interactive search widget off in hildon specific
218     GtkTreeView.
219   * Bump GTK+ dependency to 2.12.12.
220
221 [2.1.26 release]
222
223   Bug fixes:
224
225   * Fixes: NB#92230 (Scroll indication not visible in HildonTouchSelector)
226   * Fixes: NB#93281 (new API: hildon_button_set_picker_style() to set
227     HildonButton look like PickerButton)
228   * Fixes: NB#93680 (HildonTimePicker need fully localized am/pm)
229   * Fixes: NB#93228 (Done button is not shown always in listpicker)
230   * Fixes: NB#93890 (Empty HildonAppMenu is pop-up)
231   * Fixes: NB#92032 (In calendar application, date values in 'new event'
232     are not proper)
233   * Fixes: NB#94322 (Scale Updates)
234   * Fixes: NB#94350 (HildonWindowStack:s have the same X Window group)
235
236   New API:
237
238   * HildonWindowStack: Support for multiple window stacks per application.
239   * HildonButton::style property. See below.
240   * hildon_button_set_picker_style(): Sets a different style to the value label
241     in HildonButton.
242   * HildonTouchSelector:columns-changed signal: Emitted every time the number
243     of columns in a HildonTouchSelector changes.
244
245   Deprecations:
246
247   * hildon_program_pop_window_stack(),
248     hildon_program_peek_window_stack(),
249     hildon_program_go_to_root_window(): Superseded by HildonWindowStack.
250
251   Other:
252
253   * Many code fixes.
254   * Examples updates and improvements.
255   * Documentation improvements.
256
257 [2.1.24 release]
258
259   Bug fixes:
260
261   * Fixes: NB#89811 (Not able to select first image thumbnail in multi
262     selection mode using custom widget inside pannable)
263   * Fixes: NB#91863 (hildon_touch_selector_set_column_selection_mode()
264     breaks HildonPickerDialog)
265   * Fixes: NB#91769 (HildonColorChooserDialog's selected colour is
266     highlighted but not visible)
267   * Fixes: NB#92897 (HildonNotes have incorrect WINDOW_TYPE)
268   * Fixes: NB#92744 (HildonDateSelector emits multiple "changed" singal
269     with strange parameters)
270   * Fixes: NB#92664 (Deprecate hildon_helper_set_insensitive_message)
271   * Fixes: NB#89754 (Applications shouldn't display their names in the
272     window title)
273   * Fixes: NB#92476 (Update icon size constants to Fremantle (hildon-defines.h))
274
275   Deprecations:
276
277   * hildon_helper_set_insensitive_message()
278   * hildon_helper_set_insensitive_messagef()
279   * hildon_volumebar_set_range_insensitive_message()
280   * hildon_volumebar_set_range_insensitive_messagef()
281
282   New API:
283
284   * hildon_init(): Initialization function for the library.
285   * hildon_gtk_init(): Convenience init function for hildon and GTK+
286
287   Other:
288
289   * Build system improvements.
290   * Examples updated.
291
292 [2.1.22 release]
293
294   Bug fixes:
295
296   * Fixes: NB#91688 (Never show icons in information notes/confirmation
297     notes)
298   * Fixes: NB#91995 (Calendar is crashing after pressing 'Enter' HW key
299     in HildonDateSelector dialog)
300
301   Deprecations:
302
303   * hildon_note_new_confirmation_with_icon_name(): deprecated
304   * hildon_note_new_information_with_icon_name(): deprecated
305   * HildonNote::icon and HildonNote::stock_icon: deprecated
306
307   Other:
308
309   * Logical ids fixes.
310   * Examples updated.
311   * Build system improved.
312
313 [2.1.20 release]
314
315   Bug fixes:
316
317   * Fixes: NB#89541 (Crash in pannable area when closing picker dialog)
318   * Fixes: NB#90994 (HildonPannableArea does not connect "destroyed"
319     on child)
320   * Fixes: NB#91192 (Memory leak in HildonTouchSelector default print
321     function)
322   * Fixes: NB#91135 (Deprecate legacy hildon widgets)
323   * Fixes: NB#90662 (HildonButton "value" and "detail" text is
324     unformatted)
325   * Fixes: NB#91104 (Remove stepper buttons from legacy hildon widgets)
326   * Fixes: NB#91016 (Change toolbar sizes, simplification)
327   * Fixes: NB#91385 (Hildon Touch List panning should be ALWAYS vertical only)
328
329   Deprecations:
330
331   * All Fremantle deprecated widgets has been marked as such with
332     HILDON_DISABLE_DEPRECATED marks.
333
334   Other:
335
336   * Improved sizing of the HildonTouchSelector/HildonPickerDialog widgets.
337   * Corrected alignment of HildonCheckButton contents.
338   * Many cancel-like button fixes.
339
340   ABI:
341
342   * Reverted change introduced in 2.1.16 that broke ABI compatibility. See
343     NB#91636 for further explanation.
344
345 [2.1.18 release]
346
347   Bug fixes:
348
349   * Fixes: NB#90535 (Memory leak in picker button)
350   * Fixes: NB#90861 (Custom Confirmation dialogs should be protected
351     from cancel button removal)
352   * Fixes: NB#90661 (Delete dialog is displayed without NO button)
353
354   Other:
355
356   * Remove all cancel/close dialogs, where appropriate.
357   * Documentation improvements, some internal cleanups.
358   * HildonAppMenu: unhandled keyboard accelerators are sent to the parent window.
359
360 [2.1.16 release]
361
362   * HildonTouchSelector internal layout cleaning.
363   * Improved HildonButton customizability.
364   * Allow Hildon Touch Menu theming (Daniel Borgmann)
365
366   Bug fixes:
367
368   * Fixes: NB#89411 (Window Manager locks caused by HildonStackableWindow)
369   * Fixes: NB#89935 (Shortcuts for menu buttons are not working)
370   * Fixes  NB#90232 (Picker button does not set the label on done button for the
371     second time)
372
373 [2.1.14 release]
374
375   Bug fixes:
376
377   * Fixes: NB#88644 (Hardcoded first column of the model as text column)
378   * Fixes: NB#89329 (selectors in picker dialog are not visible when a
379     long text is set as label for done button)
380   * Fixes: NB#89651 (HildonTouchSelectorEntry title is <unnamed>, when
381     entry is empty)
382   * Fixes: NB#89632 (Picker button selection doesn't change on first click)
383   * Fixes: NB#88946 (Hildon Picker button should disable itself if there are no
384     values)
385   * Fixes: NB#89650 (Picker button is not updated, when selection in selector
386     has changed)
387
388   API additions:
389
390   * HildonTouchSelectorColumn::text-column property.
391   * hildon_picker_button_set_done_button_text() and
392     hildon_picker_button_get_done_button_text()
393   * HildonCheckButton is a proper widget.
394
395   Deprecations:
396
397   * HildonWeekdayPicker
398   * HildonTouchSelectorEntry::text-column property, use
399     HildonTouchSelectorColumn::text-column instead.
400   * hildon_touch_selector_set_column_attributes(), use
401     HildonTouchSelectorColumn and friends.
402   * HildonAppMenu::columns property, this is managed automatically now.
403
404   Other:
405
406   * hildon_gtk_set_theme_size() sets widget name using "WidgetName-size" layout,
407     to ease proper theming (Daniel Borgmann)
408   * Many documentation improvements and additions.
409   * Add --disable-deprecated configure option.
410
411 [2.1.12 release]
412
413   Bug fixes:
414
415   * Fixes: NB#88576 (critical warning in HildonTouchSelectorEntry)
416   * Fixes: NB#88720 (HildonPickerButton leaks a reference to the
417     HildonTouchSelector)
418   * Fixes: NB#88718 (HildonPickerButton not synchronizing its initial
419     'value' with the selector)
420   * Fixes: NB#88891 (Allow WM to handle properly close-on-tap-outside behavior)
421   * Fixes: NB#88850 (Update HildonNote button strings + signals)
422   * Fixes: NB#88887 (Hildon Wizard changes for Hildon2.2)
423   * Fixes: NB#88680 (Limiting API in HildonTouchSelector)
424   * Fixes: NB#88923 (Semantics of hildon_stackable_window_set_main_menu()
425     changed)
426   * Fixes: NB#88927 (Hildon Wizard should not use icons anymore)
427
428   API additions:
429
430   * New methods to set/get index of selected item in HildonPickerButton and
431     HildonTouchSelector.
432   * Add HildonAppMenu::columns property.
433   * New HildonTouchSelectorColumn class implementing GtkCellLayout interface.
434
435   Other:
436
437   * Examples updated, coding, theming, and documentation fixes.
438
439 [2.1.10 release]
440
441 * Fixes: NB#88214 (HildonPannableArea wrong requisition)
442 * Fixes: NB#88287 (Missing translations)
443 * Fixes: NB#88364 (Update margins definitions)
444 * Fixes: NB#88414 (Crash in HildonDateSelector on finalize)
445 * New widget: HildonTextEntry.
446 * Removed long deprecated methods hildon_check_button_set_label(),
447   hildon_check_button_get_label().
448 * New method: hildon_gtk_window_set_progress_indicator() to set progress
449   indicator in windows (depends on feature being implemented in WM).
450 * Documentation updates, coding fixes, examples updates. See ChangeLog for
451   details.
452
453 [2.1.8 release]
454
455 * Make -gdb package contain useful debugging symbols.
456 * Fixes: NB#88022 (parameter validation in
457   hildon_touch_selector_get_num_columns)
458 * Fixes: NB#88023 (day range check
459   in hildon_date_selector_select_current_date)
460 * Fixes: NB#88027 (implement hildon_date_selector_select_month)
461 * Fixes: NB#88045 (fix logical id for time in HildonTimeSelector)
462 * Fixes: NB#88047 (fix retrieval of selected items in HildonTouchSelector)
463 * Fixes: NB#88036 (fix range of 12h time in HildonTimeSelector)
464 * Fixes: NB#88049 (fix columns removal from HildonTouchSelector)
465 * New hildon_button_get_image() method in HildonButton.
466 * New widget: HildonEntry.
467 * New methods to add buttons with finger size in HildonDialog.
468 * Miscellaneous improvements, other minor bug fixes, documentation
469   improvements and examples updates. See ChangeLog for details.
470
471 [2.1.6 release]
472
473 * Deprecated hildon_check_button_{set/get}_label().
474 * Renamed HILDON_PANNABLE_AREA_MOV_* macros to HILDON_MOVEMENT_*
475 * Initial hint in the pannable area set to FALSE.
476 * Renamed properties in HildonPannableArea from {h,v}indicator-mode to
477   {h,v}indicator_policy, and {h,v}scroll to {h,v}scroll_visible.
478 * New widget: HildonEditToolbar.
479 * Renamed hildon_touch_selector_{set,get}_active_iter() to
480   hildon_touch_selector_select_iter() and hildon_touch_selector_get_selected().
481 * Several API additions, bug fixes, internals improvements, documentation
482   improvements, and examples updates. See ChangeLog for details.
483
484 [2.1.4-1 release]
485
486 * Lot of changes, see ChangeLog for more information.
487 * Depending on the new Gtk+.
488
489 [2.1.3-1 release]
490
491 * Tons of changes, see the ChangeLog for more information.
492 * Replaced libesd with libcanberra. Fixes: NB#86876
493
494 [2.1.2-1 release]
495
496 * Too many individual changes for them to all be relevant here, many widgets
497   added, many widgets have been changed. A full list of additional/changed
498   widgets can be found in the Hildon 2.2 widget UI spec.
499
500 [2.1.1-1 release]
501
502 * Too many individual changes for them to all be relevant here, many widgets
503   added, many widgets have been changed. A full list of additional/changed
504   widgets can be found in the Hildon 2.2 widget UI spec.
505
506 [2.0.3-1 release]
507
508 * Fixes: NB#78896: libhildon code inspection/coverity: uninitialised local
509   values in hildon_date_editor_size_allocate
510 * Fixes: NB#77775: Media Player, Save Now playing list, too long name makes
511   banner disappear.
512 * Fixes: NB#79182: info banner flickering with certain message lengts.
513 * Fixes: NB#83953: Lock dialog is not visible when device is locked for the
514   first time after flash
515
516 [2.0.2-1 release]
517
518 * Fixes: MB#1220: HildonWindow should take GtkMenu accel_group into account
519 * Fixes NB#78481: information banners are hidden under browser menu
520 * Fixes: NB#79791: Cannot set focus to Master volume using stylus
521 * Fixes: NB#22072: Revisiting fix for "Implement robust timer handling in Info
522   Banner" bug
523 * Fixes: MB#924: Hildon widgets doesn't support RTL mode
524 * Fixes: MB#1212: Hide info banners (infoprints) on click
525 * Enable fixing: NB#79916 and NB#79918: The help topic for Color selector
526   cannot be opened
527 * Fixes: NB#81696: The passcode is not overwritten even after   selecting
528
529 [2.0.1-2 release]
530
531 * Fixes: MB#1276: wrong allocators used in hildon_window_get_borders
532
533 [2.0.1-1 release]
534 * Do not use PACKAGE_VERSION_MAJOR for the API revision.
535
536 [2.0.0-1 release]
537 * Fix breadcrumb trail node removal logic.
538 * Add missing outer-border style for HildonColorChooser.
539
540 [1.99.1-1 release]
541 * Accesability fixes for get/set password dialog.
542
543 [1.99.0-1 release]
544 * Upping version to (almost) 2.0.0 for hildon 2.0
545
546 [1.0.17-1 release]
547 * Fixed toolbar visibility
548 * Fixed breadcrumb separator 
549
550 [1.0.16-1 release]
551 * Mem-leak fixes in font selector and color selector
552 * Mem-leak fix in style helper
553 * Making the code dialog a bit more thumbable 
554
555 [1.0.15-1 release]
556 * Fixing hw keyboard support in lock code dialog
557 * Fixing focus behavior in caption
558 * Additions to find toolbar
559 * Documentation fixes
560
561 [1.0.14-1 release]
562 * Removing the patch for hiding HildonWindow before destroy. Breaks DBus.
563 * Fixes for HildonCalendar expose methods
564 * Fixes for composite-widgets focus handling
565 * New dialog layout for the HildonCalendar (Ok/Cancel)
566 * Making find toolbar thumbable
567 * Changing the stylus repeat timeout to match our needs
568 * New esd dependency 
569
570 [1.0.13-1 release]
571 * Fixes to HildonBanners for temporary windows
572 * Minor bugfix in the helper function for logical colors
573 * New examples
574
575 [1.0.12-1 release]
576 * New HILDON_CHECK_VERSION macro
577 * Bugfixes
578 * Minor doc updates
579
580 [1.0.11-1 release]
581 * Adding some new API functions to control the active item in HildonFindToolbar
582 * Fixing the default focus for font selection dialog
583 * New examples
584 * Changing the default long key press time
585 * Fixed time picker on-map breakage
586
587 [1.0.10-2 release]
588 * Fix header installation
589
590 [1.0.10-1 release]
591 * Fixing a bit of focus crazyness in the time and date editors
592 * Removing the separator from the code dialog
593 * Fixing circular dep to enums
594 * Hide the HildonWindow before performing the destroy
595
596 [1.0.9-1 release]
597 * Breadcrumb align/visibility fixes
598 * HildonWindow fixes
599
600 [1.0.8-1 release]
601 * HildonBanner fixes for transiency
602 * InfoBanner fixes
603 * Updated examples 
604 * A few other fixes in few places 
605
606 [1.0.7-1 release]
607 * Adding the gtk-timeout-update multiplier  to certain widgets
608
609 [1.0.6-1 release]
610 * Memory allocation fixes for color and font selection widgets
611 * Breadcrumb leak/visibility fixes
612 * New examples
613
614 [1.0.5-1 release]
615 * Fixes in the HildonWizardDialog
616 * Memory freeing fixes in font selection dialog
617 * Breadcrumb update
618
619 [1.0.3-1 release]
620 * Removing the API guard from helper functions. It was a mistake.
621
622 [1.0.2-1 release]
623 * Guard unstable API's with ENABLE_UNSTABLE_API define
624 * Breadcrumb updates
625 * Fixing a problem with timed banners having their parrent destroyed before they are
626 * Fixing the sh libs
627
628 [1.0.1-1 release] 
629 * Breadcrumb trail widget by Xan
630 * Fingerable scrollbar API by Michael