Fix debian/changelog
[hildon] / debian / changelog
1 libhildon (2.1.73-1) unstable; urgency=low
2
3   * unreleased
4   * Depend on osso-filemanager l10n package.
5
6  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 11 May 2009 13:22:15 +0300
7
8 libhildon (2.1.72-4) unstable; urgency=low
9
10   * Fixes: NB#116786 (Image viewer crases whie trying to launch menu, in a
11     scenario)
12
13  -- Claudio Saavedra <csaavedra@igalia.com>  Thu, 14 May 2009 14:05:35 +0300
14
15 libhildon (2.1.72-3) unstable; urgency=low
16
17   * Remove reopened bug from debian/changelog
18
19  -- Claudio Saavedra <csaavedra@igalia.com>  Wed, 13 May 2009 16:09:41 +0300
20
21 libhildon (2.1.72-2) unstable; urgency=low
22
23   * Fixes: NB#116289 (Hildon home crashes while adding task shortcuts.)
24
25  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 12 May 2009 19:12:56 +0300
26
27 libhildon (2.1.72-1) unstable; urgency=low
28
29   * Fixes: NB#114395 ('Disconnect charger...' info banner in portrait is truncated)
30   * Fixes: NB#113761 (Update progress banner to use progress indicator)
31   * Fixes: NB#114253 (HildonPickerButton not refreshing its value)
32   * Fixes: NB#109369 (Hard-coded height in HildonPickerDialog)
33   * Fixes: NB#115166 (Formatting memory card is not taking place)
34   * Fixes: NB#115242 (Sound is not played every time for the 'Switch off
35     device?' confirmation note)
36   * New unit tests for HildonPickerButton
37   * Set "dialog-information" role for sounds played by hildon_play_system_sound()
38   * Documentation and examples fixes.
39
40  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 11 May 2009 10:54:29 +0300
41
42 libhildon (2.1.70-1) unstable; urgency=low
43
44   * Fixes: NB#111962 (mail_in_ui_folder_move_target_error not aligned
45     properly)
46   * Fixes: NB#112933 (text is not left aligned in confirmation dialog
47     is connectivity dialog)
48   * Fixes: NB#111606 (HildonTimeSelector should expose API to
49     set/unset am/pm mode)
50   * Fixes: NB#111160 (!HildonEditToolbar buttons are focused after
51     typing on an HW arrows key)
52
53   New API:
54
55   * HildonTimeSelector:time-format-policy
56
57   [ Alberto Garcia ]
58   * Don't need to fix example files anymore in debian/rules
59
60  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 04 May 2009 11:29:42 +0300
61
62 libhildon (2.1.68-1) unstable; urgency=low
63
64   * Fixes: NB#109635 (Confirmation notes do not support portrait)
65   * Fixes: NB#112328 (Adding helpers for setting portrait properties)
66   * Fixes: NB#108470 (Selected items in multiple selection are either
67     having a tick that is cut or not visible at all.)
68   * NB#111027 (Title menu closed immediately if activated when
69     "Invalid e-mail address" banner is shown)
70
71   New API:
72
73   * hildon_gtk_window_set_portrait_flags()
74   *(hildon_gtk_window_set_progress_indicator),
75    (hildon_gtk_window_set_do_not_disturb),
76    (hildon_gtk_window_set_portrait_flags): will work even if the window is
77    not realized yet.
78
79   Deprecated API:
80
81   * hildon_pannable_area_get/set_size_request_policy,
82     HildonSizeRequestPolicy: deprecated.
83
84  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 27 Apr 2009 11:23:58 +0300
85
86 libhildon (2.1.66-1) unstable; urgency=low
87
88   * Fixes: NB#110689 (HildonPickerButton doesn't ellipsize very long values)
89   * Fixes: NB#110959 (Add API to set the do-not-disturb flag to a window)
90   * Fixes: NB#111206 (stylus sized icon for animation banner)
91   * Fixes: NB#111962 (mail_in_ui_folder_move_target_error not aligned
92     properly)
93   * Fixes: NB#111830 (HildonBanner should be marked as supporting
94     portrait)
95
96  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 21 Apr 2009 14:09:53 +0300
97
98 libhildon (2.1.64-1) unstable; urgency=low
99
100   * Fixes: NB#110244 (Problems with the
101     hildon_pannable_area_set_size_request_policy API)
102
103  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 14 Apr 2009 11:17:53 +0300
104
105 libhildon (2.1.62-1) unstable; urgency=low
106
107   * Fixes: NB#110029 (selectors not scrolling to selected value)
108   * Coverity reported fixes.
109   * Improved documentation (Ivan Gomez)
110
111  -- Claudio Saavedra <csaavedra@igalia.com>  Wed, 08 Apr 2009 09:49:45 +0300
112
113 libhildon (2.1.60-1) unstable; urgency=low
114
115   * Fixes: NB#109099 (Memory leak in Hildon touch selector)
116   * Fixes: NB#107386 (Odd stacking behaviour for information banners)
117   * Fixes: NB#94957 (Smoothly opened application menu)
118   * Fixes: NB#109179 (Memory leak in Hildon program)
119   * Fixes: NB#107775 (No scrollbars can be seen when several items are
120     available in a dialog)
121   * Fixes: NB#106375 (Need API to retitle a window with a title
122     including markup)
123   * Fixes: NB#109369 (Hard-coded height in HildonPickerDialog)
124   * Fixes: NB#109639 (Update hildon passwd dialogs to Hildon 2.2)
125
126   New API:
127
128   * hildon_window_stack_get_windows()
129   * New "markup" property and hildon_window_{get,set}_markup()
130     methods.
131
132   Other:
133
134   * More HildonPannableArea tunning.
135   * Fixed some memory leaks.
136
137  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 06 Apr 2009 15:34:47 +0300
138
139 libhildon (2.1.58-1) unstable; urgency=low
140
141   * Fixes: NB#107583 (Hildon app menu crashes in various applications)
142   * Fixes: NB#106067 (hildon_play_system_sound() play sound only first
143     time called)
144   * Fixes: NB#106998 (HildonProgram's is-topmost property doesn't
145     change when the user tasks in/out of an application)
146   * Fixes: NB#107897 (Patch to make editmodetoolbar background
147     themeable and adjust margin)
148
149  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 30 Mar 2009 11:31:07 +0300
150
151 libhildon (2.1.56-2) unstable; urgency=low
152
153   * Do not use new gtk+ API yet to avoid depending on a new GTK+ version.
154
155  -- Claudio Saavedra <csaavedra@igalia.com>  Wed, 25 Mar 2009 20:59:01 +0200
156
157 libhildon (2.1.56-1) unstable; urgency=low
158
159   * Fixes: NB#107494 (Items stay selected when clicking and moving
160     away when inside pannable area)
161   * Fixes: NB#103564 (Make hildon animation banner use individual image
162     files as the animation)
163   * Fixes: NB#107471 (hildon_entry_set_text() not setting the text
164     when the placeholder text is already set)
165   * Bump GTK+ dependency to 2:2.12.12-1maemo12.
166
167  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 24 Mar 2009 16:56:29 +0200
168
169 libhildon (2.1.54-1) unstable; urgency=low
170
171   Bug fixes:
172
173   * Fixes: NB#105190 (Text input area of HildonTouchSelectorEntry to
174     be selected manually for the HW keys to work)
175   * Fixes: NB#105427 (Clicking and dragging (for pixel values more
176     than the threshold value) within the button is not sending the
177     event to the child)
178   * Fixes: NB#106607 (hildon_init should issue error message upon successive calls)
179
180   Other:
181
182   * Improved usability in HildonPannableArea and HildonTouchSelectorEntry.
183   * Some examples cleaned up.
184   * Code fixes.
185
186  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 23 Mar 2009 10:09:21 +0200
187
188 libhildon (2.1.52-2) unstable; urgency=low
189
190   * Reverted some changes that were causing problems in the date-button creation
191
192  -- Alejandro G. Castro <alex@igalia.com>  Thu, 19 Mar 2009 13:58:33 +0200
193
194 libhildon (2.1.52-1) unstable; urgency=low
195
196   Bug fixes:
197
198   * Fixes: NB#104485 (Not able to address the call when application menu is
199     opened at background)
200   * Fixes: NB#105507 (hildon_date_button_set_date leads to crash.)
201   * Fixes: NB#105407 (highlight is not cancelled when panning starts)
202   * Fixes: NB#105455 (HildonTouchSelectorPrintFunc lacks user data)
203   * Fixes: NB#105678 (HildonTextView should use logical colours instead of
204     setting widget name)
205
206   New API:
207
208   * (HildonTouchSelectorPrintFunc *) (HildonTouchSelector * selector, gpointer user_data)
209   User data parameter added to (HildonTouchSelectorPrintFunc *) signature.
210   * hildon_touch_selector_set_print_func_full (): support for user data and a destroy callback.
211
212   Other:
213
214   * More HildonPannableArea fine tunning.
215   * Documentation improvements.
216   * Minor theming fixes.
217
218  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 16 Mar 2009 10:50:54 +0200
219
220 libhildon (2.1.50-1) unstable; urgency=low
221
222   * Fixes: NB#105012 (buttons inside a pannable area not getting release
223     event when dragging/releasing)
224
225  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 10 Mar 2009 16:40:03 +0200
226
227 libhildon (2.1.48-1) unstable; urgency=low
228
229   Bug fixes:
230
231   * Fixes: NB#103758 (No way to obtain a menu from a  HildonStackableWindow)
232   * Fixes: NB#103761 (HildonAppMenu doesn't have methods to get its children)
233   * Fixes: NB#104439 (hildon_date_button_new() isn't set to the current date by
234     default)
235   * Fixes: NB#104485 (Not able to address the call when application menu is
236   opened at background)
237   * Fixes: NB#104819 (Clean up old icon names from hildon-widgets)
238   * Fixes: NB#104815 (I need accessor to the entry inside
239   HildonTouchSelectorEntry)
240   * Fixes: NB#102541 (value entered in the touch selector entry is not shown
241   when opened for second time)
242
243   New API:
244
245   * HildonAppMenu:
246     hildon_app_menu_get_items()
247     hildon_app_menu_get_filters()
248     HildonAppMenu::filter-vertical-spacing style property.
249   * hildon_stackable_window_{get,set}_app_menu()
250   * hildon_window_get_main_menu()
251   * hildon_touch_selector_entry_get_entry()
252   * HildonPannableArea properties:
253     ::drag-inertia, ::panning-threshold, ::scrollbar-fade-delay,
254     ::bounce-steps, ::force and ::direction-error-margin
255
256   Deprecations:
257
258   * hildon_window_get_menu(): use hildon_window_get_main_menu()
259   * hildon_stackable_window_set_main_menu(): use hildon_stackable_window_set_app_menu()
260
261  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 09 Mar 2009 10:15:08 +0200
262
263 libhildon (2.1.46-1) unstable; urgency=low
264
265   Bug fixes:
266
267   * Fixes: NB#101603 (Focus is not even for the text entry boxes in
268     Contact editor dialog)
269   * Fixes: NB#92297 (Preview content is not clearly visible for
270     default colour text)
271   * Fixes: NB#101889 (Picker dialog should not close when nothing is
272     selected in multiple selection list)
273   * Fixes: NB#97458 (Pannable area prevents propagation of button
274     press events)
275   * Fixes: NB#103242 ("HildonPickerButton:value-changed" is emitted
276     before actual change of values)
277   * Fixes: NB#100468 (Application menu window is launched even when a
278     new secondary-window/dialog is pending to be shown/realized)
279
280   New API:
281
282   * hildon_app_menu_popup(): New function to pop up a HildonAppMenu
283   * hildon_picker_button_value_changed(): Programmatically emit "value-changed".
284
285   Other:
286
287   * unit testing suite fixes (Sven Herzberg)
288   * Removed hildon-remote-texture.h from hildon.h.
289   * Themability improvements.
290   * Code fixes.
291   * HildonPannableArea improvements.
292
293  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 02 Mar 2009 11:38:42 +0200
294
295 libhildon (2.1.44-1) unstable; urgency=low
296
297   Bug fixes:
298
299   * Fixes: NB#100646 (Logical strings is shown for ok in set
300     password,Password needed dialogs)
301   * Fixes: NB#100445 (Hildon banner gets destroyed when a dialog is
302     opened)
303   * Fixes: NB#101916 (Do not allow custom icons on animation banner)
304   * Fixes: NB#101698 (Back button long press and delete-event handling)
305   * Fixes: NB#99915 (Date and Time options are not localised in Date
306     and Time setttings)
307   * Fixes: NB#101043 (Second row of all the command button are
308     displayed in transparent mode.)
309   * Fixes: NB#102225 (Crash setting the progress indicator to a non
310     visible window)
311   * Fixes: NB#102262 (memory leak in hildon_button_set_style())
312   * Fixes: NB#101793 (Make edit toolbar the same height as window
313     title bar (use title area theming))
314   * Fixes: NB#102467 (Do not show highlight on the text in
315     HildonCaption)
316   * Fixes: NB#102338 (HildonPannableArea scrolling indicator does not
317     treat ->lower correctly)
318   * Fixes: NB#102413 (The text margins (wrapping) in information
319     banner should be HILDON_MARGIN_TRIPLE)
320
321   New API:
322
323   * HildonRemoteTexture (Gordon Williams)
324   * HildonPannableArea:low-friction-mode property.
325
326   Deprecations:
327
328   * hildon_banner_show_annimation(): No more user defined icons.
329
330   Other:
331
332   * Theming improvements.
333   * Increased the maximum speed of the pannable area to improve usability.
334   * Memory leaks fixed and other code fixes.
335
336  -- Claudio Saavedra <csaavedra@igalia.com>  Fri, 20 Feb 2009 15:12:02 +0200
337
338 libhildon (2.1.42-1) unstable; urgency=low
339
340   Bug fixes:
341
342   * Fixes: NB#100487 (HildonStackableWindow transiency becomes
343     incoherent)
344   * Fixes: NB#98039 (Wishlist: hildon_window_add_edit_toolbar())
345   * Fixes: NB#100320 (HildonPannableArea does not listen to
346     GtkAdjustment "change" signals)
347   * Fixes: NB#99802 (Hildon touch selector entry not working properly
348     for some of the input modes)
349   * Fixes: NB#100468 (Application menu window is launched even when a
350     new secondary-window/dialog is pending to be shown/realized.)
351   * Fixes: NB#93165 (HildonTouchSelector::changed not emitted when the
352     selection is programmatically changed)
353
354   Deprecations:
355
356   * Removed obsolete icon sizes:
357     HILDON_ICON_PIXEL_SIZE_WIZARD
358     HILDON_ICON_PIXEL_SIZE_BIG_NOTE
359     HILDON_ICON_PIXEL_SIZE_NOTE
360
361   Other:
362
363   * Documentation improvements.
364   * Misc. code improvements.
365   * Icon sizes updates.
366
367  -- Claudio Saavedra <csaavedra@igalia.com>  Fri, 06 Feb 2009 09:51:54 +0200
368
369 libhildon (2.1.40-1) unstable; urgency=low
370
371   * bump GTK+ dependency to 2.12.12-1maemo7
372
373   Bug fixes:
374
375   * Fixes: NB#98855 (HildonBanner uses qgn_note_infoprint)
376   * Fixes: NB#98614 (Hildon information note (background) should have
377     minimum height and maximum text width)
378   * Fixes: NB#91657 (HildonPickerDialog closes immediately when used
379     with some dynamic tree model)
380   * Fixes: NB#97468 (HildonPickerDialog doesn't need to show selected
381     contents in title)
382   * Fixes: NB#99713 (HildonButton value label color is wrong)
383   * Fixes: NB#94970 (Hildon Edit Mode Toolbar should use back button
384     graphics from theme)
385
386   Other:
387
388   * Do not use cairo to render the HildonPannableArea panning indicators.
389   * HildonButton layout fixes.
390   * Improved and updated examples.
391   * Documentation improvements.
392
393  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 02 Feb 2009 09:25:09 +0200
394
395 libhildon (2.1.38-1) unstable; urgency=low
396
397   * fix DEB_BUILD_OPTIONS=nodocs
398
399   Bug fixes:
400
401   * Fixes: NB#98609 (Use wdgt_ strings for all hildon dialog buttons)
402   * Fixes: NB#98537 (Device hangs in account settings dialog)
403   * Fixes: NB#95395 (prestarted applications show GLIB WARNING ** Gdk
404     - gdkdrawable-x11.c:878 drawable is not a pixmap or window)
405   * Fixes: NB#98383 (is-topmost signal is not emitted when task
406     switcher is clicked.)
407
408   New API:
409
410   * New HildonAnimationActor widget (Artem Egorkine)
411
412   Other:
413
414   * Reverted change in pannable area that caused irresponsive applications.
415   * Pannable Area misc. improvements.
416
417  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 26 Jan 2009 10:59:00 +0200
418
419 libhildon (2.1.36-2) unstable; urgency=low
420
421   * Fix a potencial lock HildonPickerButton.
422   * Fix a potencial crasher in HildonTimeSelector.
423
424  -- Claudio Saavedra <csaavedra@igalia.com>  Thu, 22 Jan 2009 19:14:33 +0200
425
426 libhildon (2.1.36-1) unstable; urgency=low
427
428   Bug fixes:
429
430   * Fixes: NB#93410 (API required for setting IM mode in HildonTouchSelectorEntry)
431   * Fixes: NB#97015 (HildonPickerButton shouldn't gtk_dialog_run() the picker dialog)
432   * Fixes: NB#95828 (HildonTextView functionality)
433   * Fixes: NB#96202 (FKB causes HildonPickerButton's value update before the selection is accepted in the dialog)
434   * Fixes: NB#94970 (Hildon Edit Mode Toolbar should use back button graphics from theme)
435   * Fixes: NB#96225 (Dialog titles are not shown according to the values selected in the list picker)
436   * Fixes: NB#96226 (In multiple selection mode Done button is shown sometimes in listpicker)
437   * Fixes: NB#96837 (HildonPannableArea - scroll indicator shown despite the view not being scrollable)
438   * Fixes: NB#95709 (Invalid casts in HildonPannableArea(?))
439   * Fixes: NB#97028 (Pannable area updates on every motion event)
440   * Fixes: NB#92849 (Selected item is not always visible when HildonTouchSelector is shown)
441   * Fixes: NB#97908 (Not possible to change the year range in HildonDateSelector/HildonDateButton)
442   * Fixes: NB#98317 (Provide parametarized API for TimePicker widget)
443
444   New API:
445
446   * HildonPickerDialog:
447
448     - ::center-on-show property:
449       Whether to center on the selected items each time the dialog is presented.
450
451   * HildonTouchSelector:
452
453     - hildon_touch_selector_entry_set/get_input_mode: New accessors for
454       the input mode used in a HildonTouchSelectorEntry's entry.
455     - hildon_touch_selector_unselect_all(): Unselect current selection
456       in one of the columns.
457     - hildon_touch_selector_center_on_selected(): Centers on the nearest
458       selected element in each column.
459
460   * HildonDateSelector:
461
462     - ::min-year, ::max-year properties:
463       Allows to define boundaries for the year column in the selector.
464     - hildon_date_selector_new_with_year_range():
465       Create a date selector with custom year boundaries.
466
467   * HildonDateButton:
468
469     - hildon_date_button_new_with_year_range():
470       Create a button with custom year boundaries in its date selector.
471
472   * HildonEditToolbar:
473
474     - ::arrow-width and ::arrow-height style properties:
475       Allow to set the size of the arrow button.
476
477   * HildonTimeSelector:
478
479     - ::minutes-step:
480       Allows to define steps between minutes in the time selector.
481     - hildon_time_selector_new_step():
482       Allows to create a HildonTimeSelector with a custom minutes step.
483
484   * HildonTimeButton:
485
486     - hildon_time_button_new_step():
487       Allows to create a HildonTimeButton with a custom minutes step in
488       its selector.
489
490   Other:
491
492   * Improved documentation.
493   * Many code fixes and memory leaks fixed.
494   * Improved HildonPannableArea responsiveness/performance.
495
496  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 20 Jan 2009 14:29:55 +0200
497
498 libhildon (2.1.34-2) unstable; urgency=low
499
500   * Fixes: NB#94460 (stackable window's menu is not closed when its
501   window is hidden)
502
503  -- Claudio Saavedra <csaavedra@igalia.com>  Thu, 08 Jan 2009 11:35:40 +0200
504
505 libhildon (2.1.34-1) unstable; urgency=low
506
507   [ Alberto Garcia ]
508   * Use dh_install to install all examples.
509   * Use DEB_SRCDIR instead of defining SOURCE_DIR
510
511   Bug fixes:
512
513   * Fixes: NB#94460 (stackable window's menu is not closed when its
514   window is hidden)
515   * Fixes: NB#89890 (Information notes does not get disappeared after
516   few seconds)
517
518   Other:
519
520   * Code cleanups, minor fixes.
521
522  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 16 Dec 2008 13:25:38 +0100
523
524 libhildon (2.1.32-1) unstable; urgency=low
525
526   * Bump GTK+ dependency to 2.12.12-1maemo5.
527
528   Bug fixes:
529
530   * Fixes: NB#95714 (GtkCellView in HildonCheckButton should be
531     larger / configurable size)
532
533   Other:
534
535   * Quick release to update a GtkRange property change in GTK+.
536
537  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 16 Dec 2008 13:10:47 +0100
538
539 libhildon (2.1.30-1) unstable; urgency=low
540
541   Bug fixes:
542
543   * Fixes: NB#93744 (Tapping should jump to location on GtkScale)
544
545   New API:
546
547   * hildon_pannable_area_get_[sv]adjustment(): Method to retrieve the GtkAdjustments
548     in HildonPannableArea.
549
550   Other:
551
552   * Code fixes.
553   * Leaks fixed.
554   * New progress indicator example (Thomas Thurman)
555   * Documentation improvements and updates (Ivan Gomez).
556   * Theme properly HildonPickerButton derived classes.
557
558  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 15 Dec 2008 11:55:23 +0100
559
560 libhildon (2.1.28-1) unstable; urgency=low
561
562   * Bump GTK+ dependency to 2.12.12-1maemo4 for the GtkDialog changes.
563
564   Bug fixes:
565
566   * Fixes: NB#94214 (No way to stop HildonWizardDialog from going to
567     next page)
568   * Fixes: NB#94972 (Hildon Picker with Entry should use HildonEntry
569     widget, not GtkEntry)
570   * Fixes: NB#90867 (Deprecate HildonDialog and use GtkDialog (with
571     maemo changes) instead)
572
573   New API:
574
575   * hildon_program_set/get_common_app_menu(): Use to set a common
576     HildonAppMenu for all stackable windows in a HildonProgram.
577   * hildon_wizard_dialog_set_forward_page_func(): Use to define a
578     HildonWizardDialogPageFunc function to control flow of the wizard.
579   * hildon_gtk_tree_view_set_ui_mode(): Method to change the UI mode.
580   * hildon_gtk_icon_view_set_ui_mode(): Method to change the UI mode.
581   * HildonPannableArea::size-request-policy: Size requisition policy property.
582   * hildon_pannable_area_set/get_size_request_policy(): Method to change the
583     size request policy.
584
585   Deprecations:
586
587   * HildonDialog. Prefer GtkDialog instead.
588
589   Other:
590
591   * Examples updated, code fixes, documentation updates.
592   * Explicitely set the interactive search widget off in hildon specific
593     GtkTreeView.
594
595  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 09 Dec 2008 16:09:45 +0100
596
597 libhildon (2.1.26-1) unstable; urgency=low
598
599   Bug fixes:
600
601   * Fixes: NB#92230 (Scroll indication not visible in HildonTouchSelector)
602   * Fixes: NB#93281 (new API: hildon_button_set_picker_style() to set
603     HildonButton look like PickerButton)
604   * Fixes: NB#93680 (HildonTimePicker need fully localized am/pm)
605   * Fixes: NB#93228 (Done button is not shown always in listpicker)
606   * Fixes: NB#93890 (Empty HildonAppMenu is pop-up)
607   * Fixes: NB#92032 (In calendar application, date values in 'new event'
608     are not proper)
609   * Fixes: NB#94322 (Scale Updates)
610   * Fixes: NB#94350 (HildonWindowStack:s have the same X Window group)
611
612   New API:
613
614   * HildonWindowStack: Support for multiple window stacks per application.
615   * HildonButton::style property. See below.
616   * hildon_button_set_picker_style(): Sets a different style to the value label
617     in HildonButton.
618   * HildonTouchSelector:columns-changed signal: Emitted every time the number
619     of columns in a HildonTouchSelector changes.
620
621   Deprecations:
622
623   * hildon_program_pop_window_stack(),
624     hildon_program_peek_window_stack(),
625     hildon_program_go_to_root_window(): Superseded by HildonWindowStack.
626
627   Other:
628
629   * Many code fixes.
630   * Examples updates and improvements.
631   * Documentation improvements.
632
633  -- Claudio Saavedra <csaavedra@igalia.com>  Wed, 03 Dec 2008 09:17:52 +0100
634
635 libhildon (2.1.24-1) unstable; urgency=low
636
637   Bug fixes:
638
639   * Fixes: NB#89811 (Not able to select first image thumbnail in multi
640     selection mode using custom widget inside pannable)
641   * Fixes: NB#91863 (hildon_touch_selector_set_column_selection_mode()
642     breaks HildonPickerDialog)
643   * Fixes: NB#91769 (HildonColorChooserDialog's selected colour is
644     highlighted but not visible)
645   * Fixes: NB#92897 (HildonNotes have incorrect WINDOW_TYPE)
646   * Fixes: NB#92744 (HildonDateSelector emits multiple "changed" singal
647     with strange parameters)
648   * Fixes: NB#92664 (Deprecate hildon_helper_set_insensitive_message)
649   * Fixes: NB#89754 (Applications shouldn't display their names in the
650     window title)
651   * Fixes: NB#92476 (Update icon size constants to Fremantle (hildon-defines.h))
652
653   Deprecations:
654
655   * hildon_helper_set_insensitive_message()
656   * hildon_helper_set_insensitive_messagef()
657   * hildon_volumebar_set_range_insensitive_message()
658   * hildon_volumebar_set_range_insensitive_messagef()
659
660   New API:
661
662   * hildon_init(): Initialization function for the library.
663   * hildon_gtk_init(): Convenience init function for hildon and GTK+
664
665   Other:
666
667   * Build system improvements.
668   * Examples updated.
669
670  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 24 Nov 2008 15:21:49 -0300
671
672 libhildon (2.1.22-1) unstable; urgency=low
673
674   [ Alejandro Pinheiro ]
675   * Added --enable-maintainer-mode on debian/rules
676
677   Bug fixes:
678
679   * Fixes: NB#91688 (Never show icons in information notes/confirmation
680     notes)
681   * Fixes: NB#91995 (Calendar is crashing after pressing 'Enter' HW key
682     in HildonDateSelector dialog)
683
684   Deprecations:
685
686   * hildon_note_new_confirmation_with_icon_name(): deprecated
687   * hildon_note_new_information_with_icon_name(): deprecated
688   * HildonNote::icon and HildonNote::stock_icon: deprecated
689
690   Other:
691
692   * Logical ids fixes.
693   * Examples updated.
694   * Build system improved.
695
696  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 11 Nov 2008 07:05:33 -0300
697
698 libhildon (2.1.20-1) unstable; urgency=low
699
700   Bug fixes:
701
702   * Fixes: NB#89541 (Crash in pannable area when closing picker dialog)
703   * Fixes: NB#90994 (HildonPannableArea does not connect "destroyed"
704     on child)
705   * Fixes: NB#91192 (Memory leak in HildonTouchSelector default print
706     function)
707   * Fixes: NB#91135 (Deprecate legacy hildon widgets)
708   * Fixes: NB#90662 (HildonButton "value" and "detail" text is
709     unformatted)
710   * Fixes: NB#91104 (Remove stepper buttons from legacy hildon widgets)
711   * Fixes: NB#91016 (Change toolbar sizes, simplification)
712   * Fixes: NB#91385 (Hildon Touch List panning should be ALWAYS vertical only)
713
714   Deprecations:
715
716   * All Fremantle deprecated widgets has been marked as such with
717     HILDON_DISABLE_DEPRECATED marks.
718
719   Other:
720
721   * Improved sizing of the HildonTouchSelector/HildonPickerDialog widgets.
722   * Corrected alignment of HildonCheckButton contents.
723   * Many cancel-like button fixes.
724
725   ABI:
726
727   * Reverted change introduced in 2.1.16 that broke ABI compatibility. See
728     NB#91636 for further explanation.
729
730  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 04 Nov 2008 13:40:40 +0200
731
732 libhildon (2.1.18-1) unstable; urgency=low
733
734   [ Alejandro Pinheiro ]
735
736   * Add a libhildon1-examples package with the examples.
737   * Avoid running autogen.sh twice during package construction.
738
739   [ Alberto Garcia ]
740
741   * Add libhildon1-doc examples with the API documentation.
742
743   Bug fixes:
744
745   * Fixes: NB#90535 (Memory leak in picker button)
746   * Fixes: NB#90861 (Custom Confirmation dialogs should be protected
747     from cancel button removal)
748   * Fixes: NB#90661 (Delete dialog is displayed without NO button)
749
750   Other:
751
752   * Remove all cancel/close dialogs, where appropriate.
753   * Documentation improvements, some internal cleanups.
754   * HildonAppMenu: unhandled keyboard accelerators are sent to the parent window.
755
756  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 27 Oct 2008 14:08:43 +0200
757
758 libhildon (2.1.16-1) unstable; urgency=low
759
760   * HildonTouchSelector internal layout cleaning.
761   * Improved HildonButton customizability.
762   * Allow Hildon Touch Menu theming (Daniel Borgmann)
763   * Set PKG_CONFIG_PATH in rules to allow building docs with pkg-config 1.10.
764
765   Bug fixes:
766
767   * Fixes: NB#89411 (Window Manager locks caused by HildonStackableWindow)
768   * Fixes: NB#89935 (Shortcuts for menu buttons are not working)
769   * Fixes  NB#90232 (Picker button does not set the label on done button for the
770     second time)
771
772  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 20 Oct 2008 11:37:31 +0200
773
774 libhildon (2.1.14-1) unstable; urgency=low
775
776   * Switch the build system to use cdbs.
777   * Add --disable-deprecated configure option.
778
779   Bug fixes:
780
781   * Fixes: NB#88644 (Hardcoded first column of the model as text column)
782   * Fixes: NB#89329 (selectors in picker dialog are not visible when a
783     long text is set as label for done button)
784   * Fixes: NB#89651 (HildonTouchSelectorEntry title is <unnamed>, when
785     entry is empty)
786   * Fixes: NB#89632 (Picker button selection doesn't change on first click)
787   * Fixes: NB#88946 (Hildon Picker button should disable itself if there are no
788     values)
789   * Fixes: NB#89650 (Picker button is not updated, when selection in selector
790     has changed)
791
792   API additions:
793
794   * HildonTouchSelectorColumn::text-column property.
795   * hildon_picker_button_set_done_button_text() and
796     hildon_picker_button_get_done_button_text()
797   * HildonCheckButton is a proper widget.
798
799   Deprecations:
800
801   * HildonWeekdayPicker
802   * HildonTouchSelectorEntry::text-column property, use
803     HildonTouchSelectorColumn::text-column instead.
804   * hildon_touch_selector_set_column_attributes(), use
805     HildonTouchSelectorColumn and friends.
806   * HildonAppMenu::columns property, this is managed automatically now.
807
808   Other:
809
810   * hildon_gtk_set_theme_size() sets widget name using "WidgetName-size" layout,
811     to ease proper theming (Daniel Borgmann)
812   * Many documentation improvements and additions.
813
814  -- Claudio Saavedra <csaavedra@igalia.com>  Fri, 10 Oct 2008 13:40:57 +0300
815
816 libhildon (2.1.12-2) unstable; urgency=low
817
818   * Add missing hildon-touch-selector-column.h to installable headers.
819   * Fix dh_makeshlibs rule.
820
821  -- Claudio Saavedra <csaavedra@igalia.com>  Wed, 01 Oct 2008 13:02:43 +0300
822
823 libhildon (2.1.12-1) unstable; urgency=low
824
825   * Ship the upstream ChangeLog and NEWS file.
826
827   Bug fixes:
828
829   * Fixes: NB#88576 (critical warning in HildonTouchSelectorEntry)
830   * Fixes: NB#88720 (HildonPickerButton leaks a reference to the
831     HildonTouchSelector)
832   * Fixes: NB#88718 (HildonPickerButton not synchronizing its initial
833     'value' with the selector)
834   * Fixes: NB#88891 (Allow WM to handle properly close-on-tap-outside behavior)
835   * Fixes: NB#88850 (Update HildonNote button strings + signals)
836   * Fixes: NB#88887 (Hildon Wizard changes for Hildon2.2)
837   * Fixes: NB#88680 (Limiting API in HildonTouchSelector)
838   * Fixes: NB#88923 (Semantics of hildon_stackable_window_set_main_menu()
839     changed)
840   * Fixes: NB#88927 (Hildon Wizard should not use icons anymore)
841
842   API additions:
843
844   * New methods to set/get index of selected item in HildonPickerButton and
845     HildonTouchSelector.
846   * Add HildonAppMenu::columns property.
847   * New HildonTouchSelectorColumn class implementing GtkCellLayout interface.
848
849   Other:
850
851   * Examples updated, coding, theming, and documentation fixes.
852
853  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 29 Sep 2008 10:08:47 +0300
854
855 libhildon (2.1.10-2) unstable; urgency=low
856
857   * Revert bump of shared library version to avoid shared library load issues.
858
859  -- Claudio Saavedra <csaavedra@igalia.com>  Wed, 17 Sep 2008 10:52:21 +0300
860
861 libhildon (2.1.10-1) unstable; urgency=low
862
863   * Fixes: NB#88214 (HildonPannableArea wrong requisition)
864   * Fixes: NB#88287 (Missing translations)
865   * Fixes: NB#88364 (Update margins definitions)
866   * Fixes: NB#88414 (Crash in HildonDateSelector on finalize)
867   * New widget: HildonTextEntry.
868   * Removed long deprecated methods hildon_check_button_set_label(),
869     hildon_check_button_get_label().
870   * New method: hildon_gtk_window_set_progress_indicator() to set progress indicator in
871     windows (depends on feature being implemented in WM).
872   * Documentation updates, coding fixes, examples updates. See ChangeLog for details.
873   * Add dependency of libhildon1 on hildon-libs-l10n-mr[0]
874   * Set myself as the maintainer of the debian package.
875
876  -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 15 Sep 2008 15:36:06 +0300
877
878 libhildon (2.1.8-1) unstable; urgency=low
879
880   * Make -gdb package contain useful debugging symbols.
881   * Fixes: NB#88022 (parameter validation in
882     hildon_touch_selector_get_num_columns)
883   * Fixes: NB#88023 (day range check
884     in hildon_date_selector_select_current_date)
885   * Fixes: NB#88027 (implement hildon_date_selector_select_month)
886   * Fixes: NB#88045 (fix logical id for time in HildonTimeSelector)
887   * Fixes: NB#88047 (fix retrieval of selected items in HildonTouchSelector)
888   * Fixes: NB#88036 (fix range of 12h time in HildonTimeSelector)
889   * Fixes: NB#88049 (fix columns removal from HildonTouchSelector)
890   * New hildon_button_get_image() method in HildonButton.
891   * New widget: HildonEntry.
892   * New methods to add buttons with finger size in HildonDialog.
893   * Miscellaneous improvements, other minor bug fixes, documentation
894     improvementsand examples updates. See ChangeLog for details.
895
896  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 09 Sep 2008 10:47:11 +0300
897
898 libhildon (2.1.6-1) unstable; urgency=low
899
900   * Deprecated hildon_check_button_{set/get}_label().
901   * Renamed HILDON_PANNABLE_AREA_MOV_* macros to HILDON_MOVEMENT_*
902   * Initial hint in the pannable area set to FALSE.
903   * Renamed properties in HildonPannableArea from {h,v}indicator-mode to
904     {h,v}indicator_policy, and {h,v}scroll to {h,v}scroll_visible.
905   * New widget: HildonEditToolbar.
906   * Renamed hildon_touch_selector_{set,get}_active_iter() to
907     hildon_touch_selector_select_iter() and hildon_touch_selector_get_selected().
908   * Several API additions, bug fixes, internals improvements, documentation
909     improvements, and examples updates. See ChangeLog for details.
910
911  -- Claudio Saavedra <csaavedra@igalia.com>  Fri, 29 Aug 2008 15:25:33 +0300
912
913 libhildon (2.1.5-1~unreleased) gutsy; urgency=low
914
915   * Replace esd dependencies in the dev package with libcanberra-dev.
916     Fixes: NB#87481
917
918  -- Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>  Wed, 13 Aug 2008 16:10:36 +0300
919
920 libhildon (2.1.4-1) gutsy; urgency=low
921
922   * Lot of changes, see ChangeLog for more information.
923   * Depending on the new Gtk+.
924
925  -- Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>  Tue, 12 Aug 2008 18:22:00 +0300
926
927 libhildon (2.1.3-1) gutsy; urgency=low
928
929   * Tons of changes, see the ChangeLog for more information.
930   * Replaced libesd with libcanberra. Fixes: NB#86876
931
932  -- Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>  Mon,  4 Aug 2008 15:07:03 +0300
933
934 libhildon (2.1.2-1) gutsy; urgency=low
935
936   * Update version number to 2.1.2-1
937   * configure.ac 2.1.2
938   * Too many individual changes for them to all be relevant here, many widgets
939     added, many widgets have been changed. A full list of additional/changed  widgets
940     can be found in the Hildon 2.2 widget UI spec.
941
942  -- Karl Lattimer <karl.lattimer@nokia.com>  Mon, 30 Jun 2008 13:55:29 +0300 
943
944 libhildon (2.1.1-1) gutsy; urgency=low
945
946   * Update version number to 2.1.1-1
947   * configure.ac 2.1.1
948   * Too many individual changes for them to all be relevant here, many widgets
949     added, many widgets have been changed. A full list of additional/changed  widgets
950     can be found in the Hildon 2.2 widget UI spec.
951
952  -- Karl Lattimer <karl.lattimer@nokia.com>  Mon, 16 Jun 2008 16:00:00 +0200
953
954 libhildon (2.0.4-1) gutsy; urgency=low
955
956   * src/hildon-banner.c: revert the recent change, that introduced gtk_window_present() calls. 
957     This reopens: Bug 78481 - [freetest] information banners are hidden under browser menu
958     But resolves another variant of: Bug 83953
959
960  -- Natalia Dobrovolskaya <natalia.dobrovolskaya@nokia.com>  Wed, 16 Apr 2008 10:37:00 +0100
961
962 libhildon (2.0.3-1) gutsy; urgency=low
963
964   * Fixes: NB#78896: libhildon code inspection/coverity: uninitialised local values in 
965     hildon_date_editor_size_allocate
966   * Fixes: NB#77775: Media Player, Save Now playing list, too long name makes banner disappear.
967   * Fixes: NB#79182: info banner flickering with certain message lengts.
968   * Fixes: NB#83953: Lock dialog is not visible when device is locked for the first time after flash
969
970  -- Natalia Dobrovolskaya <natalia.dobrovolskaya@nokia.com>  Tue, 15 Apr 2008 15:03:00 +0100
971
972 libhildon (2.0.2-1) gutsy; urgency=low
973
974   * Fixes: MB#1220: HildonWindow should take GtkMenu accel_group into account
975   * Fixes NB#78481: information banners are hidden under browser menu
976   * Fixes: NB#79791: Cannot set focus to Master volume using stylus
977   * Fixes: NB#22072: Revisiting fix for "Implement robust timer handling in Info Banner" bug
978   * Fixes: MB#924: Hildon widgets doesn't support RTL mode
979   * Fixes: MB#1212: Hide info banners (infoprints) on click
980   * Enable fixing: NB#79916 and NB#79918: The help topic for Color selector cannot be opened
981   * Fixes: NB#81696: The passcode is not overwritten even after selecting
982
983  -- Natalia Dobrovolskaya <natalia.dobrovolskaya@nokia.com>  Thu, 03 Apr 2008 14:50:00 +0100
984
985 libhildon (2.0.1-2) gutsy; urgency=low
986
987   * Fixes: MB#1276: wrong allocators used in hildon_window_get_borders
988
989  -- Sven Herzberg <sven@imendio.com>  Mon, 25 Feb 2008 11:50:10 +0100
990
991 libhildon (2.0.1-1) unstable; urgency=low
992
993   * Do not use PACKAGE_VERSION_MAJOR for the API revision.
994
995  -- Xan Lopez <xan.lopez@nokia.com>  Thu, 10 Jan 2008 16:31:15 +0200
996
997 libhildon (2.0.0-1) unstable; urgency=low
998
999   * Fixes: NB#78616: breadcrumb trail node removal logic fix.
1000   * Fixes: NB#75310: add missing outer-border style property to HildonColorChooser.
1001
1002  -- Xan Lopez <xan.lopez@nokia.com>  Wed, 09 Jan 2008 14:27:08 +0200
1003
1004 libhildon (1.99.1-1) stable; urgency=low
1005
1006   * Fixes: NB#25592 Accessibility unable to access entry box
1007
1008  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 14 Dec 2007 11:29:19 +0200
1009
1010 libhildon (1.99.0-2) stable; urgency=low
1011
1012   * Updating the gtk dependancy.
1013
1014  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Thu, 11 Oct 2007 16:05:48 +0300
1015
1016 libhildon (1.99.0-1) stable; urgency=low
1017
1018   * Fixes: NB#71660 RSS applet is not using correct logical colors for feeds
1019   * Upping version to (almost) 2.0.0 for hildon 2.0
1020
1021  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Wed, 10 Oct 2007 14:10:28 +0300
1022
1023 libhildon (1.0.17-1.1) stable; urgency=low
1024
1025   * Fixes: NB#70842 General brokeness in toolbars visibility
1026   * Fixes: NB#62031 Extra arrow in front of top level item in breadcrumb trail
1027   * Fixes: MB#615 Can't show/hide the HildonWindow's toolbar
1028
1029  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 28 Sep 2007 15:03:11 +0300
1030
1031 libhildon (1.0.16-1.1) stable; urgency=low
1032
1033   * Mem-leak fixes in font selector and color selector
1034   * Mem-leak fix in style helper
1035   * Making the code dialog a bit more thumbable 
1036
1037   * Fixes: NB#63694 device lock, truncation of secu_application_title
1038   * Fixes: NB#70273 Memory leaks when switching applets and background
1039   * Fixes: NB#70474 Memory leak and access to already freed memory in color selector
1040   * Fixes: NB#70499 HildonFontSelectionDialog memory leak 
1041
1042  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 21 Sep 2007 14:41:13 +0300
1043
1044 libhildon (1.0.15-1.1) stable; urgency=low
1045
1046   * debian/control: Add glib and gtk+ doc packages to build dependencies to
1047     get gtk-doc crossreferences right
1048   * debian/rules: --enable-gtk-doc (with nodocs DEB_BUILD_OPTIONS support)
1049
1050   * Fixes: NB#67955 Device lock/unlock code not accepted from HW keyboard
1051   * Fixes: NB#52301 Wrong item is highlighted in Find toolbar history list 
1052   * Fixes: NB#68610 caption multiple focus possible in Authentication dialog weba_fi_auhentication_realm
1053   * Fixes: NB#69306 API documentation is missing
1054
1055  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Mon, 17 Sep 2007 14:07:51 +0300
1056
1057 libhildon (1.0.14-1) stable; urgency=low
1058
1059   * Removing the patch for hiding HildonWindow before destroy. Breaks DBus.
1060   * Fixes for HildonCalendar expose methods
1061   * Fixes for composite-widgets focus handling
1062   * New dialog layout for the HildonCalendar (Ok/Cancel)
1063   * Making find toolbar thumbable
1064   * Changing the stylus repeat timeout to match our needs
1065   * New esd dependency 
1066
1067   * Fixes: NB#54146 Hilon Calendar popup:The changes in active month/year are not shown
1068   * Fixes: NB#59299 Leaving the calendar dialog is not possible without selecting something
1069   * Fixes: NB#66060 Search toolbar has wrong height in ComboBoxEntry and toolbarbuttons are too narrow
1070   * Fixes: NB#58352 on startup, hildon-desktop GLIB WARNING ** hildon-1...
1071   * Fixes: NB#60489 Key repeat rate in number editor
1072   * Fixes: NB#65155 HildonVolumebar: mute grabs focus, not possible to adjust volume using HW keys
1073   * Fixes: NB#63955 hildon_volumebar_set_mute() grabs focus even if the widget is unmapped
1074   * Fixes: NB#66673 Questionable main loop iteration in hildon_window_destroy()
1075   * Fixes: NB#66628 Account setting dialog crashes while moving the focus using the h/w key. 
1076  
1077  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 24 Aug 2007 16:18:24 +0300
1078
1079 libhildon (1.0.13-1) stable; urgency=low
1080
1081   * Fixes to HildonBanners for temporary windows
1082   * Minor bugfix in the helper function for logical colors
1083   * New examples
1084
1085   * Fixes: NB#58352 on startup, hildon-desktop GLIB WARNING...
1086
1087  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 17 Aug 2007 14:46:03 +0300
1088
1089 libhildon (1.0.12-1) stable; urgency=low
1090
1091   * New HILDON_CHECK_VERSION macro
1092   * Bugfixes
1093   * Minor doc updates
1094
1095   * Fixes: NB#62061 Please include HILDON_CHECK_VERSION macro
1096   * Fixes: NB#49374 Programs using HildonWizardDialog cannot set the sensitivity of buttons when the page changes
1097   * Fixes: NB#64355 Control panel; Device lock: OK and Cancel buttons
1098   * Fixes: NB#60154 It is possible to enter invalid date in the birthday date picker
1099
1100  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Mon, 06 Aug 2007 09:52:19 +0300
1101
1102 libhildon (1.0.11-1) stable; urgency=low
1103
1104   * Adding some new API functions to control the active item in HildonFindToolbar
1105   * Fixing the default focus for font selection dialog
1106   * New examples
1107   * Changing the default long key press time
1108   * Fixed time picker on-map breakage
1109
1110   * Fixes: NB#63700 wrong definition for HILDON_WINDOW_LONG_PRESS_TIME
1111   * Fixes: NB#54182 HildonDateEditor min/max properties cannot be set
1112   * Fixes: NB#63430 Ok button of preview dialog is not highlited,when font size is 32pt.
1113
1114  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Wed, 25 Jul 2007 10:14:34 +0300
1115
1116 libhildon (1.0.10-2) stable; urgency=low
1117
1118   * Fix header installation. 
1119
1120  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Mon,  2 Jul 2007 10:09:31 +0300
1121
1122 libhildon (1.0.10-1) stable; urgency=low
1123
1124   * Fixing a bit of focus crazyness in the time and date editors
1125   * Removing the separator from the code dialog
1126   * Fixing circular dep to enums
1127   * Hide the HildonWindow before performing the destroy
1128
1129   * Fixes: NB#61129 volumebar info banner in muted state
1130   * Fixes: NB#61128 volumebar sensitivy does not change when the widget is not mapped
1131   * Fixes: NB#60518 Unable to move the focus from the buttons to date or time editor.
1132   * Fixes: NB#60349 Date editor invalidates keyboard number input
1133
1134  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 29 Jun 2007 16:49:58 +0300
1135
1136 libhildon (1.0.9-1) stable; urgency=low
1137
1138   * Breadcrumb align/visibility fixes
1139
1140   * Fixes: MB#1466 hildon_window_toggle_menu() unconditionally uses button=0 for gtk_menu_popup()
1141   * Fixes: MB#1230 libhildon doesn't build because of broken strict-aliasing
1142   * Fixes: MB#1093 Banners should use GDK_WINDOW_TYPE_HINT_NOTIFICATION
1143   * Fixes: NB#52946 Pressing (accidentally) back and then menu key with thumb in quick succession and unfocusing the menu closes the application
1144   * Fixes: MB#1101 Reproducible unintentional window/application close bug 
1145
1146  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Thu, 07 Jun 2007 14:39:06 +0300
1147
1148 libhildon (1.0.8-1) stable; urgency=low
1149
1150   * Breadcrumb fixes
1151   * HildonBanner fixes for transiency 
1152   * Updated examples
1153
1154   * Fixes: NB#56434 Name of the month truncates in the Date & Time page in the startup wizard.
1155   * 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.
1156   * Fixes: NB#50288 Box remains on the am/pm indicator of the Date and Time Settings dialog.
1157   * Fixes: NB#56082 HildonCalendarpopup:Sliding sylus to a dimmed date changes the year to 1970
1158   * Fixes: NB#54147 Hildon calendar popup:The range checks for the years are not consistent.
1159   * Fixes: NB#41501 Last line of text in preview dialog is not shown properly when bold and maximum font is selected
1160   * Fixes: NB#38955 Inconsistent behaviour observed when 2 instances of date and time applet are open.
1161   * Fixes: NB#52379 HildonCaption won't accept focus when it contains a complex widget tree
1162   * Fixes: NB#56624 "Searching" info note displayed even after minimizing the search window
1163   * Fixes: NB#59276 Escape timeout handler is not removed when HildonWindow is deleted.
1164   * Fixes: NB#55161 Refreshing library is shown on top of other applications 
1165   * Fixes: NB#58982 HildonBreadcrumbtrail:Pressing Esc key does not show any effect
1166
1167  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 01 Jun 2007 15:43:59 +0300
1168
1169 libhildon (1.0.7-1) stable; urgency=low
1170
1171   * Fixed at some point in the past, but adding here:
1172
1173   * Fixes: NB#44440 hildon_note_new_cancel_with_progress_bar does unreasonable ellipsization...
1174   * Fixes: NB#49916 ADDRESS BOOK, truncation, §addr_nc_notification4b§
1175   * Fixes: NB#52006 The number editor in Pdf Viewer goes on a loop after reaching the maximum value.
1176
1177  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 25 May 2007 11:05:41 +0300
1178
1179 libhildon (1.0.6-1) stable; urgency=low
1180
1181   * Fixes: NB#54061 Notes application crashes when font size & font colour is changed
1182   * Fixes: NB#48934 Switch to page with empty page number dialog responded when taped outside the content area
1183
1184   * Memory allocation fixes for color and font selection widgets
1185   * Breadcrumb leak/visibility fixes
1186   * New examples
1187
1188  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Tue, 22 May 2007 13:45:59 +0300
1189
1190 libhildon (1.0.5-1) stable; urgency=low
1191
1192   * Fixes: NB#54149 Date editor: Accepts year greater than 2037
1193   * Fixes: NB#49374 Programs using HildonWizardDialog cannot set the sensitivity of buttons when the page changes
1194
1195   * Memory freeing fixes in font selection dialog.
1196   * Breadcrumb update.
1197
1198  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Mon, 07 May 2007 13:16:09 +0300
1199
1200 libhildon (1.0.4-1) stable; urgency=low
1201
1202   * Changing the API guard name to HILDON_ENABLE_UNSTABLE_API.
1203
1204  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Thu, 26 Apr 2007 16:20:55 +0300
1205
1206 libhildon (1.0.3-1) stable; urgency=low
1207
1208   * Removing the API guard from helper functions. It was a mistake.
1209
1210  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Thu, 26 Apr 2007 15:54:12 +0300
1211
1212 libhildon (1.0.2-1) stable; urgency=low
1213
1214   * Guard unstable API's with ENABLE_UNSTABLE_API define
1215   * Breadcrumb updates
1216   * Fixing a problem with timed banners having their parrent destroyed before they are
1217   * Fixing the sh libs
1218
1219  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Wed, 25 Apr 2007 16:48:30 +0300
1220
1221 libhildon (1.0.1-1) stable; urgency=low
1222
1223   * New breadcrumb trial widget.
1224   * Fingerable scrollbar API.
1225
1226   * Fixes: NB#54182 HildonDateEditor min/max properties cannot be set
1227
1228  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Mon, 16 Apr 2007 11:09:27 +0300
1229
1230 libhildon (1.0.0-1) stable; urgency=low
1231
1232   * Move to Gtk 2.10
1233   * Consolidated API
1234   * All the deprecated widgets are now removed
1235   * Version bumping to 1.0.0 since we're now nice and stable
1236   * Fix packaging for gtk-doc (not enabled by default)
1237   * License change to LGPL version 2.1 or later
1238   * Adding examples for many widgets
1239
1240   * Fixes: NB#49043 Build fails due to duplicate definition of INVALID_CHAR
1241   * Fixes: NB#49810 Errors in hildon-libs
1242   * Fixes: NB#47751 Tap and hold of Home key minimize applications but does not close the application menu
1243   * Fixes: NB#46434 HildonWindow: inconsistent memory management
1244   * Fixes: NB#30265 Warning from hildonlibs build
1245   * Fixes: NB#47751 Tap and hold of Home key minimize applications but does not close the application menu
1246   * Fixes: NB#47989 Not possible to set empty title for HildonWindow
1247   * Fixes: NB#50496 While quickly tapping the same Edit button, the message is displayed differently.
1248   * Fixes: NB#51736 Enhancement in hildon_caption_set_label_text()
1249   * Fixes: NB#50854 application menu closes when mouse released
1250   
1251  -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Thu, 29 Mar 2007 16:36:27 +0300
1252