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