2008-11-06 Alejandro Pinheiro <apinheiro@igalia.com>
[hildon] / debian / changelog
1 libhildon (2.1.21-1~unreleased1) unstable; urgency=low
2
3   [ Claudio Saavedra ]
4   * bump unreleased, remove this entry before releasing 2.1.22-1
5
6   [ Alejandro Pinheiro ]
7   * Added --enable-maintainer-mode on debian/rules
8
9  -- Alejandro Pinheiro <apinheiro@igalia.com>  Thu, 06 Nov 2008 18:18:36 +0100
10
11 libhildon (2.1.20-1) unstable; urgency=low
12
13   Bug fixes:
14
15   * Fixes: NB#89541 (Crash in pannable area when closing picker dialog)
16   * Fixes: NB#90994 (HildonPannableArea does not connect "destroyed"
17     on child)
18   * Fixes: NB#91192 (Memory leak in HildonTouchSelector default print
19     function)
20   * Fixes: NB#91135 (Deprecate legacy hildon widgets)
21   * Fixes: NB#90662 (HildonButton "value" and "detail" text is
22     unformatted)
23   * Fixes: NB#91104 (Remove stepper buttons from legacy hildon widgets)
24   * Fixes: NB#91016 (Change toolbar sizes, simplification)
25   * Fixes: NB#91385 (Hildon Touch List panning should be ALWAYS vertical only)
26
27   Deprecations:
28
29   * All Fremantle deprecated widgets has been marked as such with
30     HILDON_DISABLE_DEPRECATED marks.
31
32   Other:
33
34   * Improved sizing of the HildonTouchSelector/HildonPickerDialog widgets.
35   * Corrected alignment of HildonCheckButton contents.
36   * Many cancel-like button fixes.
37
38   ABI:
39
40   * Reverted change introduced in 2.1.16 that broke ABI compatibility. See
41     NB#91636 for further explanation.
42
43  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 04 Nov 2008 13:40:40 +0200
44
45 libhildon (2.1.18-1) unstable; urgency=low
46
47   [ Alejandro Pinheiro ]
48
49   * Add a libhildon1-examples package with the examples.
50   * Avoid running autogen.sh twice during package construction.
51
52   [ Alberto Garcia ]
53
54   * Add libhildon1-doc examples with the API documentation.
55
56   Bug fixes:
57
58   * Fixes: NB#90535 (Memory leak in picker button)
59   * Fixes: NB#90861 (Custom Confirmation dialogs should be protected
60     from cancel button removal)
61   * Fixes: NB#90661 (Delete dialog is displayed without NO button)
62
63   Other:
64
65   * Remove all cancel/close dialogs, where appropriate.
66   * Documentation improvements, some internal cleanups.
67   * HildonAppMenu: unhandled keyboard accelerators are sent to the parent window.
68
69  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 27 Oct 2008 14:08:43 +0200
70
71 libhildon (2.1.16-1) unstable; urgency=low
72
73   * HildonTouchSelector internal layout cleaning.
74   * Improved HildonButton customizability.
75   * Allow Hildon Touch Menu theming (Daniel Borgmann)
76   * Set PKG_CONFIG_PATH in rules to allow building docs with pkg-config 1.10.
77
78   Bug fixes:
79
80   * Fixes: NB#89411 (Window Manager locks caused by HildonStackableWindow)
81   * Fixes: NB#89935 (Shortcuts for menu buttons are not working)
82   * Fixes  NB#90232 (Picker button does not set the label on done button for the
83     second time)
84
85  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 20 Oct 2008 11:37:31 +0200
86
87 libhildon (2.1.14-1) unstable; urgency=low
88
89   * Switch the build system to use cdbs.
90   * Add --disable-deprecated configure option.
91
92   Bug fixes:
93
94   * Fixes: NB#88644 (Hardcoded first column of the model as text column)
95   * Fixes: NB#89329 (selectors in picker dialog are not visible when a
96     long text is set as label for done button)
97   * Fixes: NB#89651 (HildonTouchSelectorEntry title is <unnamed>, when
98     entry is empty)
99   * Fixes: NB#89632 (Picker button selection doesn't change on first click)
100   * Fixes: NB#88946 (Hildon Picker button should disable itself if there are no
101     values)
102   * Fixes: NB#89650 (Picker button is not updated, when selection in selector
103     has changed)
104
105   API additions:
106
107   * HildonTouchSelectorColumn::text-column property.
108   * hildon_picker_button_set_done_button_text() and
109     hildon_picker_button_get_done_button_text()
110   * HildonCheckButton is a proper widget.
111
112   Deprecations:
113
114   * HildonWeekdayPicker
115   * HildonTouchSelectorEntry::text-column property, use
116     HildonTouchSelectorColumn::text-column instead.
117   * hildon_touch_selector_set_column_attributes(), use
118     HildonTouchSelectorColumn and friends.
119   * HildonAppMenu::columns property, this is managed automatically now.
120
121   Other:
122
123   * hildon_gtk_set_theme_size() sets widget name using "WidgetName-size" layout,
124     to ease proper theming (Daniel Borgmann)
125   * Many documentation improvements and additions.
126
127  -- Claudio Saavedra <csaavedra@igalia.com>  Fri, 10 Oct 2008 13:40:57 +0300
128
129 libhildon (2.1.12-2) unstable; urgency=low
130
131   * Add missing hildon-touch-selector-column.h to installable headers.
132   * Fix dh_makeshlibs rule.
133
134  -- Claudio Saavedra <csaavedra@igalia.com>  Wed, 01 Oct 2008 13:02:43 +0300
135
136 libhildon (2.1.12-1) unstable; urgency=low
137
138   * Ship the upstream ChangeLog and NEWS file.
139
140   Bug fixes:
141
142   * Fixes: NB#88576 (critical warning in HildonTouchSelectorEntry)
143   * Fixes: NB#88720 (HildonPickerButton leaks a reference to the
144     HildonTouchSelector)
145   * Fixes: NB#88718 (HildonPickerButton not synchronizing its initial
146     'value' with the selector)
147   * Fixes: NB#88891 (Allow WM to handle properly close-on-tap-outside behavior)
148   * Fixes: NB#88850 (Update HildonNote button strings + signals)
149   * Fixes: NB#88887 (Hildon Wizard changes for Hildon2.2)
150   * Fixes: NB#88680 (Limiting API in HildonTouchSelector)
151   * Fixes: NB#88923 (Semantics of hildon_stackable_window_set_main_menu()
152     changed)
153   * Fixes: NB#88927 (Hildon Wizard should not use icons anymore)
154
155   API additions:
156
157   * New methods to set/get index of selected item in HildonPickerButton and
158     HildonTouchSelector.
159   * Add HildonAppMenu::columns property.
160   * New HildonTouchSelectorColumn class implementing GtkCellLayout interface.
161
162   Other:
163
164   * Examples updated, coding, theming, and documentation fixes.
165
166  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 29 Sep 2008 10:08:47 +0300
167
168 libhildon (2.1.10-2) unstable; urgency=low
169
170   * Revert bump of shared library version to avoid shared library load issues.
171
172  -- Claudio Saavedra <csaavedra@igalia.com>  Wed, 17 Sep 2008 10:52:21 +0300
173
174 libhildon (2.1.10-1) unstable; urgency=low
175
176   * Fixes: NB#88214 (HildonPannableArea wrong requisition)
177   * Fixes: NB#88287 (Missing translations)
178   * Fixes: NB#88364 (Update margins definitions)
179   * Fixes: NB#88414 (Crash in HildonDateSelector on finalize)
180   * New widget: HildonTextEntry.
181   * Removed long deprecated methods hildon_check_button_set_label(),
182     hildon_check_button_get_label().
183   * New method: hildon_gtk_window_set_progress_indicator() to set progress indicator in
184     windows (depends on feature being implemented in WM).
185   * Documentation updates, coding fixes, examples updates. See ChangeLog for details.
186   * Add dependency of libhildon1 on hildon-libs-l10n-mr[0]
187   * Set myself as the maintainer of the debian package.
188
189  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 15 Sep 2008 15:36:06 +0300
190
191 libhildon (2.1.8-1) unstable; urgency=low
192
193   * Make -gdb package contain useful debugging symbols.
194   * Fixes: NB#88022 (parameter validation in
195     hildon_touch_selector_get_num_columns)
196   * Fixes: NB#88023 (day range check
197     in hildon_date_selector_select_current_date)
198   * Fixes: NB#88027 (implement hildon_date_selector_select_month)
199   * Fixes: NB#88045 (fix logical id for time in HildonTimeSelector)
200   * Fixes: NB#88047 (fix retrieval of selected items in HildonTouchSelector)
201   * Fixes: NB#88036 (fix range of 12h time in HildonTimeSelector)
202   * Fixes: NB#88049 (fix columns removal from HildonTouchSelector)
203   * New hildon_button_get_image() method in HildonButton.
204   * New widget: HildonEntry.
205   * New methods to add buttons with finger size in HildonDialog.
206   * Miscellaneous improvements, other minor bug fixes, documentation
207     improvementsand examples updates. See ChangeLog for details.
208
209  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 09 Sep 2008 10:47:11 +0300
210
211 libhildon (2.1.6-1) unstable; urgency=low
212
213   * Deprecated hildon_check_button_{set/get}_label().
214   * Renamed HILDON_PANNABLE_AREA_MOV_* macros to HILDON_MOVEMENT_*
215   * Initial hint in the pannable area set to FALSE.
216   * Renamed properties in HildonPannableArea from {h,v}indicator-mode to
217     {h,v}indicator_policy, and {h,v}scroll to {h,v}scroll_visible.
218   * New widget: HildonEditToolbar.
219   * Renamed hildon_touch_selector_{set,get}_active_iter() to
220     hildon_touch_selector_select_iter() and hildon_touch_selector_get_selected().
221   * Several API additions, bug fixes, internals improvements, documentation
222     improvements, and examples updates. See ChangeLog for details.
223
224  -- Claudio Saavedra <csaavedra@igalia.com>  Fri, 29 Aug 2008 15:25:33 +0300
225
226 libhildon (2.1.5-1~unreleased) gutsy; urgency=low
227
228   * Replace esd dependencies in the dev package with libcanberra-dev.
229     Fixes: NB#87481
230
231  -- Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>  Wed, 13 Aug 2008 16:10:36 +0300
232
233 libhildon (2.1.4-1) gutsy; urgency=low
234
235   * Lot of changes, see ChangeLog for more information.
236   * Depending on the new Gtk+.
237
238  -- Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>  Tue, 12 Aug 2008 18:22:00 +0300
239
240 libhildon (2.1.3-1) gutsy; urgency=low
241
242   * Tons of changes, see the ChangeLog for more information.
243   * Replaced libesd with libcanberra. Fixes: NB#86876
244
245  -- Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>  Mon,  4 Aug 2008 15:07:03 +0300
246
247 libhildon (2.1.2-1) gutsy; urgency=low
248
249   * Update version number to 2.1.2-1
250   * configure.ac 2.1.2
251   * Too many individual changes for them to all be relevant here, many widgets
252     added, many widgets have been changed. A full list of additional/changed  widgets
253     can be found in the Hildon 2.2 widget UI spec.
254
255  -- Karl Lattimer <karl.lattimer@nokia.com>  Mon, 30 Jun 2008 13:55:29 +0300 
256
257 libhildon (2.1.1-1) gutsy; urgency=low
258
259   * Update version number to 2.1.1-1
260   * configure.ac 2.1.1
261   * Too many individual changes for them to all be relevant here, many widgets
262     added, many widgets have been changed. A full list of additional/changed  widgets
263     can be found in the Hildon 2.2 widget UI spec.
264
265  -- Karl Lattimer <karl.lattimer@nokia.com>  Mon, 16 Jun 2008 16:00:00 +0200
266
267 libhildon (2.0.4-1) gutsy; urgency=low
268
269   * src/hildon-banner.c: revert the recent change, that introduced gtk_window_present() calls. 
270     This reopens: Bug 78481 - [freetest] information banners are hidden under browser menu
271     But resolves another variant of: Bug 83953
272
273  -- Natalia Dobrovolskaya <natalia.dobrovolskaya@nokia.com>  Wed, 16 Apr 2008 10:37:00 +0100
274
275 libhildon (2.0.3-1) gutsy; urgency=low
276
277   * Fixes: NB#78896: libhildon code inspection/coverity: uninitialised local values in 
278     hildon_date_editor_size_allocate
279   * Fixes: NB#77775: Media Player, Save Now playing list, too long name makes banner disappear.
280   * Fixes: NB#79182: info banner flickering with certain message lengts.
281   * Fixes: NB#83953: Lock dialog is not visible when device is locked for the first time after flash
282
283  -- Natalia Dobrovolskaya <natalia.dobrovolskaya@nokia.com>  Tue, 15 Apr 2008 15:03:00 +0100
284
285 libhildon (2.0.2-1) gutsy; urgency=low
286
287   * Fixes: MB#1220: HildonWindow should take GtkMenu accel_group into account
288   * Fixes NB#78481: information banners are hidden under browser menu
289   * Fixes: NB#79791: Cannot set focus to Master volume using stylus
290   * Fixes: NB#22072: Revisiting fix for "Implement robust timer handling in Info Banner" bug
291   * Fixes: MB#924: Hildon widgets doesn't support RTL mode
292   * Fixes: MB#1212: Hide info banners (infoprints) on click
293   * Enable fixing: NB#79916 and NB#79918: The help topic for Color selector cannot be opened
294   * Fixes: NB#81696: The passcode is not overwritten even after selecting
295
296  -- Natalia Dobrovolskaya <natalia.dobrovolskaya@nokia.com>  Thu, 03 Apr 2008 14:50:00 +0100
297
298 libhildon (2.0.1-2) gutsy; urgency=low
299
300   * Fixes: MB#1276: wrong allocators used in hildon_window_get_borders
301
302  -- Sven Herzberg <sven@imendio.com>  Mon, 25 Feb 2008 11:50:10 +0100
303
304 libhildon (2.0.1-1) unstable; urgency=low
305
306   * Do not use PACKAGE_VERSION_MAJOR for the API revision.
307
308  -- Xan Lopez <xan.lopez@nokia.com>  Thu, 10 Jan 2008 16:31:15 +0200
309
310 libhildon (2.0.0-1) unstable; urgency=low
311
312   * Fixes: NB#78616: breadcrumb trail node removal logic fix.
313   * Fixes: NB#75310: add missing outer-border style property to HildonColorChooser.
314
315  -- Xan Lopez <xan.lopez@nokia.com>  Wed, 09 Jan 2008 14:27:08 +0200
316
317 libhildon (1.99.1-1) stable; urgency=low
318
319   * Fixes: NB#25592 Accessibility unable to access entry box
320
321  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 14 Dec 2007 11:29:19 +0200
322
323 libhildon (1.99.0-2) stable; urgency=low
324
325   * Updating the gtk dependancy.
326
327  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Thu, 11 Oct 2007 16:05:48 +0300
328
329 libhildon (1.99.0-1) stable; urgency=low
330
331   * Fixes: NB#71660 RSS applet is not using correct logical colors for feeds
332   * Upping version to (almost) 2.0.0 for hildon 2.0
333
334  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Wed, 10 Oct 2007 14:10:28 +0300
335
336 libhildon (1.0.17-1.1) stable; urgency=low
337
338   * Fixes: NB#70842 General brokeness in toolbars visibility
339   * Fixes: NB#62031 Extra arrow in front of top level item in breadcrumb trail
340   * Fixes: MB#615 Can't show/hide the HildonWindow's toolbar
341
342  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 28 Sep 2007 15:03:11 +0300
343
344 libhildon (1.0.16-1.1) stable; urgency=low
345
346   * Mem-leak fixes in font selector and color selector
347   * Mem-leak fix in style helper
348   * Making the code dialog a bit more thumbable 
349
350   * Fixes: NB#63694 device lock, truncation of secu_application_title
351   * Fixes: NB#70273 Memory leaks when switching applets and background
352   * Fixes: NB#70474 Memory leak and access to already freed memory in color selector
353   * Fixes: NB#70499 HildonFontSelectionDialog memory leak 
354
355  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 21 Sep 2007 14:41:13 +0300
356
357 libhildon (1.0.15-1.1) stable; urgency=low
358
359   * debian/control: Add glib and gtk+ doc packages to build dependencies to
360     get gtk-doc crossreferences right
361   * debian/rules: --enable-gtk-doc (with nodocs DEB_BUILD_OPTIONS support)
362
363   * Fixes: NB#67955 Device lock/unlock code not accepted from HW keyboard
364   * Fixes: NB#52301 Wrong item is highlighted in Find toolbar history list 
365   * Fixes: NB#68610 caption multiple focus possible in Authentication dialog weba_fi_auhentication_realm
366   * Fixes: NB#69306 API documentation is missing
367
368  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Mon, 17 Sep 2007 14:07:51 +0300
369
370 libhildon (1.0.14-1) stable; urgency=low
371
372   * Removing the patch for hiding HildonWindow before destroy. Breaks DBus.
373   * Fixes for HildonCalendar expose methods
374   * Fixes for composite-widgets focus handling
375   * New dialog layout for the HildonCalendar (Ok/Cancel)
376   * Making find toolbar thumbable
377   * Changing the stylus repeat timeout to match our needs
378   * New esd dependency 
379
380   * Fixes: NB#54146 Hilon Calendar popup:The changes in active month/year are not shown
381   * Fixes: NB#59299 Leaving the calendar dialog is not possible without selecting something
382   * Fixes: NB#66060 Search toolbar has wrong height in ComboBoxEntry and toolbarbuttons are too narrow
383   * Fixes: NB#58352 on startup, hildon-desktop GLIB WARNING ** hildon-1...
384   * Fixes: NB#60489 Key repeat rate in number editor
385   * Fixes: NB#65155 HildonVolumebar: mute grabs focus, not possible to adjust volume using HW keys
386   * Fixes: NB#63955 hildon_volumebar_set_mute() grabs focus even if the widget is unmapped
387   * Fixes: NB#66673 Questionable main loop iteration in hildon_window_destroy()
388   * Fixes: NB#66628 Account setting dialog crashes while moving the focus using the h/w key. 
389  
390  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 24 Aug 2007 16:18:24 +0300
391
392 libhildon (1.0.13-1) stable; urgency=low
393
394   * Fixes to HildonBanners for temporary windows
395   * Minor bugfix in the helper function for logical colors
396   * New examples
397
398   * Fixes: NB#58352 on startup, hildon-desktop GLIB WARNING...
399
400  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 17 Aug 2007 14:46:03 +0300
401
402 libhildon (1.0.12-1) stable; urgency=low
403
404   * New HILDON_CHECK_VERSION macro
405   * Bugfixes
406   * Minor doc updates
407
408   * Fixes: NB#62061 Please include HILDON_CHECK_VERSION macro
409   * Fixes: NB#49374 Programs using HildonWizardDialog cannot set the sensitivity of buttons when the page changes
410   * Fixes: NB#64355 Control panel; Device lock: OK and Cancel buttons
411   * Fixes: NB#60154 It is possible to enter invalid date in the birthday date picker
412
413  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Mon, 06 Aug 2007 09:52:19 +0300
414
415 libhildon (1.0.11-1) stable; urgency=low
416
417   * Adding some new API functions to control the active item in HildonFindToolbar
418   * Fixing the default focus for font selection dialog
419   * New examples
420   * Changing the default long key press time
421   * Fixed time picker on-map breakage
422
423   * Fixes: NB#63700 wrong definition for HILDON_WINDOW_LONG_PRESS_TIME
424   * Fixes: NB#54182 HildonDateEditor min/max properties cannot be set
425   * Fixes: NB#63430 Ok button of preview dialog is not highlited,when font size is 32pt.
426
427  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Wed, 25 Jul 2007 10:14:34 +0300
428
429 libhildon (1.0.10-2) stable; urgency=low
430
431   * Fix header installation. 
432
433  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Mon,  2 Jul 2007 10:09:31 +0300
434
435 libhildon (1.0.10-1) stable; urgency=low
436
437   * Fixing a bit of focus crazyness in the time and date editors
438   * Removing the separator from the code dialog
439   * Fixing circular dep to enums
440   * Hide the HildonWindow before performing the destroy
441
442   * Fixes: NB#61129 volumebar info banner in muted state
443   * Fixes: NB#61128 volumebar sensitivy does not change when the widget is not mapped
444   * Fixes: NB#60518 Unable to move the focus from the buttons to date or time editor.
445   * Fixes: NB#60349 Date editor invalidates keyboard number input
446
447  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 29 Jun 2007 16:49:58 +0300
448
449 libhildon (1.0.9-1) stable; urgency=low
450
451   * Breadcrumb align/visibility fixes
452
453   * Fixes: MB#1466 hildon_window_toggle_menu() unconditionally uses button=0 for gtk_menu_popup()
454   * Fixes: MB#1230 libhildon doesn't build because of broken strict-aliasing
455   * Fixes: MB#1093 Banners should use GDK_WINDOW_TYPE_HINT_NOTIFICATION
456   * Fixes: NB#52946 Pressing (accidentally) back and then menu key with thumb in quick succession and unfocusing the menu closes the application
457   * Fixes: MB#1101 Reproducible unintentional window/application close bug 
458
459  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Thu, 07 Jun 2007 14:39:06 +0300
460
461 libhildon (1.0.8-1) stable; urgency=low
462
463   * Breadcrumb fixes
464   * HildonBanner fixes for transiency 
465   * Updated examples
466
467   * Fixes: NB#56434 Name of the month truncates in the Date & Time page in the startup wizard.
468   * Fixes: NB#54127 The arrow heads of Calendar popup vanish(except the one that is tapped) when tapped on one of the arrows of month or year.
469   * Fixes: NB#50288 Box remains on the am/pm indicator of the Date and Time Settings dialog.
470   * Fixes: NB#56082 HildonCalendarpopup:Sliding sylus to a dimmed date changes the year to 1970
471   * Fixes: NB#54147 Hildon calendar popup:The range checks for the years are not consistent.
472   * Fixes: NB#41501 Last line of text in preview dialog is not shown properly when bold and maximum font is selected
473   * Fixes: NB#38955 Inconsistent behaviour observed when 2 instances of date and time applet are open.
474   * Fixes: NB#52379 HildonCaption won't accept focus when it contains a complex widget tree
475   * Fixes: NB#56624 "Searching" info note displayed even after minimizing the search window
476   * Fixes: NB#59276 Escape timeout handler is not removed when HildonWindow is deleted.
477   * Fixes: NB#55161 Refreshing library is shown on top of other applications 
478   * Fixes: NB#58982 HildonBreadcrumbtrail:Pressing Esc key does not show any effect
479
480  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 01 Jun 2007 15:43:59 +0300
481
482 libhildon (1.0.7-1) stable; urgency=low
483
484   * Fixed at some point in the past, but adding here:
485
486   * Fixes: NB#44440 hildon_note_new_cancel_with_progress_bar does unreasonable ellipsization...
487   * Fixes: NB#49916 ADDRESS BOOK, truncation, §addr_nc_notification4b§
488   * Fixes: NB#52006 The number editor in Pdf Viewer goes on a loop after reaching the maximum value.
489
490  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 25 May 2007 11:05:41 +0300
491
492 libhildon (1.0.6-1) stable; urgency=low
493
494   * Fixes: NB#54061 Notes application crashes when font size & font colour is changed
495   * Fixes: NB#48934 Switch to page with empty page number dialog responded when taped outside the content area
496
497   * Memory allocation fixes for color and font selection widgets
498   * Breadcrumb leak/visibility fixes
499   * New examples
500
501  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Tue, 22 May 2007 13:45:59 +0300
502
503 libhildon (1.0.5-1) stable; urgency=low
504
505   * Fixes: NB#54149 Date editor: Accepts year greater than 2037
506   * Fixes: NB#49374 Programs using HildonWizardDialog cannot set the sensitivity of buttons when the page changes
507
508   * Memory freeing fixes in font selection dialog.
509   * Breadcrumb update.
510
511  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Mon, 07 May 2007 13:16:09 +0300
512
513 libhildon (1.0.4-1) stable; urgency=low
514
515   * Changing the API guard name to HILDON_ENABLE_UNSTABLE_API.
516
517  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Thu, 26 Apr 2007 16:20:55 +0300
518
519 libhildon (1.0.3-1) stable; urgency=low
520
521   * Removing the API guard from helper functions. It was a mistake.
522
523  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Thu, 26 Apr 2007 15:54:12 +0300
524
525 libhildon (1.0.2-1) stable; urgency=low
526
527   * Guard unstable API's with ENABLE_UNSTABLE_API define
528   * Breadcrumb updates
529   * Fixing a problem with timed banners having their parrent destroyed before they are
530   * Fixing the sh libs
531
532  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Wed, 25 Apr 2007 16:48:30 +0300
533
534 libhildon (1.0.1-1) stable; urgency=low
535
536   * New breadcrumb trial widget.
537   * Fingerable scrollbar API.
538
539   * Fixes: NB#54182 HildonDateEditor min/max properties cannot be set
540
541  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Mon, 16 Apr 2007 11:09:27 +0300
542
543 libhildon (1.0.0-1) stable; urgency=low
544
545   * Move to Gtk 2.10
546   * Consolidated API
547   * All the deprecated widgets are now removed
548   * Version bumping to 1.0.0 since we're now nice and stable
549   * Fix packaging for gtk-doc (not enabled by default)
550   * License change to LGPL version 2.1 or later
551   * Adding examples for many widgets
552
553   * Fixes: NB#49043 Build fails due to duplicate definition of INVALID_CHAR
554   * Fixes: NB#49810 Errors in hildon-libs
555   * Fixes: NB#47751 Tap and hold of Home key minimize applications but does not close the application menu
556   * Fixes: NB#46434 HildonWindow: inconsistent memory management
557   * Fixes: NB#30265 Warning from hildonlibs build
558   * Fixes: NB#47751 Tap and hold of Home key minimize applications but does not close the application menu
559   * Fixes: NB#47989 Not possible to set empty title for HildonWindow
560   * Fixes: NB#50496 While quickly tapping the same Edit button, the message is displayed differently.
561   * Fixes: NB#51736 Enhancement in hildon_caption_set_label_text()
562   * Fixes: NB#50854 application menu closes when mouse released
563   
564  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Thu, 29 Mar 2007 16:36:27 +0300
565