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