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