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