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