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