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