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