2008-11-04 Claudio Saavedra <csaavedra@igalia.com>
[hildon] / NEWS
1 [2.1.20 release]
2
3   Bug fixes:
4
5   * Fixes: NB#89541 (Crash in pannable area when closing picker dialog)
6   * Fixes: NB#90994 (HildonPannableArea does not connect "destroyed"
7     on child)
8   * Fixes: NB#91192 (Memory leak in HildonTouchSelector default print
9     function)
10   * Fixes: NB#91135 (Deprecate legacy hildon widgets)
11   * Fixes: NB#90662 (HildonButton "value" and "detail" text is
12     unformatted)
13   * Fixes: NB#91104 (Remove stepper buttons from legacy hildon widgets)
14   * Fixes: NB#91016 (Change toolbar sizes, simplification)
15
16   Deprecations:
17
18   * All Fremantle deprecated widgets has been marked as such with
19     HILDON_DISABLE_DEPRECATED marks.
20
21   Other:
22
23   * Improved sizing of the HildonTouchSelector/HildonPickerDialog widgets.
24   * Corrected alignment of HildonCheckButton contents.
25   * Many cancel-like button fixes.
26
27   ABI:
28
29   * Reverted change introduced in 2.1.16 that broke ABI compatibility. See
30     NB#91636 for further explanation.
31
32 [2.1.18 release]
33
34   Bug fixes:
35
36   * Fixes: NB#90535 (Memory leak in picker button)
37   * Fixes: NB#90861 (Custom Confirmation dialogs should be protected
38     from cancel button removal)
39   * Fixes: NB#90661 (Delete dialog is displayed without NO button)
40
41   Other:
42
43   * Remove all cancel/close dialogs, where appropriate.
44   * Documentation improvements, some internal cleanups.
45   * HildonAppMenu: unhandled keyboard accelerators are sent to the parent window.
46
47 [2.1.16 release]
48
49   * HildonTouchSelector internal layout cleaning.
50   * Improved HildonButton customizability.
51   * Allow Hildon Touch Menu theming (Daniel Borgmann)
52
53   Bug fixes:
54
55   * Fixes: NB#89411 (Window Manager locks caused by HildonStackableWindow)
56   * Fixes: NB#89935 (Shortcuts for menu buttons are not working)
57   * Fixes  NB#90232 (Picker button does not set the label on done button for the
58     second time)
59
60 [2.1.14 release]
61
62   Bug fixes:
63
64   * Fixes: NB#88644 (Hardcoded first column of the model as text column)
65   * Fixes: NB#89329 (selectors in picker dialog are not visible when a
66     long text is set as label for done button)
67   * Fixes: NB#89651 (HildonTouchSelectorEntry title is <unnamed>, when
68     entry is empty)
69   * Fixes: NB#89632 (Picker button selection doesn't change on first click)
70   * Fixes: NB#88946 (Hildon Picker button should disable itself if there are no
71     values)
72   * Fixes: NB#89650 (Picker button is not updated, when selection in selector
73     has changed)
74
75   API additions:
76
77   * HildonTouchSelectorColumn::text-column property.
78   * hildon_picker_button_set_done_button_text() and
79     hildon_picker_button_get_done_button_text()
80   * HildonCheckButton is a proper widget.
81
82   Deprecations:
83
84   * HildonWeekdayPicker
85   * HildonTouchSelectorEntry::text-column property, use
86     HildonTouchSelectorColumn::text-column instead.
87   * hildon_touch_selector_set_column_attributes(), use
88     HildonTouchSelectorColumn and friends.
89   * HildonAppMenu::columns property, this is managed automatically now.
90
91   Other:
92
93   * hildon_gtk_set_theme_size() sets widget name using "WidgetName-size" layout,
94     to ease proper theming (Daniel Borgmann)
95   * Many documentation improvements and additions.
96   * Add --disable-deprecated configure option.
97
98 [2.1.12 release]
99
100   Bug fixes:
101
102   * Fixes: NB#88576 (critical warning in HildonTouchSelectorEntry)
103   * Fixes: NB#88720 (HildonPickerButton leaks a reference to the
104     HildonTouchSelector)
105   * Fixes: NB#88718 (HildonPickerButton not synchronizing its initial
106     'value' with the selector)
107   * Fixes: NB#88891 (Allow WM to handle properly close-on-tap-outside behavior)
108   * Fixes: NB#88850 (Update HildonNote button strings + signals)
109   * Fixes: NB#88887 (Hildon Wizard changes for Hildon2.2)
110   * Fixes: NB#88680 (Limiting API in HildonTouchSelector)
111   * Fixes: NB#88923 (Semantics of hildon_stackable_window_set_main_menu()
112     changed)
113   * Fixes: NB#88927 (Hildon Wizard should not use icons anymore)
114
115   API additions:
116
117   * New methods to set/get index of selected item in HildonPickerButton and
118     HildonTouchSelector.
119   * Add HildonAppMenu::columns property.
120   * New HildonTouchSelectorColumn class implementing GtkCellLayout interface.
121
122   Other:
123
124   * Examples updated, coding, theming, and documentation fixes.
125
126 [2.1.10 release]
127
128 * Fixes: NB#88214 (HildonPannableArea wrong requisition)
129 * Fixes: NB#88287 (Missing translations)
130 * Fixes: NB#88364 (Update margins definitions)
131 * Fixes: NB#88414 (Crash in HildonDateSelector on finalize)
132 * New widget: HildonTextEntry.
133 * Removed long deprecated methods hildon_check_button_set_label(),
134   hildon_check_button_get_label().
135 * New method: hildon_gtk_window_set_progress_indicator() to set progress
136   indicator in windows (depends on feature being implemented in WM).
137 * Documentation updates, coding fixes, examples updates. See ChangeLog for
138   details.
139
140 [2.1.8 release]
141
142 * Make -gdb package contain useful debugging symbols.
143 * Fixes: NB#88022 (parameter validation in
144   hildon_touch_selector_get_num_columns)
145 * Fixes: NB#88023 (day range check
146   in hildon_date_selector_select_current_date)
147 * Fixes: NB#88027 (implement hildon_date_selector_select_month)
148 * Fixes: NB#88045 (fix logical id for time in HildonTimeSelector)
149 * Fixes: NB#88047 (fix retrieval of selected items in HildonTouchSelector)
150 * Fixes: NB#88036 (fix range of 12h time in HildonTimeSelector)
151 * Fixes: NB#88049 (fix columns removal from HildonTouchSelector)
152 * New hildon_button_get_image() method in HildonButton.
153 * New widget: HildonEntry.
154 * New methods to add buttons with finger size in HildonDialog.
155 * Miscellaneous improvements, other minor bug fixes, documentation
156   improvements and examples updates. See ChangeLog for details.
157
158 [2.1.6 release]
159
160 * Deprecated hildon_check_button_{set/get}_label().
161 * Renamed HILDON_PANNABLE_AREA_MOV_* macros to HILDON_MOVEMENT_*
162 * Initial hint in the pannable area set to FALSE.
163 * Renamed properties in HildonPannableArea from {h,v}indicator-mode to
164   {h,v}indicator_policy, and {h,v}scroll to {h,v}scroll_visible.
165 * New widget: HildonEditToolbar.
166 * Renamed hildon_touch_selector_{set,get}_active_iter() to
167   hildon_touch_selector_select_iter() and hildon_touch_selector_get_selected().
168 * Several API additions, bug fixes, internals improvements, documentation
169   improvements, and examples updates. See ChangeLog for details.
170
171 [2.1.4-1 release]
172
173 * Lot of changes, see ChangeLog for more information.
174 * Depending on the new Gtk+.
175
176 [2.1.3-1 release]
177
178 * Tons of changes, see the ChangeLog for more information.
179 * Replaced libesd with libcanberra. Fixes: NB#86876
180
181 [2.1.2-1 release]
182
183 * Too many individual changes for them to all be relevant here, many widgets
184   added, many widgets have been changed. A full list of additional/changed
185   widgets can be found in the Hildon 2.2 widget UI spec.
186
187 [2.1.1-1 release]
188
189 * Too many individual changes for them to all be relevant here, many widgets
190   added, many widgets have been changed. A full list of additional/changed
191   widgets can be found in the Hildon 2.2 widget UI spec.
192
193 [2.0.3-1 release]
194
195 * Fixes: NB#78896: libhildon code inspection/coverity: uninitialised local
196   values in hildon_date_editor_size_allocate
197 * Fixes: NB#77775: Media Player, Save Now playing list, too long name makes
198   banner disappear.
199 * Fixes: NB#79182: info banner flickering with certain message lengts.
200 * Fixes: NB#83953: Lock dialog is not visible when device is locked for the
201   first time after flash
202
203 [2.0.2-1 release]
204
205 * Fixes: MB#1220: HildonWindow should take GtkMenu accel_group into account
206 * Fixes NB#78481: information banners are hidden under browser menu
207 * Fixes: NB#79791: Cannot set focus to Master volume using stylus
208 * Fixes: NB#22072: Revisiting fix for "Implement robust timer handling in Info
209   Banner" bug
210 * Fixes: MB#924: Hildon widgets doesn't support RTL mode
211 * Fixes: MB#1212: Hide info banners (infoprints) on click
212 * Enable fixing: NB#79916 and NB#79918: The help topic for Color selector
213   cannot be opened
214 * Fixes: NB#81696: The passcode is not overwritten even after   selecting
215
216 [2.0.1-2 release]
217
218 * Fixes: MB#1276: wrong allocators used in hildon_window_get_borders
219
220 [2.0.1-1 release]
221 * Do not use PACKAGE_VERSION_MAJOR for the API revision.
222
223 [2.0.0-1 release]
224 * Fix breadcrumb trail node removal logic.
225 * Add missing outer-border style for HildonColorChooser.
226
227 [1.99.1-1 release]
228 * Accesability fixes for get/set password dialog.
229
230 [1.99.0-1 release]
231 * Upping version to (almost) 2.0.0 for hildon 2.0
232
233 [1.0.17-1 release]
234 * Fixed toolbar visibility
235 * Fixed breadcrumb separator 
236
237 [1.0.16-1 release]
238 * Mem-leak fixes in font selector and color selector
239 * Mem-leak fix in style helper
240 * Making the code dialog a bit more thumbable 
241
242 [1.0.15-1 release]
243 * Fixing hw keyboard support in lock code dialog
244 * Fixing focus behavior in caption
245 * Additions to find toolbar
246 * Documentation fixes
247
248 [1.0.14-1 release]
249 * Removing the patch for hiding HildonWindow before destroy. Breaks DBus.
250 * Fixes for HildonCalendar expose methods
251 * Fixes for composite-widgets focus handling
252 * New dialog layout for the HildonCalendar (Ok/Cancel)
253 * Making find toolbar thumbable
254 * Changing the stylus repeat timeout to match our needs
255 * New esd dependency 
256
257 [1.0.13-1 release]
258 * Fixes to HildonBanners for temporary windows
259 * Minor bugfix in the helper function for logical colors
260 * New examples
261
262 [1.0.12-1 release]
263 * New HILDON_CHECK_VERSION macro
264 * Bugfixes
265 * Minor doc updates
266
267 [1.0.11-1 release]
268 * Adding some new API functions to control the active item in HildonFindToolbar
269 * Fixing the default focus for font selection dialog
270 * New examples
271 * Changing the default long key press time
272 * Fixed time picker on-map breakage
273
274 [1.0.10-2 release]
275 * Fix header installation
276
277 [1.0.10-1 release]
278 * Fixing a bit of focus crazyness in the time and date editors
279 * Removing the separator from the code dialog
280 * Fixing circular dep to enums
281 * Hide the HildonWindow before performing the destroy
282
283 [1.0.9-1 release]
284 * Breadcrumb align/visibility fixes
285 * HildonWindow fixes
286
287 [1.0.8-1 release]
288 * HildonBanner fixes for transiency
289 * InfoBanner fixes
290 * Updated examples 
291 * A few other fixes in few places 
292
293 [1.0.7-1 release]
294 * Adding the gtk-timeout-update multiplier  to certain widgets
295
296 [1.0.6-1 release]
297 * Memory allocation fixes for color and font selection widgets
298 * Breadcrumb leak/visibility fixes
299 * New examples
300
301 [1.0.5-1 release]
302 * Fixes in the HildonWizardDialog
303 * Memory freeing fixes in font selection dialog
304 * Breadcrumb update
305
306 [1.0.3-1 release]
307 * Removing the API guard from helper functions. It was a mistake.
308
309 [1.0.2-1 release]
310 * Guard unstable API's with ENABLE_UNSTABLE_API define
311 * Breadcrumb updates
312 * Fixing a problem with timed banners having their parrent destroyed before they are
313 * Fixing the sh libs
314
315 [1.0.1-1 release] 
316 * Breadcrumb trail widget by Xan
317 * Fingerable scrollbar API by Michael