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