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