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