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