ca97e231fc639bdc1bce5599702faecf6a05c7d9
[hildon] / ChangeLog
1 2006-11-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
2
3         * hildon-widgets/hildon-number-editor.c: Fixing a threads_enter
4         problem when trying to enter threads from signal. Fixes NB#47762.
5
6 2006-11-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
7
8         [0.14.9-1 release]
9
10         * configure.ac:
11         * debian/changelog: Updating. 
12
13 2006-11-21  Tomas Junnonen <tomas.junnonen@nokia.com>
14
15         * hildon-widgets/Makefile.am:
16         * hildon-widgets/hildon-finger.c:
17         * hildon-widgets/hildon-finger.h: Finger events stuff.
18
19 2006-11-08  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
20
21         * hildon-widgets/hildon-libs.c:
22         Removed gtk_widget_grab_focus on entry_validate() and added 
23         control on entry_changed() for moving the focus when validate returns 
24         NO_ERROR. Also it's used skip_validation for not validating 
25         twice when entering a valid date in each entry.
26         Fixes NB#41059 and NB#42579.
27
28 2006-11-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
29
30         [0.14.8-1 release]
31
32         * configure.ac:
33         * debian/changelog: Updating.
34
35         * hildon-widgets/hildon-scroll-area.c: Fixing a silly compilation
36         breakage.
37
38 2006-10-31  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
39
40         * hildon-widgets/hildon-scroll-area.c:
41         * hildon-widgets/hildon-scroll-area.h: When using a GtkTextView inside
42         the HildonScrollArea try to "compensete" the cursor position
43         scrolling. Fixes NB#20219.
44
45 2006-10-30  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
46
47         * hildon-widgets/hildon-font-selection-dialog.c: Making the preview
48         dialog wider when being font sizes are being used. Fixes NB#41501. 
49
50 2006-10-30  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
51
52         * hildon-widgets/hildon-set-password-dialog.c: Removing
53         auto-capitalization from the entry used to verify the password. Fixes
54         NB#39585.
55
56 2006-10-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
57
58         [0.14.7-1 release]
59
60         * configure.ac:
61         * debian/changelog: Updating. 
62
63         * hildon-widgets/hildon-time-editor.c: Adding a "skipper" variable
64         that prevents us from doing validations from within validations. When
65         skipper == TRUE vallidation step is being skipped. A workaround.
66         Fixes NB#44610.
67
68 2006-10-24  Daniel Elstner  <daniel.kitta@gmail.com>
69
70         * hildon-widgets/hildon-find-toolbar.h (search, close,
71         invalid_input, history_append): Remove the final user_data
72         parameter from the signal prototypes.  The user_data pointer
73         is a generic feature of GLib signal handling and not supposed
74         to be declared explicitely. (MB#185)
75
76 2006-10-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
77
78         * hildon-widgets/hildon-time-editor.c: Removing the extra focus grab,
79         missing patch from NB#42555.
80
81 2006-10-20  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
82
83         * hildon-widgets/hildon-time-editor.c:
84         (hildon_time_editor_entry_keypress): Added check for not allowed keys.
85         Fixes NB#43926.
86
87         * hildon-widgets/hildon-time-editor.h:
88         Added INVALID_CHAR to HildonTimeEditorErrorType enumeration.
89
90 2006-10-20  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
91
92         * hildon-widgets/hildon-find-toolbar.c: Do not grab focus but just
93         hide the IM context when the toolbar is being closed. Patch by Tomas
94         Ostman, fixes for good NB#34193. 
95
96 2006-10-20  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
97
98         * hildon-widgets/hildon-date-editor.c: Changing the error infobanner
99         displayed to ckct_ib_illegal_character (when user presses non-numeric
100         character in the date editor).
101
102 2006-10-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
103
104         * hildon-widgets/hildon-date-editor.c:
105         (hildon_date_editor_keypress): Added check for not allowed keys.
106         (hildon_date_editor_date_error): Added banner message for not
107         allowed keys. Fixes NB#41049.
108
109         * hildon-widgets/hildon-date-editor.h:
110         Added INVALID_CHAR to HildonDateEditorErrorType enumeration.
111
112 2006-10-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
113
114         * hildon-widgets/hildon-banner.c:
115         (force_to_wrap_truncated): Set label size request to its natural 
116         size (it stands fixed after it's wrapped). Fixes NB#38598.
117
118 2006-10-18  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
119
120         [0.14.6-1 release]
121
122         * configure.ac:
123         * debian/changelog: Updating.
124
125 2006-10-18  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
126
127         * hildon-widgets-plugins/hildon-color-chooser-hsv.c: Fixing the
128         clipping in the color selector. Fixes NB#43565.
129
130 2006-10-18  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
131
132         * hildon-widgets/hildon-color-button.c: One more extra to actually fix
133         NB#39798.
134
135 2006-10-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
136
137         * hildon-widgets/hildon-get-password-dialog.c: Making the password
138         text entry 20 characters long. Fixes NB#39586. A workaround.
139
140 2006-10-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
141
142         * hildon-widgets/hildon-name-password-dialog.c: Fixing the
143         auto-capitalization issues in the name password dialog. Two things
144         accumulated here -- missing NULL in property set and the lack of
145         visibility re-set after input method hint setting (this should not be
146         needed BTW). Fixes NB#37467.
147
148 2006-10-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
149
150         * hildon-widgets/hildon-color-button.c: Correctly fixing NB#39798 --
151         the expose event should draw it's bits according to widget's
152         allocation and not the expose area.
153
154 2006-10-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
155
156         * hildon-widgets-plugins/hildon-color-chooser-hsv.c: Changing the way the
157         dimmed elements of the dialog are being drawn -- fixes NB#41498. 
158         Cache the pre-generated dimmed pixbuf to improve the performance. We could
159         cache the actual hsv plane too in a similiar way.  
160
161 2006-10-11  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
162
163         * hildon-widgets-plugins/hildon-color-chooser-hsv.c: Adding the border
164         around the color selector. Fixes #NB42007. 
165
166 2006-10-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
167
168         * hildon-widgets/hildon-font-selection-dialog.c: Forcing the dialog to
169         be more wide. A slightly ugly fix, but fixes NB#41501. Will be fixed
170         properly once we solve all the label truncating/wrapping/ellipsizing
171         issues. 
172
173 2006-10-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
174
175         * hildon-widgets/hildon-date-editor.c: Remove the focus grab after
176         dialog execution. Fixes NB#42555.
177
178 2006-10-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
179
180         * hildon-widgets/hildon-date-editor.c:
181         (hildon_date_editor_entry_validate): Set the stored date value 
182         when it's validated with some entry empty. Fixes NB#42504.
183
184 2006-10-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
185         
186         [0.14.5-1 release]
187         
188         * configure.ac:
189         * debian/changelog: Update.
190
191         * debian/hildon-libs-dev.install: Removing redundant .la/.a files. 
192
193 2006-10-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
194
195         * debian/copyright: One more license fix. 
196
197 2006-10-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
198
199         * hildon-widgets-plugins/hildon-color-chooser-dialog-hsv.c:
200         * hildon-widgets-plugins/hildon-color-chooser-hsv.c:
201         * hildon-widgets/gtk-infoprint.c:
202         * hildon-widgets/gtk-infoprint.h:
203         * hildon-widgets/hildon-add-home-dialog.c:
204         * hildon-widgets/hildon-add-home-dialog.h:
205         * hildon-widgets/hildon-app-private.h:
206         * hildon-widgets/hildon-app.c:
207         * hildon-widgets/hildon-app.h:
208         * hildon-widgets/hildon-appview.c:
209         * hildon-widgets/hildon-appview.h:
210         * hildon-widgets/hildon-banner.c:
211         * hildon-widgets/hildon-banner.h:
212         * hildon-widgets/hildon-calendar-popup.c:
213         * hildon-widgets/hildon-calendar-popup.h:
214         * hildon-widgets/hildon-caption.c:
215         * hildon-widgets/hildon-caption.h:
216         * hildon-widgets/hildon-code-dialog.c:
217         * hildon-widgets/hildon-code-dialog.h:
218         * hildon-widgets/hildon-color-button.c:
219         * hildon-widgets/hildon-color-button.h:
220         * hildon-widgets/hildon-color-chooser-button.c:
221         * hildon-widgets/hildon-color-chooser-button.h:
222         * hildon-widgets/hildon-color-chooser-dialog.c:
223         * hildon-widgets/hildon-color-chooser-dialog.h:
224         * hildon-widgets/hildon-color-chooser.c:
225         * hildon-widgets/hildon-color-chooser.h:
226         * hildon-widgets/hildon-color-popup.c:
227         * hildon-widgets/hildon-color-popup.h:
228         * hildon-widgets/hildon-color-selector.c:
229         * hildon-widgets/hildon-color-selector.h:
230         * hildon-widgets/hildon-composite-widget.c:
231         * hildon-widgets/hildon-composite-widget.h:
232         * hildon-widgets/hildon-controlbar.c:
233         * hildon-widgets/hildon-controlbar.h:
234         * hildon-widgets/hildon-date-editor.c:
235         * hildon-widgets/hildon-date-editor.h:
236         * hildon-widgets/hildon-defines.c:
237         * hildon-widgets/hildon-defines.h:
238         * hildon-widgets/hildon-dialoghelp.c:
239         * hildon-widgets/hildon-dialoghelp.h:
240         * hildon-widgets/hildon-file-handling-note.c:
241         * hildon-widgets/hildon-file-handling-note.h:
242         * hildon-widgets/hildon-find-toolbar.c:
243         * hildon-widgets/hildon-find-toolbar.h:
244         * hildon-widgets/hildon-font-selection-dialog.c:
245         * hildon-widgets/hildon-font-selection-dialog.h:
246         * hildon-widgets/hildon-get-password-dialog.c:
247         * hildon-widgets/hildon-get-password-dialog.h:
248         * hildon-widgets/hildon-grid-item-private.h:
249         * hildon-widgets/hildon-grid-item.c:
250         * hildon-widgets/hildon-grid-item.h:
251         * hildon-widgets/hildon-grid.c:
252         * hildon-widgets/hildon-grid.h:
253         * hildon-widgets/hildon-hvolumebar.c:
254         * hildon-widgets/hildon-hvolumebar.h:
255         * hildon-widgets/hildon-input-mode-hint.h:
256         * hildon-widgets/hildon-name-password-dialog.c:
257         * hildon-widgets/hildon-name-password-dialog.h:
258         * hildon-widgets/hildon-note.c:
259         * hildon-widgets/hildon-note.h:
260         * hildon-widgets/hildon-number-editor.c:
261         * hildon-widgets/hildon-number-editor.h:
262         * hildon-widgets/hildon-plugin-widget.c:
263         * hildon-widgets/hildon-plugin-widget.h:
264         * hildon-widgets/hildon-private.h:
265         * hildon-widgets/hildon-program.c:
266         * hildon-widgets/hildon-program.h:
267         * hildon-widgets/hildon-range-editor.c:
268         * hildon-widgets/hildon-range-editor.h:
269         * hildon-widgets/hildon-scroll-area.c:
270         * hildon-widgets/hildon-scroll-area.h:
271         * hildon-widgets/hildon-seekbar.c:
272         * hildon-widgets/hildon-seekbar.h:
273         * hildon-widgets/hildon-set-password-dialog.c:
274         * hildon-widgets/hildon-set-password-dialog.h:
275         * hildon-widgets/hildon-sort-dialog.c:
276         * hildon-widgets/hildon-sort-dialog.h:
277         * hildon-widgets/hildon-system-sound.c:
278         * hildon-widgets/hildon-system-sound.h:
279         * hildon-widgets/hildon-telephone-editor.c:
280         * hildon-widgets/hildon-telephone-editor.h:
281         * hildon-widgets/hildon-time-editor.c:
282         * hildon-widgets/hildon-time-editor.h:
283         * hildon-widgets/hildon-time-picker.c:
284         * hildon-widgets/hildon-time-picker.h:
285         * hildon-widgets/hildon-volumebar-private.h:
286         * hildon-widgets/hildon-volumebar-range.c:
287         * hildon-widgets/hildon-volumebar-range.h:
288         * hildon-widgets/hildon-volumebar.c:
289         * hildon-widgets/hildon-volumebar.h:
290         * hildon-widgets/hildon-vvolumebar.c:
291         * hildon-widgets/hildon-vvolumebar.h:
292         * hildon-widgets/hildon-weekday-picker.c:
293         * hildon-widgets/hildon-weekday-picker.h:
294         * hildon-widgets/hildon-window-private.h:
295         * hildon-widgets/hildon-window.c:
296         * hildon-widgets/hildon-window.h:
297         * hildon-widgets/hildon-wizard-dialog.c:
298         * hildon-widgets/hildon-wizard-dialog.h:
299         * timer/timer.c:
300         * timer/timer.h:
301         * ut/hildon-clock-widgets_tests.c:
302         * ut/hildon-widgets_tests.c:
303         * ut/tc_banner_truncate.c: One again fixing the license headers...
304         NB#40228.
305
306 2006-10-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
307
308         * common-rcfiles/gtk-2.0/ossomediaplayer: Changing the wizard dialog
309         enum to equal GTK_RESPONSE_CANCEL for automatic Escape key handling.
310         Fixes NB#41234.
311
312 2006-10-04  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
313
314         * hildon-widgets/hildon-caption.c:
315         * hildon-widgets/hildon-caption.h: Adding a new property:
316         "icon-position" and helper set/get routine methods.
317         This propery controls the align/position of the icon in the caption.
318         The icon can be aligned left or right. 
319
320 2006-10-04  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
321
322         * hildon-widgets/hildon-wizard-dialog.c: Adding an "autotitle"
323         property that controls the way wizard handles window titles. If set to
324         TRUE (default) the wizard will automatically update window title when
325         changing wizard pages. If set to FALSE, no title handling is being
326         done, and the title can be overriden by the application developer.
327
328 2006-10-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
329
330         * hildon-widgets/hildon-time-editor.c
331         (validated_conversion): Modifications to check the '-' 
332         input and change value to the default min. Fixes NB#40059.
333
334 2006-10-04  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
335
336         * hildon-widgets/hildon-set-password-dialog.c: Turning off the
337         auto-capitalization. Fixes NB#39585.
338
339 2006-10-03  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
340
341         * debian/rules: Correcting debian debug package generation. Should
342         really fix NB#40532.
343
344 2006-10-02  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
345
346         * hildon-widgets-plugins/hildon-color-chooser-dialog-hsv.c: Make ok
347         the default response for the dialog. Fixes NB#39909.
348
349 2006-09-29  Tomas Junnonen  <tomas.junnonen@nokia.com>
350
351         * hildon-font-selection-dialog.c: Remove extra space in font size
352         string. Fixes NB#41291.
353
354 2006-09-26  Iain Holmes  <iain@openedhand.com>
355
356         * hildon-wizard-dialog.c: Show all created widgets so that a
357         gtk_widget_show is all that is required to display the dialog
358         correctly. Fixes MB#432. 
359
360 2006-09-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
361
362         * hildon-widgets/hildon-number-editor.c: Applying a patch by Fernando
363         Herrera to fix the number editor notification signals. Fixes MB#625. 
364
365 2006-09-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
366         
367         [0.14.4-1 release]
368         
369         * configure.ac:
370         * debian/changelog: Update.
371
372 2006-09-21  Tommi Komulainen  <tommi.komulainen@nokia.com>
373
374         * hildon-widgets/hildon-find-toolbar.c
375         (hildon_find_toolbar_entry_activate): Stop 'activate' signal emission
376         to prevent focus from moving. NB#40936
377
378 2006-09-22  Tommi Komulainen  <tommi.komulainen@nokia.com>
379
380         * hildon-widgets/hildon-volumebar.h (HildonVolumebarPrivate)
381         * hildon-widgets/hildon-volumebar.c (hildon_volumebar_size_allocate,
382         hildon_volumebar_realize, hildon_volumebar_unrealize,
383         hildon_volumebar_map, hildon_volumebar_unmap,
384         hildon_volumebar_notify, hildon_volumebar_class_init): Add a
385         input-only event window to catch button-press events anywhere in the
386         widget when the widget is insensitive. NB#6214
387
388         * hildon-widgets/hildon-hvolumebar.c (hildon_hvolumebar_size_allocate): 
389         * hildon-widgets/hildon-vvolumebar.c (hildon_vvolumebar_size_allocate): 
390         Chain to parent so that the event window is properly resized.
391
392 2006-09-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
393
394         * hildon-widgets-plugins/hildon-color-chooser-dialog-hsv.c:
395         * hildon-widgets-plugins/hildon-color-chooser-hsv.c: Changing the name
396         in witch the borders afre being draw around color selectors. Fixes
397         NB#40057.
398         Making the dimmed color bar/plane look a bit nicer. 
399
400         * hildon-widgets/hildon-name-password-dialog.c: Changing the 'name'
401         property of the dialog to 'username'. Fixes #MB772. 
402
403 2006-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
404
405         * hildon-widgets/hildon-font-selection-dialog.c: Do not put the
406         "reference" text in the font preview dialog if the super/subscript
407         setting has not been selected. Fixes #NB40999.
408
409 2006-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
410
411         * hildon-widgets/hildon-number-editor.c:
412         (hildon_number_editor_validate_value): Modified the condition
413         for checking if the inputted value is 0 when range minimun is
414         positive. Fixes #NB30734.
415
416 2006-09-21  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>
417
418         * hildon-widgets/hildon-get-password-dialog.c:
419         (hildon_get_password_get_property): Fix "numbers-only" getter.
420         Fix #MB769
421
422 2006-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
423
424         * hildon-widgets-plugins/hildon-color-chooser-dialog-hsv.c: Reverting
425         the hex -> color func (hsv not supported by the parse function). 
426         Fixing a bug where last character is not appended to the color ->
427         ascii conversion. Fixes #NB40061.
428
429 2006-09-20  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
430
431         * hildon-widgets/hildon-get-password-dialog.c: Fixing the way input
432         method is set. Fixes #NB37467. 
433
434         * hildon-widgets/hildon-name-password-dialog.c: Fixing the way the
435         password entry is being accessed. Fixes #MB767. Using a patch by
436         Lorenzo Gil Sanchez.
437
438 2006-09-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
439
440         * hildon-widgets/hildon-date-editor.c:
441         (hildon_date_editor_keypress): On left or right key pressed, it
442         first takes in consideration the current cursor position inside
443         the entries. If it's in an edge, focus moves to the widget on the
444         right or left. Fixes #NB40770.
445
446 2006-09-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
447
448         * hildon-widgets-plugins/hildon-color-chooser-dialog-hsv.c: Agh...
449         correcting silly mistake.  
450
451 2006-09-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
452
453         * hildon-widgets-plugins/hildon-color-chooser-dialog-hsv.c:
454         Replacing a custom hex -> color with a stock gdk func. 
455
456         * hildon-widgets/hildon-caption.c:
457         Ups... a momentary lapse of reason.
458
459 2006-09-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
460
461         * hildon-widgets/hildon-time-editor.c:
462         (validated_conversion): Added default parameter -- if the field is
463         empty, sets this value.
464         (hildon_time_editor_real_validate): Gets current values to pass it
465         as the default values to forward validation. Fixes #NB39048.
466
467 2006-09-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
468
469         * hildon-widgets/hildon-caption.c: Do not draw the focus border when
470         the label has no text set. Fixes #NB40649. 
471         Also fixing some memory leaks in properties setting.
472
473 2006-09-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
474
475         * hildon-widgets/hildon-time-editor.c:
476         (hildon_time_editor_entry_clicked): This function has been
477         removed. It is not needed any more.
478         (_hildon_time_editor_entry_select_all): Added in order to perform
479         the whole text selection into the entry with an idle call.
480         (hildon_time_editor_entry_focusin): Modified to just add the
481         function above to the idle queue.
482         Fixes #NB40665.
483
484         * hildon-widgets/hildon-caption.c (hildon_caption_button_press):
485         Added condition to return when the widget has already the focus.
486         Fixes #NB31086. 
487
488 2006-09-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
489
490         * hildon-widgets/hildon-color-button.c: Draw insensitive grid over the
491         color button widget if the widget is insensitive. Fixes #NB40329. 
492
493 2006-09-18  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
494
495         * debian/control:
496         * debian/rules: Fixing the debug symbols package. Fixes #NB40532.
497
498 2006-09-15  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
499
500         [0.14.3-1 release]
501
502         * configure.ac:
503         * debian/changelog: Bumping version numbers, adding info about the
504         fixes.
505
506 2006-09-15  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
507
508         * hildon-widgets/hildon-window.c: When a new menu is being attached to
509         the window, call show on the menu itself, not the whole window. Fixes
510         #NB40566.
511
512 2006-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
513
514         * hildon-widgets/hildon-date-editor.c:
515         (hildon_date_editor_entry_released): Removed this function in order
516         to avoid the selection of the entry with the second click.
517         (hildon_date_editor_entry_focusin): Removed the test, now we want
518         to select the entry using the callback in all the situations. 
519         Fixes #NB39612. 
520         
521         * hildon-widgets/hildon-number-editor.c: renamed {plus,minus}-button
522         widgets to ne-{plus,minus}-button in order to do the theming without
523         depending on the HildonNumberEditor widget name. Fixes #MB624. Will
524         work with new theme config.
525         
526 2006-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
527
528         * hildon-widgets/hildon-composite-widget.c: Changed the focus
529         handler -- with hildon-time-editor and hildon-date-editor, if we
530         are moving up or down, with the focus inside the widget, we return
531         false to force moving to the next widget outside. Fixes #NB36938.
532
533 2006-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
534
535         * hildon-widgets/hildon-defines.c: Ensure the style before setting the
536         logical color. Fixes #NB40041.
537
538 2006-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
539
540         * hildon-widgets/hildon-date-editor.c: Bring focus to date after the
541         date has been choosen in the calendar popup.
542
543         * hildon-widgets/hildon-time-editor.c: Bring focus to time after 
544         time has been choosen in the time picker. Fixes #NB39565.
545
546 2006-09-13  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
547
548         [Merging the atk-branch fixes]
549
550         * hildon-widgets/hildon-date-editor.c: Use button instead of event
551         box for the calendar icon.
552
553         * hildon-widgets/hildon-time-editor.c: Use button instead of the label
554         for the am/pm switcher. Fixes #NB25602, #NB24411.
555
556 2006-09-12  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
557
558         * debian/copyright:
559         * hildon-widgets-plugins/hildon-color-chooser-dialog-hsv.c:
560         * hildon-widgets-plugins/hildon-color-chooser-hsv.c:
561         * hildon-widgets/gtk-infoprint.c:
562         * hildon-widgets/gtk-infoprint.h:
563         * hildon-widgets/hildon-add-home-dialog.c:
564         * hildon-widgets/hildon-add-home-dialog.h:
565         * hildon-widgets/hildon-app-private.h:
566         * hildon-widgets/hildon-app.c:
567         * hildon-widgets/hildon-app.h:
568         * hildon-widgets/hildon-appview.c:
569         * hildon-widgets/hildon-appview.h:
570         * hildon-widgets/hildon-banner.c:
571         * hildon-widgets/hildon-banner.h:
572         * hildon-widgets/hildon-calendar-popup.c:
573         * hildon-widgets/hildon-calendar-popup.h:
574         * hildon-widgets/hildon-caption.c:
575         * hildon-widgets/hildon-caption.h:
576         * hildon-widgets/hildon-code-dialog.c:
577         * hildon-widgets/hildon-code-dialog.h:
578         * hildon-widgets/hildon-color-button.c:
579         * hildon-widgets/hildon-color-button.h:
580         * hildon-widgets/hildon-color-chooser-button.c:
581         * hildon-widgets/hildon-color-chooser-button.h:
582         * hildon-widgets/hildon-color-chooser-dialog.c:
583         * hildon-widgets/hildon-color-chooser-dialog.h:
584         * hildon-widgets/hildon-color-chooser.c:
585         * hildon-widgets/hildon-color-chooser.h:
586         * hildon-widgets/hildon-color-popup.c:
587         * hildon-widgets/hildon-color-popup.h:
588         * hildon-widgets/hildon-color-selector.c:
589         * hildon-widgets/hildon-color-selector.h:
590         * hildon-widgets/hildon-composite-widget.c:
591         * hildon-widgets/hildon-composite-widget.h:
592         * hildon-widgets/hildon-controlbar.c:
593         * hildon-widgets/hildon-controlbar.h:
594         * hildon-widgets/hildon-date-editor.c:
595         * hildon-widgets/hildon-date-editor.h:
596         * hildon-widgets/hildon-defines.c:
597         * hildon-widgets/hildon-defines.h:
598         * hildon-widgets/hildon-dialoghelp.c:
599         * hildon-widgets/hildon-dialoghelp.h:
600         * hildon-widgets/hildon-file-handling-note.c:
601         * hildon-widgets/hildon-file-handling-note.h:
602         * hildon-widgets/hildon-find-toolbar.c:
603         * hildon-widgets/hildon-find-toolbar.h:
604         * hildon-widgets/hildon-font-selection-dialog.c:
605         * hildon-widgets/hildon-font-selection-dialog.h:
606         * hildon-widgets/hildon-get-password-dialog.c:
607         * hildon-widgets/hildon-get-password-dialog.h:
608         * hildon-widgets/hildon-grid-item-private.h:
609         * hildon-widgets/hildon-grid-item.c:
610         * hildon-widgets/hildon-grid-item.h:
611         * hildon-widgets/hildon-grid.c:
612         * hildon-widgets/hildon-grid.h:
613         * hildon-widgets/hildon-hvolumebar.c:
614         * hildon-widgets/hildon-hvolumebar.h:
615         * hildon-widgets/hildon-input-mode-hint.h:
616         * hildon-widgets/hildon-name-password-dialog.c:
617         * hildon-widgets/hildon-name-password-dialog.h:
618         * hildon-widgets/hildon-note.c:
619         * hildon-widgets/hildon-note.h:
620         * hildon-widgets/hildon-number-editor.c:
621         * hildon-widgets/hildon-number-editor.h:
622         * hildon-widgets/hildon-plugin-widget.c:
623         * hildon-widgets/hildon-plugin-widget.h:
624         * hildon-widgets/hildon-private.h:
625         * hildon-widgets/hildon-program.c:
626         * hildon-widgets/hildon-program.h:
627         * hildon-widgets/hildon-range-editor.c:
628         * hildon-widgets/hildon-range-editor.h:
629         * hildon-widgets/hildon-scroll-area.c:
630         * hildon-widgets/hildon-scroll-area.h:
631         * hildon-widgets/hildon-seekbar.c:
632         * hildon-widgets/hildon-seekbar.h:
633         * hildon-widgets/hildon-set-password-dialog.c:
634         * hildon-widgets/hildon-set-password-dialog.h:
635         * hildon-widgets/hildon-sort-dialog.c:
636         * hildon-widgets/hildon-sort-dialog.h:
637         * hildon-widgets/hildon-system-sound.c:
638         * hildon-widgets/hildon-system-sound.h:
639         * hildon-widgets/hildon-telephone-editor.c:
640         * hildon-widgets/hildon-telephone-editor.h:
641         * hildon-widgets/hildon-time-editor.c:
642         * hildon-widgets/hildon-time-editor.h:
643         * hildon-widgets/hildon-time-picker.c:
644         * hildon-widgets/hildon-time-picker.h:
645         * hildon-widgets/hildon-volumebar-private.h:
646         * hildon-widgets/hildon-volumebar-range.c:
647         * hildon-widgets/hildon-volumebar-range.h:
648         * hildon-widgets/hildon-volumebar.c:
649         * hildon-widgets/hildon-volumebar.h:
650         * hildon-widgets/hildon-vvolumebar.c:
651         * hildon-widgets/hildon-vvolumebar.h:
652         * hildon-widgets/hildon-weekday-picker.c:
653         * hildon-widgets/hildon-weekday-picker.h:
654         * hildon-widgets/hildon-window-private.h:
655         * hildon-widgets/hildon-window.c:
656         * hildon-widgets/hildon-window.h:
657         * hildon-widgets/hildon-wizard-dialog.c:
658         * hildon-widgets/hildon-wizard-dialog.h:
659         * po/en_GB.po:
660         * timer/timer.c:
661         * timer/timer.h:
662         * ut/hildon-clock-widgets_tests.c:
663         * ut/hildon-widgets_tests.c:
664         * ut/tc_banner_truncate.c: Fixing the copyright headers.
665
666         * hildon-widgets/hildon-defines.c: Making the disposing of style data
667         more secure/null-proof.
668
669 2006-09-11  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
670
671         * hildon-widgets/hildon-app.h:
672         * hildon-widgets/hildon-defines.h: Reverting back to old key mapping.
673
674 2006-09-11  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
675
676         * hildon-widgets/hildon-time-editor.c: When user clicked the clock
677         button, before launching the time picker try to validate the entered
678         values. Fixes #NB40055.
679
680 2006-09-11  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
681
682         [0.14.2-1 release]
683
684         * configure.ac:
685         * debian/changelog: Bumping version numbers, adding details about the
686         fixes. 
687
688 2006-09-11  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
689
690         * hildon-widgets/hildon-time-editor.c: Do an extra validity check when
691         switching to another field. Fixes #NB40054.
692
693 2006-09-08  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
694
695         * hildon-widgets/hildon-window.c: Call the
696         hildon_window_is_topmost_notify before firing the g-object
697         notification signal. Fixes #NB39202.
698
699 2006-09-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
700
701         [0.14.1-2 release]
702
703         * debian/changelog: Bumping version numbers.
704
705 2006-09-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
706
707         * hildon-widgets/hildon-app.h:
708         * hildon-widgets/hildon-defines.h: Once again reverting the Johan's
709         patch for new key handling.
710
711 2006-09-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
712
713         * hildon-widgets/hildon-find-toolbar.c: Move focus to the parent
714         widget when the toolbar is closed. Fixes #NB34193.
715
716 2006-09-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
717
718         * hildon-widgets/hildon-defines.c: Fixing the recursive call in
719         _set_recursive_from_ld. The container for_each call was missing a
720         parameter and effectively passing NULL as data. So amateurish. Fixes
721         #NB39181.
722
723 2006-09-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
724
725         * hildon-widgets/hildon-defines.h: Adding gdkkeysyms.h to includes.
726         Fixes #NB39714.
727
728 2006-09-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
729
730         * hildon-widgets/hildon-color-button.c: Redraw the button if cancel
731         was pressed in the color selection dialog. Fixes #NB39778 but I think
732         the real cause of the bug lies at a different level.
733
734 2006-09-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
735         
736         [0.14.1-1 release]
737
738         * configure.ac: Version bump. Display version string during configure
739         stage.
740
741         * debian/changelog: Adding release details.
742
743 2006-09-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
744
745         * hildon-widgets/hildon-font-selection-dialog.c: Adding a comment
746         about the new property introduced. Once we have property documentation
747         we need to mark it with a "Since: 0.14.1" keyword ("font-scaling").
748
749 2006-09-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
750
751         * Makefile.am:
752         * configure.ac: Removing the unit tests (ut/outo) from the build
753         system. They're introducing an additionall dependency and need to be
754         fixed/arranged differently anyways. 
755
756 2006-09-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
757
758         * hildon-widgets/hildon-app.h:
759         * hildon-widgets/hildon-defines.h: Applying Johan's new key mapping
760         patch back again. WARNING: This breaks compatibility with IT-2006.
761
762         * hildon-widgets/hildon-caption.c: Add specific behaviour for
763         containers when press button event occurs. Fixes #NB36843.
764
765         * hildon-widgets/hildon-program.c:
766         * hildon-widgets/hildon-window.c: Adding a patch to fix occassional
767         BadWindow X errors. Fixes #NB39679.
768
769 2006-09-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
770
771         * hildon-widgets/hildon-sort-dialog.c: Adding a function to add
772         reversed sort keys. Reversed sort keys present Descending/Ascending
773         selection instead of Ascending/Descending default. Fixes #NB32544. 
774
775 2006-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
776
777         * hildon-widgets/hildon-note.c: Fixing the behaviour of
778         hildon_note_new_confirmation_with_icon_stock. Fixes #NB22825.
779
780 2006-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
781
782         * hildon-widgets/hildon-font-selection-dialog.c: Adding a
783         "font-scaling" property that allows to customize the output of the
784         Preview dialog during font selection. By default font-scaling equals
785         1.0 = no change. Applications/clients should apply here the
786         font-scaling they use for user-output/visualization. Fixes #NB19001.
787
788 2006-09-05  Tomas Junnonen  <tomas.junnonen@nokia.com>
789
790         * src/hildon-widgets/hildon-find-toolbar.c: Start search on "activate"
791         entry signal instead of only KP_Enter. 
792
793 2006-09-04  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
794
795         * hildon-widgets/hildon-banner.c: Aling the stock images to 0.0
796         position, not to the center. Fixes #NB31168.
797
798 2006-09-04  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
799
800         * hildon-widgets/hildon-color-selector.c:
801         * hildon-widgets/hildon-time-picker.c: Applying a small patch by
802         Tamminen Eero to save some bytes of ram. Fixes #NB22965.
803
804 2006-09-04  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
805
806         * hildon-widgets/hildon-font-selection-dialog.c: Excluding some more
807         hardcoded fonts from the font selection dialog. We need a flexible API
808         to do that in future, but currently introducing it wouldn't be
809         feasible. Fixes #NB30530.
810
811 2006-09-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
812
813         * debian/changelog: Small ver. fix.
814
815 2006-09-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
816
817         [0.14.0-1 release]
818
819 2006-09-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
820
821         * debian/changelog: Adding info about bugs fixed: #NB16830, #NB38487,
822         #NB36938, #NB34642, #NB32772, #NB38598.
823
824         * doc/design/abstract_vs_modular_plugin_widgets.dia:
825         * doc/design/abstract_vs_modular_plugin_widgets.png: Adding the
826         missing design schemes. 
827
828 2006-09-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
829
830         * po/POTFILES.in:
831         * po/en_GB.po: Rebuilding & updating the PO files. 
832
833 2006-08-31  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
834
835         * changelog: Adding one more bug fix from the mergedown. Fixes
836         #NB38565.
837
838 2006-08-31  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
839
840         * debian/changelog: 
841         * hildon-widgets/hildon-defines.c: Disconnect the signal before
842         attaching a new one -- prevents signals from being emitted two times,
843         fixes a memory leak. Fixes #NB26114.
844
845 2006-08-31  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
846
847         * debian/changelog:
848         * hildon-widgets/hildon-wizard-dialog.c: Changing the orded of the
849         buttons in the wizard dialog to be: finish, previous, next, cancel.
850         Fixes #NB34613.
851
852 2006-08-31  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
853
854         * debian/changelog:
855         * hildon-widgets/hildon-name-password-dialog.c: Applying a patch by
856         Fernando to fix the autocaptialization for username/password entries.
857         Fixes #NB37467.
858
859 2006-08-30  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
860
861         [Merging 0.13.1 => TRUNK]
862
863         * ./: Merging the experimental color selector branch. Fixes: #NB37010,
864         #NB38559, #NB33217, #NB37172.   
865         Maintainer change:
866         Michael Dominic Kostrzewa
867         <michael.kostrzewa@nokia.com>
868
869         * configure.ac: Bumping the version number to 0.14.0.
870
871 2006-08-30  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
872
873         [0.13.1 branch]
874
875         * ./: Cosmetics.
876
877 2006-08-30  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
878
879         [0.13.1 branch]
880
881         * AUTHORS: Adding an AUTHORS file with maintainer/contact information.
882
883         * debian/control:
884         * debian/copyright:
885         * hildon-widgets-plugins/hildon-color-chooser-dialog-hsv.c:
886         * hildon-widgets-plugins/hildon-color-chooser-hsv.c:
887         * hildon-widgets/gtk-infoprint.c:
888         * hildon-widgets/gtk-infoprint.h:
889         * hildon-widgets/hildon-add-home-dialog.c:
890         * hildon-widgets/hildon-add-home-dialog.h:
891         * hildon-widgets/hildon-app-private.h:
892         * hildon-widgets/hildon-app.c:
893         * hildon-widgets/hildon-app.h:
894         * hildon-widgets/hildon-appview.c:
895         * hildon-widgets/hildon-appview.h:
896         * hildon-widgets/hildon-banner.c:
897         * hildon-widgets/hildon-banner.h:
898         * hildon-widgets/hildon-calendar-popup.c:
899         * hildon-widgets/hildon-calendar-popup.h:
900         * hildon-widgets/hildon-caption.c:
901         * hildon-widgets/hildon-caption.h:
902         * hildon-widgets/hildon-code-dialog.c:
903         * hildon-widgets/hildon-code-dialog.h:
904         * hildon-widgets/hildon-color-button.c:
905         * hildon-widgets/hildon-color-button.h:
906         * hildon-widgets/hildon-color-chooser-button.c:
907         * hildon-widgets/hildon-color-chooser-button.h:
908         * hildon-widgets/hildon-color-chooser-dialog.c:
909         * hildon-widgets/hildon-color-chooser-dialog.h:
910         * hildon-widgets/hildon-color-chooser.c:
911         * hildon-widgets/hildon-color-chooser.h:
912         * hildon-widgets/hildon-color-popup.c:
913         * hildon-widgets/hildon-color-popup.h:
914         * hildon-widgets/hildon-color-selector.c:
915         * hildon-widgets/hildon-color-selector.h:
916         * hildon-widgets/hildon-composite-widget.c:
917         * hildon-widgets/hildon-composite-widget.h:
918         * hildon-widgets/hildon-controlbar.c:
919         * hildon-widgets/hildon-controlbar.h:
920         * hildon-widgets/hildon-date-editor.c:
921         * hildon-widgets/hildon-date-editor.h:
922         * hildon-widgets/hildon-defines.c:
923         * hildon-widgets/hildon-defines.h:
924         * hildon-widgets/hildon-dialoghelp.c:
925         * hildon-widgets/hildon-dialoghelp.h:
926         * hildon-widgets/hildon-file-handling-note.c:
927         * hildon-widgets/hildon-file-handling-note.h:
928         * hildon-widgets/hildon-find-toolbar.c:
929         * hildon-widgets/hildon-find-toolbar.h:
930         * hildon-widgets/hildon-font-selection-dialog.c:
931         * hildon-widgets/hildon-font-selection-dialog.h:
932         * hildon-widgets/hildon-get-password-dialog.c:
933         * hildon-widgets/hildon-get-password-dialog.h:
934         * hildon-widgets/hildon-grid-item-private.h:
935         * hildon-widgets/hildon-grid-item.c:
936         * hildon-widgets/hildon-grid-item.h:
937         * hildon-widgets/hildon-grid.c:
938         * hildon-widgets/hildon-grid.h:
939         * hildon-widgets/hildon-hvolumebar.c:
940         * hildon-widgets/hildon-hvolumebar.h:
941         * hildon-widgets/hildon-input-mode-hint.h:
942         * hildon-widgets/hildon-name-password-dialog.c:
943         * hildon-widgets/hildon-name-password-dialog.h:
944         * hildon-widgets/hildon-note.c:
945         * hildon-widgets/hildon-note.h:
946         * hildon-widgets/hildon-number-editor.c:
947         * hildon-widgets/hildon-number-editor.h:
948         * hildon-widgets/hildon-plugin-widget.c:
949         * hildon-widgets/hildon-plugin-widget.h:
950         * hildon-widgets/hildon-private.h:
951         * hildon-widgets/hildon-program.c:
952         * hildon-widgets/hildon-program.h:
953         * hildon-widgets/hildon-range-editor.c:
954         * hildon-widgets/hildon-range-editor.h:
955         * hildon-widgets/hildon-scroll-area.c:
956         * hildon-widgets/hildon-scroll-area.h:
957         * hildon-widgets/hildon-seekbar.c:
958         * hildon-widgets/hildon-seekbar.h:
959         * hildon-widgets/hildon-set-password-dialog.c:
960         * hildon-widgets/hildon-set-password-dialog.h:
961         * hildon-widgets/hildon-sort-dialog.c:
962         * hildon-widgets/hildon-sort-dialog.h:
963         * hildon-widgets/hildon-system-sound.c:
964         * hildon-widgets/hildon-system-sound.h:
965         * hildon-widgets/hildon-telephone-editor.c:
966         * hildon-widgets/hildon-telephone-editor.h:
967         * hildon-widgets/hildon-time-editor.c:
968         * hildon-widgets/hildon-time-editor.h:
969         * hildon-widgets/hildon-time-picker.c:
970         * hildon-widgets/hildon-time-picker.h:
971         * hildon-widgets/hildon-volumebar-private.h:
972         * hildon-widgets/hildon-volumebar-range.c:
973         * hildon-widgets/hildon-volumebar-range.h:
974         * hildon-widgets/hildon-volumebar.c:
975         * hildon-widgets/hildon-volumebar.h:
976         * hildon-widgets/hildon-vvolumebar.c:
977         * hildon-widgets/hildon-vvolumebar.h:
978         * hildon-widgets/hildon-weekday-picker.c:
979         * hildon-widgets/hildon-weekday-picker.h:
980         * hildon-widgets/hildon-window-private.h:
981         * hildon-widgets/hildon-window.c:
982         * hildon-widgets/hildon-window.h:
983         * hildon-widgets/hildon-wizard-dialog.c:
984         * hildon-widgets/hildon-wizard-dialog.h:
985         * timer/timer.c:
986         * timer/timer.h:
987         * ut/hildon-clock-widgets_tests.c:
988         * ut/hildon-widgets_tests.c:
989         * ut/tc_banner_truncate.c: Adding myself as the contact
990         person/maintainer. FIxing copyright notices to include 2006 as new things 
991         were added this year.
992
993 2006-08-30  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
994
995         [0.13.1 branch]
996
997         * hildon-widgets/hildon-app.h:
998         * hildon-widgets/hildon-defines.h: Undoing the Johan's new
999         key-handling changes from 2006-08-10. That requires a fix at a
1000         different level, waiting for Daniel Stone. 
1001
1002 2006-08-30  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1003
1004         [0.13.1 branch]
1005
1006         * debian==/changelog: Adding some missing entries about bugs being
1007         fixed.
1008
1009         * debian/copyright: Adding information about the license version of
1010         the package.
1011
1012 2006-08-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1013
1014         [0.13.1 branch]
1015
1016         * hildon-widgets/hildon-window.c: Properly ref the attached menus,
1017         allow NULL to be passed to the attach function to remove the existing
1018         menu. Fixes NB#32845. 
1019
1020 2006-08-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1021
1022         [0.13.1 branch]
1023
1024         * debian/control: Removing unnecessary manual dependencies, fixes
1025         NB#34225. 
1026
1027 2006-08-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1028
1029         [0.13.1 branch]
1030
1031         * hildon-widgets-plugins/Makefile.am:
1032         * hildon-widgets-plugins/hildon-color-chooser-dialog_hsv.c:
1033         * hildon-widgets-plugins/hildon-color-chooser_hsv.c:
1034         * hildon-widgets-plugins/hildoncolorchooser_hsv.c:
1035         * hildon-widgets-plugins/hildoncolorchooserdialog_hsv.c: Removing
1036         left overs from the old color selector code, making the file names
1037         more sane.
1038
1039 2006-08-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1040
1041         [0.13.1 branch]
1042
1043         * hildon-widgets-plugins/hildon-color-chooser-dialog_hsv.c:
1044         * hildon-widgets-plugins/hildon-color-chooser_hsv.c:
1045         * hildon-widgets-plugins/hildoncolorchooser_hsv.c:
1046         * hildon-widgets/gtk-infoprint.c:
1047         * hildon-widgets/gtk-infoprint.h:
1048         * hildon-widgets/hildon-add-home-dialog.c:
1049         * hildon-widgets/hildon-add-home-dialog.h:
1050         * hildon-widgets/hildon-app-private.h:
1051         * hildon-widgets/hildon-app.c:
1052         * hildon-widgets/hildon-app.h:
1053         * hildon-widgets/hildon-appview.c:
1054         * hildon-widgets/hildon-appview.h:
1055         * hildon-widgets/hildon-banner.c:
1056         * hildon-widgets/hildon-banner.h:
1057         * hildon-widgets/hildon-calendar-popup.c:
1058         * hildon-widgets/hildon-calendar-popup.h:
1059         * hildon-widgets/hildon-caption.c:
1060         * hildon-widgets/hildon-caption.h:
1061         * hildon-widgets/hildon-code-dialog.c:
1062         * hildon-widgets/hildon-code-dialog.h:
1063         * hildon-widgets/hildon-color-button.c:
1064         * hildon-widgets/hildon-color-button.h:
1065         * hildon-widgets/hildon-color-chooser-button.c:
1066         * hildon-widgets/hildon-color-chooser-button.h:
1067         * hildon-widgets/hildon-color-chooser-dialog.c:
1068         * hildon-widgets/hildon-color-chooser-dialog.h:
1069         * hildon-widgets/hildon-color-chooser.h:
1070         * hildon-widgets/hildon-color-popup.c:
1071         * hildon-widgets/hildon-color-popup.h:
1072         * hildon-widgets/hildon-color-selector.c:
1073         * hildon-widgets/hildon-color-selector.h:
1074         * hildon-widgets/hildon-composite-widget.c:
1075         * hildon-widgets/hildon-composite-widget.h:
1076         * hildon-widgets/hildon-controlbar.c:
1077         * hildon-widgets/hildon-controlbar.h:
1078         * hildon-widgets/hildon-date-editor.c:
1079         * hildon-widgets/hildon-date-editor.h:
1080         * hildon-widgets/hildon-defines.c:
1081         * hildon-widgets/hildon-defines.h:
1082         * hildon-widgets/hildon-dialoghelp.c:
1083         * hildon-widgets/hildon-dialoghelp.h:
1084         * hildon-widgets/hildon-file-handling-note.c:
1085         * hildon-widgets/hildon-file-handling-note.h:
1086         * hildon-widgets/hildon-find-toolbar.c:
1087         * hildon-widgets/hildon-find-toolbar.h:
1088         * hildon-widgets/hildon-font-selection-dialog.c:
1089         * hildon-widgets/hildon-font-selection-dialog.h:
1090         * hildon-widgets/hildon-get-password-dialog.c:
1091         * hildon-widgets/hildon-get-password-dialog.h:
1092         * hildon-widgets/hildon-grid-item-private.h:
1093         * hildon-widgets/hildon-grid-item.c:
1094         * hildon-widgets/hildon-grid-item.h:
1095         * hildon-widgets/hildon-grid.c:
1096         * hildon-widgets/hildon-grid.h:
1097         * hildon-widgets/hildon-hvolumebar.c:
1098         * hildon-widgets/hildon-hvolumebar.h:
1099         * hildon-widgets/hildon-input-mode-hint.h:
1100         * hildon-widgets/hildon-name-password-dialog.c:
1101         * hildon-widgets/hildon-name-password-dialog.h:
1102         * hildon-widgets/hildon-note.c:
1103         * hildon-widgets/hildon-note.h:
1104         * hildon-widgets/hildon-number-editor.c:
1105         * hildon-widgets/hildon-number-editor.h:
1106         * hildon-widgets/hildon-plugin-widget.c:
1107         * hildon-widgets/hildon-private.h:
1108         * hildon-widgets/hildon-program.c:
1109         * hildon-widgets/hildon-program.h:
1110         * hildon-widgets/hildon-range-editor.c:
1111         * hildon-widgets/hildon-range-editor.h:
1112         * hildon-widgets/hildon-scroll-area.c:
1113         * hildon-widgets/hildon-scroll-area.h:
1114         * hildon-widgets/hildon-seekbar.c:
1115         * hildon-widgets/hildon-seekbar.h:
1116         * hildon-widgets/hildon-set-password-dialog.c:
1117         * hildon-widgets/hildon-set-password-dialog.h:
1118         * hildon-widgets/hildon-sort-dialog.c:
1119         * hildon-widgets/hildon-sort-dialog.h:
1120         * hildon-widgets/hildon-system-sound.c:
1121         * hildon-widgets/hildon-system-sound.h:
1122         * hildon-widgets/hildon-telephone-editor.c:
1123         * hildon-widgets/hildon-telephone-editor.h:
1124         * hildon-widgets/hildon-time-editor.c:
1125         * hildon-widgets/hildon-time-editor.h:
1126         * hildon-widgets/hildon-time-picker.c:
1127         * hildon-widgets/hildon-time-picker.h:
1128         * hildon-widgets/hildon-volumebar-private.h:
1129         * hildon-widgets/hildon-volumebar-range.c:
1130         * hildon-widgets/hildon-volumebar-range.h:
1131         * hildon-widgets/hildon-volumebar.c:
1132         * hildon-widgets/hildon-volumebar.h:
1133         * hildon-widgets/hildon-vvolumebar.c:
1134         * hildon-widgets/hildon-vvolumebar.h:
1135         * hildon-widgets/hildon-weekday-picker.c:
1136         * hildon-widgets/hildon-weekday-picker.h:
1137         * hildon-widgets/hildon-window-private.h:
1138         * hildon-widgets/hildon-window.c:
1139         * hildon-widgets/hildon-window.h:
1140         * hildon-widgets/hildon-wizard-dialog.c:
1141         * hildon-widgets/hildon-wizard-dialog.h:
1142         * timer/timer.c:
1143         * timer/timer.h:
1144         * ut/hildon-clock-widgets_tests.c:
1145         * ut/hildon-widgets_tests.c:
1146         * ut/tc_banner_truncate.c: Fixing the license banners (adding them
1147         if missing, correcting "... version 2 or any later version" to "version
1148         2."
1149
1150 2006-08-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1151
1152         [0.13.1 branch]
1153
1154         * hildon-widgets/hildon-window.c: Put extra ref on the GdkWindow 
1155         before emitting the signal so that we don't lose it in event free
1156         function. Fixes NB#38996.  
1157
1158 2006-08-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1159
1160         [0.13.1 branch]
1161
1162         * configure.ac: Bumping the version number to 0.13.1.6.
1163
1164         * hildon-widgets-plugins/Makefile.am: Adding the proper symlinks for
1165         default plugin targets during installation. Fixes a crasher bug in the
1166         selector.
1167
1168         * hildon-widgets/hildon-color-button.c:
1169         * hildon-widgets/hildon-color-chooser-dialog.c:
1170         * hildon-widgets/hildon-plugin-widget.c: Adding some basic sanity checks.
1171
1172 2006-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1173
1174         [0.13.1 branch]
1175
1176         * ./: Merging with the 0.13.1-1_pluged-in-color-selector branch.
1177
1178 2006-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1179
1180         [0.13.1 branch]
1181
1182         * hildon-widgets/hildon-number-editor.c: When a range error occurs,
1183         set the correct value before calling the range-error signal, so that
1184         the widget consumer has a chance to actually adjust the value to it's
1185         liking in the signal. Fixes NB#33260.
1186
1187 2006-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1188
1189         [0.13.1 branch]
1190
1191         * hildon-widgets/hildon-wizard-dialog.c: Fixing a small compilation
1192         whoops.
1193
1194 2006-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1195
1196         [0.13.1 branch]
1197
1198         * hildon-widgets/hildon-time-picker.c: Fixing 
1199         NB#37489.
1200
1201 2006-08-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1202
1203         [0.13.1 branch]
1204
1205         * hildon-widgets/hildon-wizard-dialog.c:
1206         * hildon-widgets/hildon-wizard-dialog.h: Cleaning up, fixing some
1207         bugs.
1208
1209 2006-08-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1210
1211         [0.13.1 branch]
1212
1213         * hildon-widgets/hildon-add-home-dialog.h:
1214         * hildon-widgets/hildon-app.h:
1215         * hildon-widgets/hildon-appview.h:
1216         * hildon-widgets/hildon-calendar-popup.h:
1217         * hildon-widgets/hildon-code-dialog.h:
1218         * hildon-widgets/hildon-color-button.h:
1219         * hildon-widgets/hildon-color-selector.h:
1220         * hildon-widgets/hildon-controlbar.h:
1221         * hildon-widgets/hildon-date-editor.h:
1222         * hildon-widgets/hildon-file-handling-note.h:
1223         * hildon-widgets/hildon-find-toolbar.h:
1224         * hildon-widgets/hildon-grid-item-private.h:
1225         * hildon-widgets/hildon-grid-item.h:
1226         * hildon-widgets/hildon-grid.h:
1227         * hildon-widgets/hildon-input-mode-hint.h:
1228         * hildon-widgets/hildon-marshalers.h:
1229         * hildon-widgets/hildon-name-password-dialog.h:
1230         * hildon-widgets/hildon-private.h:
1231         * hildon-widgets/hildon-program.h:
1232         * hildon-widgets/hildon-range-editor.h:
1233         * hildon-widgets/hildon-scroll-area.h:
1234         * hildon-widgets/hildon-seekbar.h:
1235         * hildon-widgets/hildon-sort-dialog.h:
1236         * hildon-widgets/hildon-telephone-editor.h:
1237         * hildon-widgets/hildon-time-picker.h:
1238         * hildon-widgets/hildon-weekday-picker.h:
1239         * hildon-widgets/hildon-window-private.h:
1240         * hildon-widgets/hildon-window.h:
1241         * hildon-widgets/hildon-wizard-dialog.h:
1242         * timer/timer.h: Just cosmetic cleanups in defines for consistency.
1243
1244         * COPYING: Removing the executable bit from the text file. 
1245
1246 2006-08-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1247
1248         [0.13.1 branch]
1249
1250         * Makefile.am:
1251         * doc/Makefile.am:
1252         * hildon-widgets-plugins/Makefile.am:
1253         * hildon-widgets/Makefile.am:
1254         * po/Makefile.am:
1255         * timer/Makefile.am:
1256         * ut/Makefile.am: Fixing the build system so that `make
1257         maintainer-clean` can be used safely.
1258
1259 2006-08-22  Kuisma Salonen  <kuisma.salonen@nokia.com>
1260
1261         [0.13.1 branch]
1262
1263         * hildon-widgets-plugins/hildoncolorchooser_hsv.c:
1264         Grayscale dimming re-enabled.
1265
1266 2006-08-16  Johan Bilien  <johan.bilien@nokia.com>
1267
1268         [0.13.1 branch]
1269
1270         * hildon-widgets/hildon-app.c:
1271         (hildon_app_switch_to_desktop): Removed unused function
1272         (hildon_app_key_snooper): Removed handling of the Home hardware key
1273
1274         NB#35076
1275
1276         * configure.ac: 0.13.1.4
1277
1278 2006-08-11  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>
1279
1280         [0.13.1 branch]
1281
1282         * hildon-widgets/hildon-plugin-widget.c
1283         (ascii_decapitalize_without_dashes): Fixed.
1284
1285 2006-08-10  Johan Bilien  <johan.bilien@nokia.com>
1286
1287         [0.13.1 branch]
1288
1289         * hildon-widgets/hildon-{app.h,defines.h}:
1290         switched HILDON_MENU_KEY to now match GDK_F10
1291         WARNING: This breaks compatibility with IT-2006
1292
1293         * configure.ac: 0.13.1.3
1294
1295 2006-08-08  Luc Pionchon  <luc.pionchon@nokia.com>
1296
1297         [0.13.1 branch]
1298
1299         * configure.ac: 0.13.1.2
1300
1301 2006-08-07  Johan Bilien  <johan.bilien@nokia.com>
1302
1303         * hildon-widgets/hildon-program.c
1304         (hildon_program_common_toolbar_topmost_window): Added this
1305         function, it is an internal function created to notify the topmost
1306         window of the topmost program that it has a new common toolbar, it
1307         is supposed to be used inside a foreach call.
1308         (hildon_program_set_common_toolbar): Added a foreach call in case
1309         the program is the topmost in order to notify the topmost window
1310         it should take the common toolbar. Fixed a problem with unparent
1311         call it causes the vbox disappears in some cases, now we are using
1312         container_remove.
1313
1314         NB#22808
1315
1316 2006-08-01  Luc Pionchon  <luc.pionchon@nokia.com>
1317
1318         * configure.ac: 0.12.22
1319
1320 2006-07-31  Johan Bilien  <johan.bilien@nokia.com>
1321
1322         * hildon-widgets/hildon-code-dialog.c
1323         (hildon_code_dialog_insert_text):
1324         - Use hildon_banner_show_info instead of deprecated gtk_info_print
1325         - Localize the string in the applet
1326
1327         NB#36309
1328
1329 2006-07-26  Kuisma Salonen  <kuisma.salonen@nokia.com>
1330
1331         [0.13.1 branch]
1332
1333         Added plugged-in color chooser,
1334         
1335         -- Plugin infrastructure:
1336
1337         * hildon-widgets/hildon-plugin-widget.[ch]: API to help loading
1338         widgets from plugins.
1339
1340         * hildon-widgets-plugins/: directory containing widget
1341         implementations which are going to be built into separate shared
1342         object files (plugins)
1343
1344         * hildon-widgets-plugins/Makefile.am: automake file for the plugins.
1345
1346         * doc/design/abstract_vs_modular_plugin_widgets.dia:
1347         * doc/design/hildon-plugin-widget.txt: design doc
1348
1349
1350         -- ColorChooser plugin:
1351
1352         * hildon-widgets-plugins/hildoncolorchooser_hsv.c: Implementation of a
1353         HildonColorChooser, HSV based one.
1354
1355         * hildon-widgets-plugins/hildoncolorchooserdialog_hsv.c: HSV based
1356         implementation of color chooser dialog.
1357
1358
1359         -- Uses the plugin infrastructure:
1360         
1361         * hildon-widgets/hildon-color-chooser.[ch] : An abstract class for
1362         color chooser widget. The _new function utilizes plugin widget
1363         helper functions to initialize the widget.
1364
1365         * hildon-widgets/hildon-color-chooser-dialog.[ch] : Same as color
1366         chooser, but a dialog widget to choose a color.
1367
1368         * hildon-widgets/hildon-color-button.c: HildonColorButton uses now
1369         HildonColorChooserDialog instead of HildonColorSelector.
1370
1371 2006-07-25  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>
1372
1373         * configure.ac: 0.12.21
1374
1375 2006-07-25  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>
1376
1377         * hildon-widgets/hildon-number-editor.c: Revert previous patch here
1378         until we get a new release of themes stuff. (M#624)
1379
1380 2006-07-25  Johan Bilien  <johan.bilien@nokia.com>
1381
1382         * hildon-widgets/hildon-window.c:
1383         (hildon_window_toggle_menu): free the GList returned by
1384         gtk_container_get_children
1385
1386         NB#34340
1387
1388 2006-07-18  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>
1389
1390         * hildon-widgets/hildon-number-editor.c: 
1391         renamed {plus,minus}-button widgets to ne-{plus,minus}-button in
1392         order to do the theming without depending on the HildonNumberEditor
1393         widget name. Fixes maemo M#624
1394
1395 2006-06-13  Luc Pionchon  <luc.pionchon@nokia.com>
1396
1397         [0.13.1 branch]
1398
1399         * configure.ac: 0.13.1.1
1400
1401 2006-06-13  Luc Pionchon  <luc.pionchon@nokia.com>
1402
1403         [0.13.1 branch]
1404
1405         * added experimental plugged-in color selector
1406
1407 2006-06-13  Luc Pionchon  <luc.pionchon@nokia.com>
1408
1409         * configure.ac: 0.12.20
1410
1411 2006-06-12  Luc Pionchon  <luc.pionchon@nokia.com>
1412
1413         * hildon-widgets/hildon-color-button.c
1414         (hildon_color_button_key_pressed):
1415         return FALSE when no key was handled.
1416
1417         NB#32302
1418
1419 2006-06-12  Luc Pionchon  <luc.pionchon@nokia.com>
1420
1421         * hildon-widgets/hildon-banner.c:
1422         (force_to_wrap_truncated): Modified size request of the label
1423         when it is wider than the maximum allowed, using the pango
1424         layout extension instead of the maximum allowed width.
1425
1426         NB#31256
1427
1428 2006-06-05  Luc Pionchon  <luc.pionchon@nokia.com>
1429
1430         * configure.ac: 0.12.19
1431
1432 2006-06-05  Luc Pionchon  <luc.pionchon@nokia.com>
1433
1434         * hildon-widgets/hildon-color-button.c
1435         (hildon_color_button_init): Moved key handling from key release
1436         event to key press event.
1437
1438         (hildon_color_button_key_released): Renamed  to   _key_pressed
1439         (hildon_color_button_key_pressed) : new name from _key_released
1440
1441         NB#31604
1442
1443 2006-06-05  Luc Pionchon  <luc.pionchon@nokia.com>
1444
1445         * hildon-widgets/hildon-time-editor.c
1446         (validated_conversion): return the minimum allowed value for the
1447         entry when the user types an empty text into an entry and moves
1448         the focus, instead of returning -1. This change implies that the
1449         minimum allowed value for the entry is set into the entry instead
1450         of leaving it empty.
1451
1452         NB#30937
1453
1454 2006-06-05  Luc Pionchon  <luc.pionchon@nokia.com>
1455
1456         * hildon-widgets/hildon-grid.c (hildon_grid_class_init): do not
1457         use accumulator for "popup-context-menu"
1458
1459         NB#29888 / M#483
1460
1461 2006-06-05  Luc Pionchon  <luc.pionchon@nokia.com>
1462
1463         * hildon-widgets/hildon-window.c
1464         (hildon_window_toggle_menu): Changed the hide condition of the
1465         menu, now we are using GTK_WIDGET_MAPPED instead of
1466         GTK_WIDGET_VISIBLE, because the menu can be visible but not mapped
1467         in some situations, like the one described in this bug.
1468
1469         NB#28836
1470
1471 2006-06-02  Luc Pionchon  <luc.pionchon@nokia.com>
1472
1473         * hildon-widgets/hildon-app.c (hildon_app_key_snooper): Add code
1474         to control if there is a combobox activated when the menu key is
1475         pressed and stop the menu drawing, this is a new case that happens
1476         when the application is avoiding the focus can go to the combobox.
1477
1478         NB#26383 (bis)
1479
1480 2006-06-02  Luc Pionchon  <luc.pionchon@nokia.com>
1481
1482         * hildon-widgets/hildon-time-editor.c
1483         (hildon_time_editor_validate): removed the assinment of the
1484         error_widget, now just the highlight_callback can do it when it
1485         finished with it. Control that if we are already managing an error
1486         we don't start working in other.
1487
1488         (hildon_time_editor_inserted_text): added a control to stop insert
1489         handle if we are already managing an error, we have also blocked
1490         the focusout event before que grab focus to avoid another
1491         validation of the field.
1492
1493         NB#30955
1494
1495         * hildon-widgets/hildon-time-editor.c
1496         (highlight_callback): Removed the return in the middle of the
1497         function, now that situation is imposible. It was causing the
1498         interlock.
1499
1500 2006-05-31  Luc Pionchon  <luc.pionchon@nokia.com>
1501
1502         * hildon-widgets/hildon-banner.c
1503         (HILDON_BANNER_LABEL_MAX_PROGRESS): increase even more 320 -> 375
1504         to satisfy NB#31099. (actually info and anim banners should have
1505         375 px width and only progress banners should have 265 px)
1506
1507         NB#31099 (workaround)
1508
1509 2006-05-30  Luc Pionchon  <luc.pionchon@nokia.com>
1510
1511         [0.13.1 branch]
1512
1513         * configure.ac: 0.13.1 unstable branch
1514
1515 2006-05-30  Luc Pionchon  <luc.pionchon@nokia.com>
1516
1517         * hildon-libs.pc.in (Description): updated description
1518
1519 2006-05-29  Luc Pionchon  <luc.pionchon@nokia.com>
1520
1521         * configure.ac: 0.12.18
1522
1523 2006-05-29  Luc Pionchon  <luc.pionchon@nokia.com>
1524
1525         * hildon-widgets/hildon-app.c
1526         (hildon_app_key_snooper): Add code to control if there is a
1527         combobox activated when the menu key is pressed and prevent the
1528         menu drawing.
1529
1530         NB#26383
1531
1532 2006-05-29  Luc Pionchon  <luc.pionchon@nokia.com>
1533
1534         * hildon-widgets/hildon-banner.c
1535         (hildon_banner_set_property): Set max_width hint to -1 instead of
1536         HILDON_BANNER_LABEL_MAX_TIMED when banner is timed to avoid. This
1537         has been done to ensure that the size of the banner will be the
1538         requisition size and avoid the size problem when reusing the
1539         banner window. See NB#24339.
1540
1541         (hildon_banner_set_text): Removed useless gtk_window_resize after
1542         changing the label text. The size requisition of the banner is
1543         updated when the label text is modified, so there is no need to do
1544         a resize of the window to the requisition size.
1545         (hildon_banner_set_markup): Likewise.
1546         
1547         (hildon_banner_check_position): Added cast to widget argument in
1548         call to force_to_wrap_truncated in order to avoid a compilation
1549         warning.
1550
1551 2006-05-29  Luc Pionchon  <luc.pionchon@nokia.com>
1552
1553         Added time-error signal - NB#22155
1554         
1555         * hildon-widgets/hildon-time-editor.c:
1556         (hildon_time_editor_class_init): added time-error signal
1557         (validated_conversion): added 'error_code' output parameter.
1558         (hildon_time_editor_real_validate): use 'error_code' and trigger
1559         'time-error' signal when apprpriate.
1560         (highlight_callback): avoid revalidation
1561
1562         * hildon-widgets/hildon-time-editor.h (HildonTimeEditorErrorType):
1563         new enumerative type for error types
1564         (_HildonTimeEditorClass): added time_error signal
1565
1566         * hildon-widgets/Makefile.am (hildon-libs-enum-types.c): added time-editor.h
1567
1568 2006-05-23  Luc Pionchon  <luc.pionchon@nokia.com>
1569
1570         * configure.ac: 0.12.17
1571
1572 2006-05-23  Luc Pionchon  <luc.pionchon@nokia.com>
1573
1574         * hildon-widgets/gtk-infoprint.c
1575         (gtk_confirmation_banner_with_icon_name): wooops, use _with_markup
1576         variant to process markup string. NB#28370 (ter)
1577
1578 2006-05-22  Luc Pionchon  <luc.pionchon@nokia.com>
1579
1580         * configure.ac: 0.12.16
1581
1582 2006-05-22  Johan Bilien  <johan.bilien@nokia.com>
1583
1584         * hildon-widgets/hildon-window.c
1585         (hildon_window_vbox_expose_event): This function has been
1586         removed, now the window has the responsability of painting the
1587         toolbar, because it has that space allocated.
1588         (hildon_window_init): we do not have to connect the
1589         hildon_window_vbox_expose_event function to the expose event of
1590         the toolbar vbox anymore.
1591         (hildon_window_expose): Added the call to paint_toolbar, as we can
1592         see in the allocation function the toolbar decorators are
1593         responsability of the window, and gdk was not sending the proper
1594         events to the vbox because that space is not its responsability.
1595         (hildon_window_remove_toolbar): We don't need a queue_draw here
1596         because we have another call in the expose function when the size
1597         of the container has been changed.
1598
1599         NB#29461
1600
1601 2006-05-21  Luc Pionchon  <luc.pionchon@nokia.com>
1602
1603         Removed hildon-insert-object-dialog NB#8015
1604
1605         * hildon-widgets/hildon-insert-object-dialog.[ch]: removed
1606         * doc/tmpl/hildon-insert-object-dialog.sgml: removed
1607         * ut/hildon-widgets_tests.c (test27a, test27b, test27c): removed 
1608         
1609         * hildon-widgets/Makefile.am (hildonwidgetsincludeinst_DATA) 
1610         * hildon-widgets/Makefile.am (libhildonwidgets_la_SOURCES)
1611         * doc/hildon-libs-docs.sgml: 
1612         * po/POTFILES.in: : removed reference
1613         
1614         * configure.ac: removed check for gnome-vfs
1615         * hildon-widgets/Makefile.am: removed gnome-vfs flags
1616         * doc/Makefile.am: likewise
1617         * ut/Makefile.am: likewise
1618
1619 2006-05-21  Luc Pionchon  <luc.pionchon@nokia.com>
1620
1621         * hildon-widgets/gtk-infoprint.c
1622         (gtk_confirmation_banner_with_icon_name):
1623         added bold markup for backward compatibility. NB#28370 (bis)
1624
1625 2006-05-21  Luc Pionchon  <luc.pionchon@nokia.com>
1626
1627         * hildon-widgets/hildon-grid.c (get_child_index_by_coord): returns
1628         if empty grid. NB#29883
1629
1630 2006-05-21  Luc Pionchon  <luc.pionchon@nokia.com>
1631
1632         * hildon-widgets/gtk-intoprint.c (find_banner_for_parent): Added
1633         check for "is-timed" property. NB#26546
1634
1635 2006-05-21  Johan Bilien  <johan.bilien@nokia.com>
1636
1637         * hildon-widgets/hildon-window.c
1638         (hildon_window_remove_toolbar)
1639         (hildon_window_size_expose): Removed the
1640         gtk_widget_queue_draw_area call from this functions, because
1641         sometimes the event is not managed in the proper order.
1642
1643         (hildon_window_size_allocate): Added the
1644         gtk_widget_queue_draw_area call in case the number of the toolbars
1645         has changed, this way we insure an expose event for the proper
1646         region will come after the change of the toolbars.
1647
1648         NB#26366
1649
1650 2006-05-21  Johan Bilien  <johan.bilien@nokia.com>
1651         
1652         * hildon-widgets/hildon-window.c:
1653         (hildon_window_size_allocate): Now the window uses all the space
1654         when its state is fullscreen, we avoid to subtract the top and
1655         bottom borders if the window state is fullscreen.
1656         
1657         NB#28925
1658
1659 2006-05-18  Tapani Palli <tapani.palli@nokia.com>
1660
1661         * hildon-widgets/hildon-time-editor.c: block signal handler for
1662         hildon_time_editor_inserted_text, null check for entry widget in
1663         highlight_callback. Fixes NB#28679
1664
1665 2006-05-16  Luc Pionchon  <luc.pionchon@nokia.com>
1666
1667         * hildon-widgets/gtk-infoprint.c (gtk_confirmation_banner): added
1668         bold markup for backward compatibility. NB#28370
1669
1670 2006-05-15  Luc Pionchon  <luc.pionchon@nokia.com>
1671
1672         * configure.ac: 0.12.15
1673
1674 2006-05-15  Johan Bilien  <johan.bilien@nokia.com>
1675
1676         * hildon-widgets/hildon-window.[ch]:
1677           - Added clipboad_operation signal used by osso-browser to receive
1678             clipborad operations from hildon-input-method
1679           - Trigger this signal when we receive an clipboard X message
1680             from HIM. related to NB#25502
1681
1682 2006-05-11  Luc Pionchon  <luc.pionchon@nokia.com>
1683
1684         * hildon-widgets/hildon-caption.c
1685         (hildon_caption_set_label_alignment)
1686         (hildon_caption_get_label_alignment): added gtk-doc "Since" marker
1687
1688         * doc/hildon-libs-docs.sgml: added index for 0.12.0 new symbols
1689
1690 2006-05-10  Luc Pionchon  <luc.pionchon@nokia.com>
1691
1692         * hildon-widgets/hildon-time-editor.c:
1693         (hildon_time_editor_set_ticks) removed block signal handler for
1694         hildon_time_editor_inserted_text. Added block and unblock signal
1695         handler for hildon_time_editor_entry_focusout.
1696
1697         NB#28027
1698
1699 2006-05-10  Luc Pionchon  <luc.pionchon@nokia.com>
1700
1701         * hildon-widgets/hildon-caption.c:
1702         (hildon_caption_size_allocate): add a margin to the start position
1703         of the caption_area (HILDON_CAPTION_SPACING), leaving this way the
1704         space required to the left of the caption.
1705
1706         (hildon_caption_expose): allocation, subtract the left margin
1707         which we have added to the children widgets when we paint the
1708         selection box.
1709
1710         NB#28483
1711
1712 3006-05-10 Tapani Palli <tapani.palli@nokia.com>
1713
1714         * hildon-widgets/hildon-time-editor.c:
1715         block signal handler for hildon_time_editor_inserted_text
1716
1717         NB#28679
1718
1719 2006-05-09  Luc Pionchon  <luc.pionchon@nokia.com>
1720
1721         * hildon-widgets/hildon-time-editor.c:
1722         (_hildon_time_editor_get_time_separators) renamed from
1723         _get_time_separator(). Refactored to return h-m and m-s
1724         separators. Now it is independent of the time editor priv
1725         structure and receives two labels that can be NULL.
1726
1727         (_HildonTimeEditorPrivate): removed hm_sep_symbol and ms_sep_symbol
1728         members: not used anymore.
1729         (hildon_time_editor_init): removed ref to above members.
1730         (hildon_time_editor_finalize): likewise
1731
1732         (hildon_time_editor_check_locale): use
1733         _hildon_time_editor_get_time_separators()
1734         
1735         * hildon-widgets/hildon-private.h: new file. To be used to use
1736         private functions from other widgets inside the library.
1737         (_hildon_time_editor_get_time_separators): added.
1738         
1739         * hildon-widgets/Makefile.am:
1740         added hildon-private.h to the source list.
1741
1742         
1743         * hildon-widgets/hildon-time-picker.c (hildon_time_picker_init):
1744         Use _hildon_time_editor_get_time_separators() to get the h-m
1745         separator from the locale (and not from a .po file)
1746
1747         N#28654
1748
1749 2006-05-09  Marius Vollmer  <marius.vollmer@nokia.com>
1750
1751         * hildon-widgets/hildon-find-toolbar.c
1752         (hildon_find_toolbar_class_init): Reverted change from 2006-04-15:
1753         The "search", "close", "invalid_input", "history_append" signals
1754         have always been correctly registered: you don't include the last
1755         'user data' parameter in the list of argument types passed to
1756         g_signal_new et al.  Thanks to Jorn from OpenedHand!
1757
1758         N#28807
1759         
1760 2006-05-08  Luc Pionchon  <luc.pionchon@nokia.com>
1761
1762         * configure.ac: 0.12.14
1763
1764 2006-05-04  Luc Pionchon  <luc.pionchon@nokia.com>
1765
1766         gtk-doc config bits...
1767         * autogen.sh: call aclocal first
1768         * configure.ac: enable GTK_DOC_CHECK
1769         * doc/Makefile.am: really "include". "-include" is not followed by
1770         automake, as a result gtk-doc.make would not be processed.
1771         
1772 2006-05-03  Luc Pionchon  <luc.pionchon@nokia.com>
1773
1774         N#27000 (additional fixes to patch from 2006-05-01)
1775
1776         * hildon-widgets/hildon-banner.c (force_to_wrap_truncated): do not
1777         hardcode pixel scaling factor ("/1000"), use PANGO_PIXELS instead
1778         which deals with rounding (and uses the right factor: 1024).
1779         Thanks Michael Natterer <mitch@imendio.com>
1780
1781         Force label size also when width_text == width_max.
1782
1783 2006-05-03  Luc Pionchon  <luc.pionchon@nokia.com>
1784
1785         * configure.ac: 0.12.13
1786
1787 2006-05-03  Luc Pionchon  <luc.pionchon@nokia.com>
1788
1789         * hildon-widgets/hildon-font-selection-dialog.c:
1790         (is_internal_font): new function. Tells if a font family is internal.
1791         (filter_out_internal_fonts): new function. Filters out inernal fonts.
1792         (hildon_font_selection_dialog_show_available_fonts): call filter_out_internal_fonts
1793         Fixes N#21854
1794
1795 2006-05-01  Luc Pionchon  <luc.pionchon@nokia.com>
1796
1797         * hildon-libs/hildon-widgets/hildon-time-editor.c
1798         * hildon-libs/hildon-widgets/hildon-time-picker.c
1799         * hildon-libs/hildon-widgets/hildon-wizard-dialog.h:
1800         added comments to anonymous enums
1801
1802 2006-05-01  Luc Pionchon  <luc.pionchon@nokia.com>
1803
1804         Hildon banner truncations,
1805         * hildon-widgets/hildon-banner.c
1806         (force_to_wrap_truncated): new function. Force to wrap truncated
1807         label by setting explicit size request. See N#27000 and G#329646
1808         (hildon_banner_check_position): call force_to_wrap_truncated()
1809         fixes N#27000, N#25305, N#26203
1810
1811         * hildon-widgets/hildon-banner.c
1812         (HILDON_BANNER_LABEL_MAX_PROGRESS): increase value 265 -> 320 to
1813         satisfy N#26624, N#26161, N#27875
1814
1815         * ut/tc_banner_truncate.c: new file. Test cases for banner truncations.
1816
1817 2006-05-01  Luc Pionchon  <luc.pionchon@nokia.com>
1818
1819         * hildon-widgets/hildon-banner.[ch]: code cleanup.
1820
1821 2006-04-29  Johan Bilien  <johan.bilien@nokia.com>
1822
1823         * hildon-widgets/hildon-window.c:
1824           - removed connection to self, replaced with overridding virtual
1825             methods
1826           - removed gtk_widget_set_event in init, legacy from HildonApp
1827           - use gtk_widget_get_child_requisition() instead of
1828             gtk_widget_size_request() in _allocation
1829           - don't allocate space for the child if it is not visible
1830
1831 2006-04-28  Johan Bilien  <johan.bilien@nokia.com>
1832
1833         * hildon-widgets/hildon-window.c:
1834           - forgot to reinitialize convenience pointers to borders after they
1835             are reinitialised
1836           - replaced a g_return_if_fail with a g_return_val_if_fail now
1837             that toggle_menu returns a g_boolean
1838
1839 2006-04-28  Johan Bilien  <johan.bilien@nokia.com>
1840
1841         N#28176
1842         * hildon-widgets/hildon-window.c: Free the borders structure
1843           when the window is destroyed.
1844
1845 2006-04-27 Tapani Palli <tapani.palli@nokia.com>
1846
1847         * hildon-widgets/hildon-caption.c : check if ancestor
1848         (still) exists in set-focus handler, fixes N#25501
1849
1850 2006-04-27  Luc Pionchon  <luc.pionchon@nokia.com>
1851
1852         * hildon-widgets/hildon-time-editor.c
1853         (hildon_time_editor_check_locale): do not force lower case for
1854         AM/PM symbols. Use the string as it is given by the locale. Makes
1855         it coherent with hildon time picker. Fixes N#27963
1856
1857 2006-04-26  Luc Pionchon  <luc.pionchon@nokia.com>
1858
1859         * hildon-widgets/hildon-set-password-dialog.c
1860         (c_): new macro, calls dgettext on "hildon-common-strings" domain.
1861         (hildon_set_password_response_set): use c_ for common strings
1862         (hildon_set_password_response_change): likewise.
1863         Fixes N#27749
1864
1865         * hildon-widgets/hildon-set-password-dialog.h: indent cleanup
1866
1867 2006-04-26  Luc Pionchon  <luc.pionchon@nokia.com>
1868
1869         * hildon-widgets/hildon-file-handling-note.c (gettext macro): use
1870         "hildon-fm" as textual domain. Fixes N#27702
1871
1872 2006-04-26  Luc Pionchon  <luc.pionchon@nokia.com>
1873
1874         * configure.ac: 0.12.12
1875
1876         * Makefile.am (clean-all): brutal target to cleanup the
1877         folder. Will do this properly later.
1878
1879 2006-04-25  Luc Pionchon  <luc.pionchon@nokia.com>
1880
1881         * doc/Makefile.am: use "-include" for gtk-doc.make (ignore
1882         included Makefile if missing).
1883
1884         * configure.ac: temporarily disable GTK_DOC_CHECK (problem in
1885         integration environement)
1886
1887         * configure.ac: print configuration summary after processing
1888
1889 2006-04-24  Marius Vollmer  <marius.vollmer@nokia.com>
1890
1891         From Murray Cumming  <murrayc@murrayc.com>, M#183.
1892
1893         * hildon-widgets/hildon-calendar-popup.c:
1894         (hildon_calendar_popup_new): Use only g_object_new(), passing 
1895         it properties, so that language bindings can do the same.
1896         (hildon_calendar_popup_set_date): Veryify the date here, 
1897         instead of only in the _new() function.
1898         (hildon_calendar_popup_set_property): Use get/set_date() to 
1899         verify the new date and to select it.
1900         (hildon_calendar_popup_get_property): Remove unused variables.
1901         * ut/hildon-widgets_tests.c (test45): New.
1902
1903         * hildon-widgets/hildon-add-home-dialog.c:
1904         (hildon_add_home_dialog_new): Move code into
1905         hildon_add_home_dialog_init(),
1906         hildon_add_home_dialog_set_old_name(), and
1907         hildon_add_home_dialog_set_new_name().  Supply parameters as
1908         properties values to g_object_new() instead, so that language
1909         bindings can do the same.
1910         (hildon_add_home_dialog_class_init): Added name and new_name
1911         properties.
1912         (hildon_add_home_dialog_init): Create always-needed widgets.
1913         (hildon_add_home_dialog_get_property),
1914         (hildon_add_home_dialog_set_property): Get/Set the name and
1915         new_name properties, recreating widgets if necessary, using new
1916         static helper function.
1917         * ut/hildon-widgets_tests.c (test46): New.
1918
1919         * hildon-widgets/hildon-grid-item.c
1920         (hildon_grid_item_set_property), (hildon_grid_item_get_property),
1921         (hildon_grid_item_class_init): Add icon-basename property.
1922         (hildon_grid_item_new, hildon_grid_item_new_with_label): Move code
1923         from here to hildon_grid_item_init(), so we can just call
1924         g_object_new().
1925         (hildon_grid_item_set_label): Convert NULL label to empty string.
1926         Bug fix: don't cast the label widget to a string and compare it
1927         against the new label text, use gtk_label_get_label instead.
1928         Expect priv->label to always be non-NULL.
1929         (update_icon): Don't pass NULL icon name to
1930         gtk_icon_theme_load_icon, use default icon instead in that case.
1931         * hildon-widgets/hildon-grid-item.h: Make
1932         _hildon_grid_item_set_label into public
1933         hildon_grid_item_set_label(), so that language bindings can use
1934         it.
1935         * ut/hildon-widgets_tests.c (VALID_ICON): Use existing icon.
1936         (test33a2, test33b4, test33b4): Expect them to succeed now that a
1937         HildonGridItem can handle NULL icons.
1938         
1939 2006-04-21  Luc Pionchon  <luc.pionchon@nokia.com>
1940
1941         * configure.ac: 0.12.11
1942
1943 2006-04-19 Tapani Palli <tapani.palli@nokia.com>
1944
1945         * thread safety (N#24348), fixed timeout and idle callbacks :
1946         hildon-widgets/hildon-window.c : hildon_window_escape_timeout()
1947         hildon-widgets/hildon-time-picker.c : hildon_time_picker_key_repeat_timeout()
1948         hildon-widgets/hildon-number-editor.c : do_mouse_timeout(),hildon_number_editor_select_all()
1949         hildon-widgets/hildon-banner.c : hildon_banner_timeout()
1950         hildon-widgets/hildon-app.c : hildon_app_escape_timeout()
1951         hildon-widgets/hildon-time-editor.c : highlight_callback()
1952         hildon-widgets/hildon-date-editor.c : _hildon_date_editor_entry_select_all()
1953
1954 2006-04-19 Tapani Palli <tapani.palli@nokia.com>
1955
1956         * hildon-widgets/hildon-app.c (hildon_app_key_release): send
1957         correct state for fullscreen, fixes N#26611
1958
1959 2006-04-19  Johan Bilien  <johan.bilien@nokia.com>
1960
1961         N#22909 
1962         * hildon-widgets/hildon-window.c:
1963           - hildon_window_toggle_menu now returns whether or not something was
1964             done
1965           - hildon_window_key_press_event(): when handling the menu hard key,
1966             return TRUE if we actually handled it
1967         * hildon-widgets/hildon-appview.c: _hildon_appview_toggle_menu()
1968           now returns if something was done
1969         * hildon-widgets/hildon-app.c: hildon_app_key_snooper(): return TRUE
1970           if we actually handled the menu hard key.
1971
1972 2006-04-19  Johan Bilien  <johan.bilien@nokia.com>
1973
1974         * hildon-widgets/hildon-window.c: Fixed a bug in child size allocation
1975           in fullscreen.
1976
1977 2006-04-19  Luc Pionchon  <luc.pionchon@nokia.com>
1978
1979         * configure.ac: 0.12.10
1980
1981
1982 2006-04-17  Luc Pionchon  <luc.pionchon@nokia.com>
1983
1984         * doc/hildon-libs-docs.sgml: added index for new symbols.
1985         
1986 2006-04-17  Luc Pionchon  <luc.pionchon@nokia.com>
1987
1988         * doc/Makefile.am (version.xml): generates version.xml
1989         * doc/hildon-libs-docs.sgml: added &version; entity, and display
1990         the version number in the doc title.
1991
1992 2006-04-17  Luc Pionchon  <luc.pionchon@nokia.com>
1993
1994         Minor changes for gtk-doc
1995         * hildon-note.c
1996         * hildon-weekday-picker.h
1997         * hildon-name-password-dialog.c
1998         * hildon-calendar-popup.h
1999         * hildon-range-editor.h
2000         * hildon-volumebar-range.h
2001         * hildon-banner.c
2002         * hildon-app.c
2003         * hildon-time-editor.c
2004         * gtk-infoprint.c
2005         * hildon-date-editor.h
2006
2007 2006-04-16  Luc Pionchon  <luc.pionchon@nokia.com>
2008
2009         * hildon-widgets/hildon-time-editor.c
2010         (hildon_time_editor_set_show_hours) 
2011         (hildon_time_editor_get_show_hours): added gtk-doc tag 'Since:'
2012
2013 2006-04-15  Luc Pionchon  <luc.pionchon@nokia.com>
2014
2015         N#22557
2016         * hildon-widgets/hildon-time-editor.c
2017         (hildon_time_editor_entry_keypress): use
2018         hildon_gtk_button_set_depressed, provided by osso-GTK, since
2019         2.6.10-1.osso4, instead of GTK private symbol
2020         _gtk_button_set_depressed
2021
2022 2006-04-15  Marius Vollmer  <marius.vollmer@nokia.com>
2023
2024         From Murray Cummings (M#185 M#283), with slight changes:
2025
2026         * configure.ac: Add a --rebuilds option, defaulting to yes, so we
2027         can disable the regeneration of hildon-libs-enum-types.[h|c], also
2028         based on the gnome-vfs build.
2029
2030         * hildon-widgets/Makefile.am: Use glib-mkenums to generate
2031         hildon-libs-enum-types.[h|c], and build them, based on the
2032         gnome-vfs build. This adds GTypes for the enums, needed for
2033         accurate signal registration, needed by bindings.
2034
2035         * hildon-widgets/hildon-number-editor.h: Rename the error_handler
2036         default signal handler to range_error, so it has the same name as
2037         the signal, as expected by bindings.
2038
2039         * hildon-widgets/hildon-marshalers.list: Change to the now-used
2040         marshallers.
2041
2042         * hildon-widgets/hildon-note.h (HildonNodeType): Marked as 'skip'.
2043         since hildon_note_type_get_type is defined manually and
2044         glib-mkenums should ignore this enum.
2045
2046         * hildon-widgets/hildon-app.h (HildonZoomLevel): Likewise.
2047         * hildon-widgets/hildon-caption.h (HildonCaptionStatus): Likewise.
2048
2049         Correct the signal registration for:
2050         
2051         * hildon-widgets/hildon-app.c 
2052         (hildon_app_class_init):
2053         "switch_to",
2054         "clipboard_copy",
2055         "clipboard_cut",
2056         "clipboard_paste"
2057
2058         * hildon-widgets/hildon-date-editor.c
2059         (hildon_date_editor_class_init):
2060         "date_error"
2061
2062         * hildon-widgets/hildon-find-toolbar.c
2063         (hildon_find_toolbar_class_init):
2064         "search", 
2065         "close",
2066         "invalid_input", 
2067         "history_append signals"
2068
2069         * hildon-widgets/hildon-grid.c
2070         (hildon_grid_class_init):
2071         "popup_context_menu"
2072
2073         * hildon-widgets/hildon-number-editor.c
2074         (hildon_number_editor_class_init):
2075         "range_error".
2076
2077 2006-04-13  Luc Pionchon  <luc.pionchon@nokia.com>
2078
2079         M#90 - Use standard GLib macro names.
2080         Based on a patch from Osvaldo Santana <osvaldo.santana@indt.org.br>
2081
2082         Deprecate HILDON_*_TYPE, replace by HILDON_TYPE_*,
2083         * hildon-widgets/hildon-calendar-popup.h: 
2084         * hildon-widgets/hildon-date-editor.h: 
2085         * hildon-widgets/hildon-range-editor.h: 
2086         * hildon-widgets/hildon-weekday-picker.h: 
2087         * hildon-widgets/hildon-volumebar-range.h: 
2088
2089         Updated macro name,
2090         * hildon-widgets/hildon-calendar-popup.c: 
2091         * hildon-widgets/hildon-date-editor.c: 
2092         * hildon-widgets/hildon-range-editor.c: 
2093         * hildon-widgets/hildon-volumebar-range.c: 
2094         * hildon-widgets/hildon-weekday-picker.c:
2095
2096 2006-04-13  Johan Bilien  <johan.bilien@nokia.com>
2097
2098         * hildon-widgets/hildon-code-dialog.c: Fixed L10n logical ids
2099           for Ok and Cancel buttons.
2100
2101 2006-04-13  Luc Pionchon  <luc.pionchon@nokia.com>
2102
2103         * configure.ac: 0.12.9
2104
2105 2006-04-13  Luc Pionchon  <luc.pionchon@nokia.com>
2106
2107         * hildon-widgets/hildon-color-button.c
2108         (INNER_BORDER_THICKNESS, COLOR_BUTTON_WIDTH, COLOR_BUTTON_HEIGHT):
2109         updated dimensions.
2110
2111
2112 2006-04-13  Luc Pionchon  <luc.pionchon@nokia.com>
2113
2114         * hildon-widgets/hildon-time-editor.c
2115         (convert_to_12h): removed m and s paramters (useless)
2116         (convert_to_24h): likewise.
2117         
2118 2006-04-13  Luc Pionchon  <luc.pionchon@nokia.com>
2119
2120         Automatic focus movement for HildonTimeEditor (IMP-13)
2121
2122         * hildon-widgets/hildon-time-editor.c
2123         (hildon_time_editor_init): connect after signal "insert_text"
2124         (hildon_time_editor_inserted_text): new function.
2125         On inserted text, if entry has two digits, jumps to the next field.
2126
2127 2006-04-13  Luc Pionchon  <luc.pionchon@nokia.com>
2128
2129         Pops up the color selector on 'select' hardkey (IMP-15)
2130         
2131         * hildon-widgets/hildon-color-button.c
2132         (hildon_color_button_init): connect "key-release-event"
2133         (hildon_color_button_key_released): new function.
2134         Pops up the color selector on 'select' hardkey release
2135
2136 2006-04-13  Luc Pionchon  <luc.pionchon@nokia.com>
2137
2138         Hildon grid, set items to be focus-and-activate instead of single
2139         tap activation (IMP-14) 
2140         
2141         * hildon-widgets/hildon-grid.c (hildon_grid_button_pressed): do not set focus.
2142         * hildon-widgets/hildon-grid.c (hildon_grid_button_released): activate selected item.
2143
2144
2145 2006-04-13  Luc Pionchon  <luc.pionchon@nokia.com>
2146
2147         Fetch hours/minutes/seconds separators from current locale (IMP-8)
2148         N#19061
2149
2150         * hildon-widgets/hildon-time-editor.c
2151         (struct _HildonTimeEditorPrivate): added 'hm_sep_symbol' and 'ms_sep_symbol'
2152         (hildon_time_editor_init): do not get separator labels from i18n, but from locale
2153         (hildon_time_editor_finalize): free separator symbols
2154         (get_time_separators): new function. Get time separators from locale.
2155         (hildon_time_editor_check_locale): call get_time_separators.
2156
2157 2006-04-13  Luc Pionchon  <luc.pionchon@nokia.com>
2158
2159         Removed icon for mandatory fields (IMP-3).
2160         Note: the logic and API to specify mandatory fields is preserved.
2161
2162         * hildon-widgets/hildon-caption.c (HILDON_CAPTION_MANDATORY_ICON): removed.
2163         (struct _HildonCaptionPrivate): removed 'mandatory_icon' field.
2164         (hildon_caption_set_property): case PROP_STATUS, removed related code.
2165         (hildon_caption_set_label_alignment): removed related code.
2166
2167
2168 2006-04-07  Luc Pionchon  <luc.pionchon@nokia.com>
2169
2170         * configure.ac: 0.12.8
2171
2172 2006-04-07  Luc Pionchon  <luc.pionchon@nokia.com>
2173
2174         * hildon-widgets/hildon-banner.c: added gtk-doc Since markers.
2175
2176
2177 2006-04-07  Tomas Junnonen  <tomas.junnonen@nokia.com>
2178
2179         - Added support for Pango markup
2180           Added   hildon_banner_show_information_with_markup
2181         - Removed hildon_banner_show_confirmation
2182         - Re-position the banner when its content changes
2183         - Banner now doesn't truncate strings nor insert linebreaks
2184         - fixes N#24339 - Information banners do not resize
2185
2186         * hildon-widgets/hildon-banner.[ch]
2187         (hildon_banner_show_information_with_markup): new function. Adds
2188         pango markup support for information banners.
2189         
2190         (hildon_banner_show_confirmation): removed. 'confirmation' was
2191         used only for the taask navigator (at most). It should use
2192         _show_information_with_markup with appropriate markup.
2193         
2194         (hildon_banner_set_markup): new function. 
2195
2196         (hildon_banner_check_position): new function. Factor code from
2197         hildon_banner_realize(), and update position calculation.
2198
2199         (struct _HildonBannerPrivate): removed max_lines.
2200         Uses as much lines as needed.
2201
2202         (hildon_banner_init): set banner label to wrap lines.
2203         
2204         (hildon_banner_set_text): do not truncate. Update banner's position.
2205
2206         (hildon_banner_set_markup): new function.
2207                                     Set banner's text with Pango markup.
2208
2209         (_hildon_gtk_label_set_text_n_lines): marked as deprecated.
2210
2211
2212         * hildon-widgets/gtk-infoprint.c
2213         (gtk_confirmation_banner): use hildon_banner_show_information
2214         instead of _show_confirmation.
2215         (gtk_confirmation_banner_with_icon_name): likewise.
2216
2217
2218 2006-04-07  Luc Pionchon  <luc.pionchon@nokia.com>
2219
2220         * hildon-widgets/hildon-color-button.c
2221         (hildon_color_field_expose_event): correct parameter order.
2222
2223
2224 2006-04-07  Johan Bilien  <johan.bilien@nokia.com>
2225
2226         * hildon-widgets/hildon-window.c:
2227           - Fixed a potential infinite loop when detaching the menus
2228             from the window widget (Closes N#26033)
2229
2230 2006-04-06  Johan Bilien  <johan.bilien@nokia.com>
2231
2232         * hildon-widgets/hildon-window.c:
2233           - Fixed a bug that made window fullscreen state tracking fail
2234           - Apply correct theming to menus so that they get placed
2235             correctly (Fixes N#24325)
2236           - Redraw the window borders if the size of the toolbar vbox changes
2237           - Reset the program to NULL in hildon_window_destroy
2238           - Stop the ESC key-press timeout when the window loses the focus
2239           - Small cleanups
2240         * hildon-widgets/hildon-program.c:
2241           - Reset the common toolbar to NULL when the program is finalised
2242
2243 2006-04-04  Marius Vollmer  <marius.vollmer@nokia.com>
2244
2245         * hildon-widgets/hildon-get-password-dialog.h,
2246         hildon-widgets/hildon-get-password-dialog.c
2247         (hildon_get_password_dialog_new,
2248         hildon_get_password_dialog_new_with_default): Renamed
2249         get_old_password_title parameter to "get_old" to correspond with
2250         the property name.  This helps the C++ bindings.
2251         * ut/hildon-widgets_tests.c (test43, test44): New.
2252
2253 2006-04-03  Marius Vollmer  <marius.vollmer@nokia.com>
2254
2255         * ut/hildon-widgets_tests.c: Disabled unimplemented testcases:
2256         test20a, test20b, test20c, test20d, test36a, test36b, test36c,
2257         test36d.
2258
2259         From Murray Cumming.
2260         
2261         * hildon-libs/hildon-caption.c:
2262         (hildon_caption_init): Do the hildon_caption_set_child_expand()
2263         here.
2264         (hildon_caption_new): Use the child property from GtkContainer
2265         instead of calling gtk_container_add(), because _new() functions
2266         should just use g_object_new(), so that language-bindings can do
2267         the same.
2268
2269         * ut/hildon-widgets_tests.c: Added test42 for hildon_caption_new. 
2270
2271 2006-03-30  Luc Pionchon  <luc.pionchon@nokia.com>
2272
2273         * configure.ac: 0.12.7
2274
2275 2006-03-29  Luc Pionchon  <luc.pionchon@nokia.com>
2276
2277         Fixes N#20917
2278         * hildon-widgets/hildon-font-selection-dialog.c
2279         (REFERENCE_LINE): removed
2280         (hildon_font_selection_dialog_show_preview): added l10n support
2281         for the reference string (use to differentiate sub/super script in
2282         font preview)
2283         (hildon_font_selection_dialog_show_preview): likewise
2284
2285
2286 2006-03-28  Luc Pionchon  <luc.pionchon@nokia.com>
2287
2288         * po/en_GB.po: update
2289
2290 2006-03-28  Luc Pionchon  <luc.pionchon@nokia.com>
2291
2292         * hildon-widgets/hildon-add-home-dialog.c
2293         (hildon_add_home_dialog_init): removed i18n support (deprecated
2294         widget. Hinder logical ID processing)
2295         (hildon_add_home_dialog_new): likewise.
2296
2297         * hildon-widgets/hildon-insert-object-dialog.c
2298         (hildon_insert_object_dialog_init): likewise.
2299
2300
2301 2006-03-28  Luc Pionchon  <luc.pionchon@nokia.com>
2302
2303         * hildon-widgets/hildon-font-selection-dialog.c
2304         (hildon_font_selection_dialog_construct_notebook): logical ID typo
2305         
2306
2307 2006-03-27  Johan Bilien  <johan.bilien@nokia.com>
2308
2309         * hildon-widgets/hildon-window.[ch]:
2310           - update the title when the window is realized
2311           - added support for long press on the ESC key. Fixes N#24620
2312
2313 2006-03-26  Luc Pionchon  <luc.pionchon@nokia.com>
2314
2315         * hildon-widgets/hildon-time-editor.h: indent, improve readability.
2316
2317 2006-03-26  Luc Pionchon  <luc.pionchon@nokia.com>
2318
2319         * hildon-widgets/hildon-seekbar.c
2320         (hildon_seekbar_button_press_event): use if statement instead of 's?a:b'
2321
2322 2006-03-24  Luc Pionchon  <luc.pionchon@nokia.com>
2323
2324         * configure.ac: 0.12.6
2325
2326 2006-03-23  Luc Pionchon  <luc.pionchon@nokia.com>
2327
2328         * hildon-widgets/hildon-defines.h (HILDON_HARDKEY_LEFT):
2329         fixed typo GKD_Left -> GDK_Left, N#24042
2330
2331
2332 2006-03-22  Luc Pionchon  <luc.pionchon@nokia.com>
2333
2334
2335         Fixed i18n issues:
2336
2337
2338         Updated logical id to lower case: Ckct_ -> ckct_
2339         * hildon-widgets/hildon-date-editor.c (hildon_date_editor_date_error): 
2340         * hildon-widgets/hildon-number-editor.c (hildon_number_editor_error_handler): 
2341         * hildon-widgets/hildon-range-editor.c (hildon_range_editor_class_init) 
2342         (hildon_range_editor_init, hildon_range_editor_entry_validate) 
2343         (hildon_range_editor_entry_validate): 
2344         * hildon-widgets/hildon-time-editor.c (validated_conversion) 
2345         (validated_conversion, hildon_time_editor_real_validate): 
2346         * hildon-widgets/hildon-grid.c (hildon_grid_class_init) 
2347         (hildon_grid_init): 
2348
2349
2350         Updated logical id to lower case: Ecdg_ -> ecdg_
2351         * hildon-widgets/hildon-time-editor.c (hildon_time_editor_init): 
2352         * hildon-widgets/hildon-time-picker.c (hildon_time_picker_init): 
2353         * hildon-widgets/hildon-calendar-popup.c (hildon_calendar_popup_init): 
2354         * hildon-widgets/hildon-color-popup.c (hildon_color_popup_new) 
2355         * hildon-widgets/hildon-wizard-dialog.c (hildon_wizard_dialog_init) 
2356         (hildon_wizard_dialog_create_title): 
2357         * hildon-widgets/hildon-find-toolbar.c (hildon_find_toolbar_class_init): 
2358         (hildon_find_toolbar_init): 
2359         * hildon-widgets/hildon-note.c (hildon_note_rebuild) 
2360         (hildon_note_rebuild, hildon_note_set_button_text): 
2361
2362
2363         Removed i18n support for property description,
2364         * hildon-widgets/hildon-time-picker.c (hildon_time_picker_class_init):
2365
2366
2367 2006-03-21  Luc Pionchon  <luc.pionchon@nokia.com>
2368
2369         * configure.ac: 0.12.5
2370
2371 2006-03-21  Tommi Komulainen  <tommi.komulainen@nokia.com>
2372         
2373         * doc/hildon-libs-docs.sgml: Move HildonWizardDialog in Dialogs
2374         * hildon-widgets/hildon-caption.c: Fix erroneous gtk-doc comment
2375         blocks, again.
2376
2377 2006-03-20  Johan Bilien  <johan.bilien@nokia.com>
2378
2379         * hildon-widgets/hildon-grid.c: added missing include hildon-app.h for
2380           HILDON_IS_APP
2381
2382 2006-03-20  Johan Bilien  <johan.bilien@nokia.com>
2383
2384         Cleanup wizard dialog,
2385
2386         * hildon-widgets/hildon-wizard-dialog.c
2387         (struct HildonWizardDialogPrivate): removed 'previous_button'
2388           and 'next_button' (obsolete)
2389         
2390         (hildon_wizard_dialog_response): new private function. Handles the
2391         'response' signal and replaces direction_button_clicked() in
2392         taking care of notebook page changes and button dimming.
2393
2394         (hildon_wizard_dialog_init): 'previous' and 'next' buttons are now
2395         added to the dialog as response buttons. This enables the usage of
2396         GtkDialog API for setting their sensitiveness.
2397         
2398         (dimming/undimming): Connected hildon_wizard_dialog_response to
2399         "resonse" signal. Removed useless title creation because it
2400         depends on the notebook which is not yet created.
2401         
2402         (hildon_wizard_dialog_set_property): minor code cleanup
2403         
2404         (hildon_wizard_dialog_create_title): removed useless else-if
2405         statement.
2406
2407         * hildon-widgets/hildon-wizard-dialog.h
2408         (hildon_wizard_dialog_get_type): added G_GNUC_CONST
2409
2410
2411         * hildon-widgets/hildon-wizard-dialog.[ch]: Reverted the patch
2412           adding the page_change signal, as the application can now track
2413           the response signal instead.
2414
2415
2416 2006-03-17  Luc Pionchon  <luc.pionchon@nokia.com>
2417
2418         * configure.ac: 0.12.4
2419
2420
2421 2006-03-16  Luc Pionchon  <luc.pionchon@nokia.com>
2422
2423         * doc/tmpl/*
2424         * hildon-widgets/*
2425         moved widget descriptions to respective source file (*.c)
2426         + minor doc updates
2427
2428
2429 2006-03-15  Luc Pionchon  <luc.pionchon@nokia.com>
2430
2431         Cleanup color button
2432
2433         * hildon-widgets/hildon-color-button.c: 
2434         - removed unused #include
2435         - removed unused gettext macro
2436
2437         (COLOR_FIELD_WIDTH) : renamed to COLOR_FILLED_WIDTH
2438         (COLOR_FIELD_HEIGHT): renamed to COLOR_FILLED_HEIGHT
2439         + value updated to match specifications
2440         
2441         (struct _HildonColorButtonPrivate):
2442         removed 'drawing_area' and 'pixbuf' members (unused)
2443
2444         (hildon_color_button_init):     
2445         use drawing_area directly, update COLOR_FILLED_ macro names
2446
2447         (hildon_color_button_unrealize): new function.
2448         (hildon_color_button_class_init): register unrealize function   
2449         (hildon_color_button_finalize): free allocated GC in unrealize
2450         handler instead of in finalize.
2451         
2452         (hildon_color_button_recolor_pixbuf): removed. (use
2453         gdk_draw_rectangle() instead)
2454         (hildon_color_button_draw_pixbuf_borders): likewise
2455         
2456         (hildon_color_field_expose_event): use gdk_draw_rectangle() to
2457         draw the button
2458         (hildon_color_button_set_property): queue the drawing - instead of
2459         calling recolor_pixbuf
2460
2461         (hildon_color_button_clicked): renamed variable 'csd' to 'cs_dialog'
2462
2463
2464 2006-03-15  Luc Pionchon  <luc.pionchon@nokia.com>
2465
2466         More cleanup for range editor,
2467         
2468         * hildon-widgets/hildon-range-editor.[ch]
2469         - removed useless includes
2470         (hildon_range_editor_new_with_separator): set char parameter 'const'
2471
2472         * hildon-widgets/hildon-range-editor.c
2473         - removed useless includes
2474         - rewritten a lot of functions because code was inefficient.  
2475         - removed useless g_return_if_fail calls from various functions.  
2476
2477         (hildon_range_editor_init): Romoved unneeded casts, added composite names.
2478         (hildon_range_editor_entry_keypress):  rewritten
2479         (hildon_range_editor_entry_focus_out): rewritten
2480         (hildon_range_editor_refresh_widths): New function
2481         (hildon_range_editor_set_range): Make sure that the values are in
2482         correct order
2483         (hildon_range_editor_set_lower):  rewritten.
2484         (hildon_range_editor_set_higher): rewritten.
2485         (hildon_range_editor_set_min):    rewritten.
2486         (hildon_range_editor_set_max):    rewritten.
2487
2488         (hildon_range_editor_entry_validate): New validator function
2489         (hildon_range_editor_entry_changed): New signal handler for
2490         "changed" for entries, this will now validate whenever entry changes.
2491
2492         (hildon_range_editor_entry_focus_out): Added g_assert for
2493         editor. Removed call to hildon_range_editor_apply_current_range().
2494         Added call to the new function hildon_range_editor_entry_validate()
2495         for validation.
2496         
2497         (hildon_range_editor_init): connected
2498         hildon_range_editor_entry_changed to "changed" for entries.
2499
2500
2501 2006-03-15  Luc Pionchon  <luc.pionchon@nokia.com>
2502
2503         Major cleanup for time editor
2504
2505         * hildon-widgets/hildon-time-editor.c
2506         - removed unused #includes.
2507         - Removed useless g_return_if_fail(editor) calls
2508         (HILDON_IS_TIME_EDITOR does this check as well for us).
2509         
2510         (hildon_time_editor_add_style):         removed, obsolete.
2511         (hildon_time_editor_mnemonic_activate): removed, obsolete
2512         (hildon_time_editor_get_max_values):    removed, obsolete.
2513         
2514         (validated_conversion): New helper function
2515
2516         (hildon_time_editor_entry_changed): New function, now the widget
2517         interactively validates the inputted contents (not requiring focus
2518         move).
2519
2520         (ticks_to_time): rewritten, using less arithmetic operations.
2521         (hildon_time_editor_validate):          rewritten
2522         (hildon_time_editor_set_ticks):         rewritten
2523         (hildon_time_editor_set_duration_mode): rewritten
2524         (hildon_time_editor_entry_keypress):    rewritten
2525
2526         * hildon-widgets/hildon-time-editor.[ch]
2527         (hildon_time_editor_set_show_hours)
2528         (hildon_time_editor_get_show_hours) new functions to show/hide hours
2529
2530         
2531 2006-03-15  Luc Pionchon  <luc.pionchon@nokia.com>
2532
2533         Cleanup number editor
2534         
2535         * hildon-widgets/hildon-number-editor.c: 
2536         (SPACE_BORDER): removed
2537         
2538         (hildon_number_editor_size_request):
2539         (hildon_number_editor_size_allocate): updated to use hildondefines
2540         
2541         (hildon_number_editor_mnemonic_activate): function removed,
2542         mnemonic are not used
2543         
2544         (hildon_number_editor_stop_repeat_timer): new function, to avoid
2545         duplicated code
2546         (hildon_number_editor_button_release):
2547         (hildon_number_editor_finalize): updated to use new function
2548
2549         (hildon_number_editor_entry_keypress): completely rewritten
2550         (change_numbers): likewise
2551         (do_mouse_timeout): likewise
2552         (hildon_number_editor_set_range): likewise
2553
2554         (hildon_number_editor_validate_value): new function, used for all
2555         validation
2556         (hildon_number_editor_focus_out):
2557         (hildon_number_editor_entry_changed): updated to use previous.
2558
2559         (hildon_number_editor_real_set_value): new function that formats
2560         given int to field. Used by change_numbers and set_value
2561
2562         (integer_to_string): removed, we now have one place that
2563         converts numbers and that uses buffer from stack.
2564         (hildon_number_editor_set_value): changed to use new format function.
2565
2566
2567 2006-03-15  Luc Pionchon  <luc.pionchon@nokia.com>
2568
2569         * hildon-widgets/hildon-time-picker.c:
2570         reorganized how the widgets are stored to reduce code
2571         (HildonTimePickerWidgetGroup): new struct
2572         (struct _HildonTimePickerPrivate): added member 'widgets' as an array of HildonTimePickerWidgetGroup
2573         (hildon_time_picker_init)
2574         (hildon_time_picker_arrow_press)
2575         (hildon_time_picker_event_box_key_press)
2576         (hildon_time_picker_change_time)
2577         (hildon_time_picker_map)
2578         (hildon_time_picker_event_box_key_release): use new widget organization
2579         
2580
2581         (hildon_time_picker_init): return value from nl_timeinfo() is
2582         valid only until it's called again, so g_strdup() the value when
2583         storing it.
2584
2585         (MINS_IN_1H, MINS_IN_24H, MINS_IN_12H): defines hardcoded values
2586         (HILDON_TIME_PICKER_LABEL_X_PADDING) 
2587         (HILDON_TIME_PICKER_LABEL_Y_PADDING): defines hardcoded values
2588         (hildon_time_picker_set_time):
2589         (hildon_time_picker_get_time):
2590         (hildon_time_picker_ampm_release): used the new defines
2591
2592         (struct _HildonTimePickerPrivate)
2593         (hildon_time_picker_init) 
2594         (hildon_time_picker_event_box_key_press) 
2595         (hildon_time_picker_change_time): 
2596         - c12h     renamed to show_ampm,
2597         - ampo_pos renamed to ampm_left.
2598
2599         (hildon_time_picker_timeout): renamed to
2600         hildon_time_picker_key_repeat_timeout(), 
2601         and renamed parameter to 'hildon_time_picker'
2602
2603         (hildon_time_picker_event_box_press): renamed to
2604         hildon_time_picker_event_box_button_press()
2605
2606         (hildon_time_picker_finalize): Added finalizer to make sure the
2607         key repeat timeout handler gets removed.
2608
2609         (hildon_time_picker_arrow_press): Placed multipliers into
2610         button_multipliers[] array to avoid multiple if/then/else
2611         blocks.
2612
2613
2614 2006-03-15  Luc Pionchon  <luc.pionchon@nokia.com>
2615
2616         * hildon-libs/hildon-find-toolbar.c (hildon_find_toolbar_filter):
2617         calculates correctly which items will be visible. Fixes N#16991.
2618
2619
2620 2006-03-15  Luc Pionchon  <luc.pionchon@nokia.com>
2621
2622         * hildon-widgets/hildon-find-toolbar.c
2623         (hildon_find_toolbar_history_append): set "column" property only
2624         after model has been set.
2625         
2626         
2627 2006-03-15  Luc Pionchon  <luc.pionchon@nokia.com>
2628
2629         * hildon-widgets/hildon-app.c (hildon_app_escape_timeout): rename
2630         the parameter more descriptively
2631
2632
2633 2006-03-15  Luc Pionchon  <luc.pionchon@nokia.com>
2634
2635         Cleanup HildonApp,
2636         
2637         * hildon-widgets/hildon-app-private.h: use G_*_DECLS
2638
2639         * hildon-widgets/hildon-app.[ch]
2640         (hildon_zoom_level_get_type): removed G_CONST_RETURN
2641
2642         * hildon-widgets/hildon-app.c:
2643         - removed HILDON_DISABLE_DEPRECATED flags
2644         - added g_assert'ions to internal functions
2645         - more code comments
2646         
2647         (hildon_app_button): Move the fixed define to the function itself,
2648         add simple autodetection, clean up comments.
2649
2650         (hildon_app_key_release): Remove bogus argument to signal emission
2651         (not needed), emit the "fullscreen_state_change" directly instead
2652         of calling set_fullscreen.
2653
2654         (hildon_app_construct_title): removed dead code
2655
2656         (hildon_app_register_view_with_id): do not call g_slist_nth() to
2657         get the first element...
2658         
2659         
2660 2006-03-15  Luc Pionchon  <luc.pionchon@nokia.com>
2661
2662         * hildon-widgets/hildon-appview.c: 
2663         (hildon_appview_init):   indented comments properly
2664         (paint_toolbar):         indented comments properly
2665         (hildon_appview_expose): indented code properly
2666         (hildon_appview_toolbar_toggle_request): removed dead code
2667
2668
2669 2006-03-15  Luc Pionchon  <luc.pionchon@nokia.com>
2670
2671         * hildon-widgets/hildon-caption.c
2672         (hildon_caption_expose): use g_assert instead of g_return_val_if_fail
2673         (hildon_caption_size_allocate): likewise.
2674         (hildon_caption_forall): likewise.
2675
2676
2677 2006-03-15  Luc Pionchon  <luc.pionchon@nokia.com>
2678
2679         Cleanup Find toolbar,
2680         
2681         * hildon-widgets/hildon-find-toolbar.[ch]
2682         (hildon_find_toolbar_new): set 'label' parameter const.
2683         (hildon_find_toolbar_new_with_model): likewise.
2684
2685         * hildon-widgets/hildon-find-toolbar.c
2686         (struct _HildonFindToolbarPrivate):
2687           changed entry_combo_box type to GtkComboBoxEntry*
2688
2689         (hildon_find_toolbar_get_list_model): new function, to factor
2690         member access and casting
2691         (hildon_find_toolbar_get_entry): likewise.
2692         (hildon_find_toolbar_apply_filter): removed set_column parameter
2693         since it was used by only one caller, and made the caller do it
2694         instead. Removed unnecessary casts.
2695
2696         (hildon_find_toolbar_find_string): new function.
2697         (hildon_find_toolbar_history_append): code cleanup. use
2698         hildon_find_toolbar_find_string.
2699         
2700         (hildon_find_toolbar_get_property)
2701         (hildon_find_toolbar_get_entry)
2702         (hildon_find_toolbar_init)
2703         (hildon_find_toolbar_new)
2704         (hildon_find_toolbar_new_with_model)
2705         (hildon_find_toolbar_highlight_entry): Removed unnecessary casts
2706         and changed some of them to use the new convenience functions
2707         instead.
2708
2709         (hildon_find_toolbar_highlight_entry): use g_return_if_fail()
2710         instead of if-check to validate parameter.
2711
2712         
2713 2006-03-15  Luc Pionchon  <luc.pionchon@nokia.com>
2714
2715         Cleanup hildon-defines,
2716         
2717         * hildon-widgets/hildon-defines.c (hildon_icon_sizes_init) 
2718         (hildon_change_style_recursive_from_ld): use G_GNUC_EXTENSION macro instead of #ifdef
2719
2720         (hildon_logical_data_free): new function. Free logical data.
2721         (hildon_gtk_widget_set_logical_font): store logicalfontstring g_strdup()ed.
2722         (hildon_gtk_widget_set_logical_color): store logicalcolorstring g_strdup()ed.
2723
2724         * hildon-widgets/hildon-defines.[ch]
2725         (hildon_gtk_widget_set_logical_font): use const gchar*
2726         (hildon_gtk_widget_set_logical_color): likewise.
2727
2728         * hildon-widgets/hildon-defines.c: 
2729         (hildoniconsizes): set const
2730         (hildoninternaliconsizes): set static, renamed 'iis'
2731
2732         
2733 2006-03-14  Luc Pionchon  <luc.pionchon@nokia.com>
2734
2735         Cleanup Caption widget,
2736         
2737         * hildon-libs/hildon-caption.[ch]
2738         (hildon_caption_status_get_type, hildon_caption_get_type):
2739         G_CONST_RETURN removed, G_GNUC_CONST added
2740
2741         * hildon-widgets/hildon-caption.c
2742
2743         (struct _HildonCaptionPrivate): removed 'activate_block' member; not used anymore.
2744
2745         (hildon_caption_set_property): removed useless code.
2746         (hildon_caption_button_press): simplified greatly by removing the
2747         unnecessary recursion to locate the first focusable child of a
2748         container - simple gtk_widget_grab_focus achieves the same
2749         (get_first_focusable_child): removed (not used anymore)
2750         
2751         (hildon_caption_set_focus): uses gtk_widget_is_ancestor instead of reinventing it
2752
2753         (hildon_caption_set_focus_child): removed (not used anymore)
2754         (hildon_caption_class_init): remove ref to hildon_caption_set_focus_child()
2755
2756         (hildon_caption_hierarchy_changed): type check added
2757         (hildon_caption_forall): callback null check added
2758         (hildon_caption_set_status): type check added
2759         (hildon_caption_set_icon_image): type check added
2760         (hildon_caption_activate): activate_block kludge removed as outdated
2761         (hildon_caption_get_child_expand): argument declared const
2762         (hildon_caption_set_label_text): g_return_if_fail changed to
2763         g_assert since this is not a public function;
2764         Duplicate separator check now uses correct localized separator
2765         instead of assuming ':'
2766
2767         
2768 2006-03-14  Luc Pionchon  <luc.pionchon@nokia.com>
2769
2770         Cleanup AppView,
2771         
2772         * hildon-libs/hildon-appview-c:
2773         (hildon_app_view_init): Fixed a problem that prevented to set an
2774         arbitrary value for TOOLBAR_MIDDLE (the distance, in pixel,
2775         between toolbars). This fix involves a change in the default gtkrc
2776         file, ie. the modification of the 'border' value of the
2777         "toolbar-frame-middle" image in the osso-appview-background style.
2778
2779         (hildon_appview_add_with_scrollbar): pack in a scrolled window all
2780         widget supporting adjustements, not only viewports.
2781
2782         (visible_toolbar): use proper parameter names
2783         (find_findtoolbar_index): likewise.
2784         (find_findtoolbar): likewise.
2785         
2786         (find_findtoolbar): use g_assert for internal functions instead of g_return_if_fail
2787         (hildon_appview_finalize): likewise.
2788         (hildon_appview_signal_marshal): likewise.
2789         (hildon_appview_forall): likewise.
2790         (hildon_appview_switched_to): likewise. 
2791         (hildon_appview_real_fullscreen_state_change): likewise.
2792
2793         
2794 2006-03-14  Luc Pionchon  <luc.pionchon@nokia.com>
2795
2796         * hildon-widgets/hildon-date-editor.c
2797         (hildon_date_editor_entry_validate): Now, if an invalid date is
2798         entered, date-editor reverts to previous date, instead of setting
2799         the maximum allowed days.
2800
2801
2802 2006-03-14  Luc Pionchon  <luc.pionchon@nokia.com>
2803
2804         * hildon-widgets/hildon-date-editor.h
2805         (enum HildonDateEditorErrorType): added NO_ERROR entry.
2806
2807         * hildon-widgets/hildon-date-editor.c
2808         (hildon_date_editor_entry_validate): initialize error_code to NO_ERROR.
2809         (hildon_date_editor_entry_validate): check error_code against NO_ERROR
2810
2811
2812 2006-03-14  Luc Pionchon  <luc.pionchon@nokia.com>
2813
2814         * hildon-widgets/hildon-get-password-dialog.c:
2815         (hildon_get_password_dialog_set_title): Removed the deprecation
2816         #ifdefs from the .c file.
2817
2818         * hildon-widgets/hildon-file-handling-note.c: likewise.
2819
2820
2821
2822 2006-03-14  Luc Pionchon  <luc.pionchon@nokia.com>
2823
2824         * hildon-widgets/hildon-color-selector.c: Removed unused defines.
2825
2826         * hildon-widgets/hildon-color-selector.c
2827         (struct _HildonColorSelectorPriv): split 'index' into 'selected_index' and 'focus_index'
2828         (hildon_color_selector_expose)
2829         (hildon_color_selector_get_color)
2830         (hildon_color_selector_set_color)
2831         (key_pressed)
2832         (select_color)  
2833         (modify_focused): Separate selected color and focused color.
2834         Focused color now draws a different colored border around it.
2835         Renamed modify_selected() to modify_focused().
2836
2837         * hildon-widgets/hildon-color-selector.c
2838         (hildon_color_selector_expose)
2839         (select_color): Changed the logic in how the box positions are
2840         calculated. The old logic was wrong, but just happened to work
2841         with those specific values.
2842
2843         * hildon-widgets/hildon-color-selector.c
2844         (hildon_color_selector_expose): Draw the selected-border using
2845         ImageBorderColor color instead of hardcoded black.
2846
2847
2848 2006-03-13  Luc Pionchon  <luc.pionchon@nokia.com>
2849
2850         * hildon-widgets/hildon-color-popup.c (hildon_color_popup_new):
2851         removed current_color; use initial_color directly.
2852         Disabled select-hardkey from activating to OK-button by default. 
2853
2854
2855 2006-03-13  Luc Pionchon  <luc.pionchon@nokia.com>
2856
2857         * hildon-widgets/hildon-date-editor.c
2858         (hildon_date_editor_keypress): removed the unnecessary check for
2859         the position of the cursor in the text-field which was hindering
2860         the Left key from working as expected.
2861
2862
2863 2006-03-13  Luc Pionchon  <luc.pionchon@nokia.com>
2864
2865         * hildon-widgets/hildon-date-editor.c: connect 'toggled' signal 
2866         after setting the toggle_button active. Prevents GLIB_CRITICALs. 
2867
2868 2006-03-13  Luc Pionchon  <luc.pionchon@nokia.com>
2869
2870         * hildon-widgets/hildon-dialoghelp.c: minor cleanups
2871
2872         
2873 2006-03-13  Luc Pionchon  <luc.pionchon@nokia.com>
2874
2875         * hildon-widgets/hildon-font-selection-dialog.c
2876         (hildon_font_selection_dialog_show_preview): set line wrap for
2877         preview label.
2878
2879
2880 2006-03-13  Luc Pionchon  <luc.pionchon@nokia.com>
2881
2882         * hildon-widgets/hildon-date-editor.c
2883         (hildon_child_forall): cast 'container'
2884         (hildon_date_editor_size_allocate): adjusted height allocation.
2885
2886
2887 2006-03-13  Luc Pionchon  <luc.pionchon@nokia.com>
2888
2889         Cleanup calendar popup,
2890
2891         * hildon-widgets/hildon-calendar-popup.c: 
2892         - updated 'longdesc' comment.
2893         - removed gtk-infoprint.h from included headers (unused).
2894
2895         (struct HildonCalendarPopupPrivate): removed member
2896         'can_exit' (useless).
2897         (hildon_calendar_day_selected): removed (useless).
2898         (hildon_calendar_allow_exit): likewise.
2899         (hildon_calendar_deny_exit): likewise.
2900
2901         (hildon_calendar_selected_date): new function. replaces
2902         hildon_calendar_allow_exit()
2903
2904         (hildon_calendar_popup_init):
2905         - Removed initialization for 'can_exit'. 
2906         - Removed connection to removed useless functions.
2907         - Connect "selected_date" to hildon_calendar_selected_date().
2908         - Do not grab the focus (useless)
2909
2910         (hildon_key_pressed): just handle ESC and Return keys.
2911
2912         (hildon_calendar_popup_get_property): removed unused variables.
2913
2914
2915 2006-03-13  Tommi Komulainen  <tommi.komulainen@nokia.com>
2916
2917         * hildon-widgets/hildon-caption.c
2918         * hildon-widgets/hildon-composite-widget.h
2919         * hildon-widgets/hildon-get-password-dialog.c
2920         * hildon-widgets/hildon-grid.h
2921         * hildon-widgets/hildon-grid-item.h
2922         * hildon-widgets/hildon-volumebar-range.c
2923         * hildon-widgets/hildon-vvolumebar.c: Fix erroneous gtk-doc comment
2924         blocks.
2925         (hildon_controlbar_get_type): likewise.
2926
2927 2006-03-13  Tommi Komulainen  <tommi.komulainen@nokia.com>
2928
2929         * doc/hildon-libs.types: Add missing types
2930         * doc/hildon-libs-docs.sgml: Add missing links and some organization
2931         * doc/tmpl/*: Regenerate and add new files
2932
2933 2006-03-13  Tommi Komulainen  <tommi.komulainen@nokia.com>
2934
2935         * doc/Makefile.am: 
2936         * doc/hildon-libs-docs.xml: rename to hildon-libs-docs.sgml
2937
2938 2006-03-13  Tommi Komulainen  <tommi.komulainen@nokia.com>
2939
2940         * doc/tmpl/hildon-wizard-dialog.sgml: Fix unmatching tags
2941         * doc/Makefile.am: Ignore right files with IGNORE_HFILES
2942
2943 2006-03-13  Tommi Komulainen  <tommi.komulainen@nokia.com>
2944         
2945         * autogen.sh
2946         * configure.ac
2947         * doc/Makefile.am: Update gtk-doc framework bits
2948         * gtk-doc.make (commit generated file)
2949         * doc/hildon-libs-overrides.txt (add empty file for gtk-doc 1.1) 
2950
2951 2006-03-13  Johan Bilien  <johan.bilien@nokia.com>
2952         * hildon-widgets/hildon-code-dialog.c:
2953           - Add default title
2954           - Fix l10n
2955
2956 2006-03-07  Johan Bilien  <johan.bilien@nokia.com>
2957
2958         * hildon-widgets/hildon-window.c: propagate key-press event to the
2959           parent class (Closes N#23400)
2960         * configure.ac: 0.12.3
2961
2962 2006-03-06  Johan Bilien  <johan.bilien@nokia.com>
2963
2964         * hildon-wizard-dialog.[ch]: Add page_change signal. Patch courtesy
2965           of Artem Garmash 
2966         * configure.ac: 0.12.2
2967
2968
2969 2006-03-03  Luc Pionchon  <luc.pionchon@nokia.com>
2970
2971         * hildon-widgets/hildon-color-selector.c (key_pressed): use
2972         g_assert instead of g_return_val_if_fail
2973
2974         + indent changes
2975
2976
2977 2006-03-03  Luc Pionchon  <luc.pionchon@nokia.com>
2978
2979         * hildon-widgets/hildon-get-password-dialog.[ch]: 
2980         (hildon_get_password_dialog_set_title) marked deprecated.
2981
2982         + cleanup header coding style
2983
2984         
2985 2006-03-03  Luc Pionchon  <luc.pionchon@nokia.com>
2986
2987         Cleanup font selection dialog
2988         
2989         * hildon-widgets/hildon-font-selection-dialog.c
2990
2991         (hildon_font_selection_dialog_construct_notebook): removed dummy
2992         label
2993
2994         (color_modified_cb): renamed argument 'data' to 'fsd_priv'
2995
2996         (hildon_font_selection_dialog_preview_key_press): Renamed argument
2997         'data' to 'unused'. Replaced g_return_val_if_fail with g_assert.
2998
2999         (toggle_clicked): renamed argument 'data' to 'unused'
3000
3001         (hildon_font_selection_dialog_set_preview_text): added proper
3002         argument checking
3003
3004
3005 2006-03-03  Luc Pionchon  <luc.pionchon@nokia.com>
3006
3007         * hildon-widgets/hildon-system-sound.c (hildon_play_system_sound):
3008         removed console messages.
3009
3010         
3011 2006-03-03  Luc Pionchon  <luc.pionchon@nokia.com>
3012
3013         * hildon-widgets/hildon-sort-dialog.c: removed unused #include
3014         (struct _HildonSortDialogPrivate):
3015         - removed okButton, cancelButton
3016         - removed sort_by_value, sort_order_type
3017         - removed index_first
3018         - renamed combo1   to combo_key
3019         - renamed caption1 to caption_key
3020         - renamed combo2   to combo_order
3021         - renamed caption2 to cpation_order
3022
3023         (hildon_sort_dialog_init): removed init of unused fields.
3024                                    use new field names.
3025         (hildon_sort_dialog_get_sort_key): likewise.
3026         (hildon_sort_dialog_get_sort_order): likewise.
3027         (hildon_sort_dialog_set_sort_key): likewise.
3028         (hildon_sort_dialog_set_sort_order): likewise.
3029         (hildon_sort_dialog_add_sort_key): likewise.
3030         
3031 2006-03-03  Luc Pionchon  <luc.pionchon@nokia.com>
3032
3033         * hildon-widgets/hildon-date-editor.c
3034         (hildon_child_forall): use g_assert instead of g_return_if_fail
3035         (hildon_date_editor_entry_validate): likewise.
3036
3037
3038 2006-03-03  Luc Pionchon  <luc.pionchon@nokia.com>
3039
3040         * hildon-widgets/hildon-controlbar.c
3041         (hildon_controlbar_change_value): commented function.
3042
3043         * hildon-widgets/hildon-wizard-dialog.c
3044         (hildon_wizard_dialog_get_property): likewise.
3045
3046
3047 2006-03-03  Luc Pionchon  <luc.pionchon@nokia.com>
3048
3049         Cleanup weekday picker,
3050
3051         * hildon-widgets/hildon-weekday-picker.c
3052         (_): removed unused gettext macro
3053         (button_toggle): use meaningful parameter name
3054         (hildon_weekday_picker_forall): use g_asserts instead of g_return_if_fail
3055         (hildon_weekday_picker_size_allocate): likewise.
3056         (button_toggle): likewise.
3057
3058         
3059 2006-03-03  Luc Pionchon  <luc.pionchon@nokia.com>
3060
3061         Cleanup time editor,
3062         
3063         * hildon-widgets/hildon-time-editor.c
3064         (HILDON_TIME_EDITOR_GET_PRIVATE): moved up in the file.
3065         (ENTRY_BORDER, ICON_WIDTH, ICON_HEIGHT): removed hardcoded pixel sizes.
3066         (HILDON_TIME_EDITOR_TIME_LOWER_VALUE): removed (unused)
3067         (HILDON_TIME_EDITOR_TIME_UPPER_VALUE): removed (unused)
3068
3069         (struct _HildonTimeEditorPrivate):
3070         - h_entry, m_entry, s_entry replaced by entries[],
3071                                     allows to remove a lot of code.
3072         - label  renamed to hm_label
3073         - label2 renamed to sec_label
3074         - ampm   renamed to ampm_label
3075         - show_s renamed to show_seconds
3076         - removed fields: icon, valid_value, validated
3077
3078         + moved up in the file.
3079
3080         (enum HildonValidation): removed unused field 'VALIDATION_ERROR'
3081
3082         (ENTRY_HOURS, ENTRY_MINS, ENTRY_SECS): added (enum)
3083
3084         (set_widget_allocation): removed
3085         (hildon_time_editor_entry_changed): removed
3086
3087         (hildon_time_editor_forall): use g_asserts instead of g_return_if_fails
3088
3089         (hildon_time_editor_forall): removed unnecessary code
3090         (hildon_time_editor_destroy): likewise. 
3091
3092         (hildon_time_editor_class_init): use MIN_DURATION and MAX_DURATION
3093
3094         (hildon_time_editor_tap_and_hold_setup): loop on 'entries[]'
3095
3096         (hildon_time_editor_set_to_current_time): new function. (factorise code)
3097         (hildon_time_editor_init): loop on 'entries[]' (simplifies the code),
3098                                    use new variable names,
3099                                    use hildon_time_editor_set_to_current_time
3100         
3101         (hildon_time_editor_mnemonic_activate): uses 'entries[]'
3102         (hildon_time_editor_set_ticks): use g_assert instead of
3103                                         g_return_if_fails, use
3104                                         'entries[]', removed dead code
3105
3106         (hildon_time_editor_set_show_seconds): use 'entries[]' and new variable names
3107         (hildon_time_editor_validate): use 'entries[]', removed dead code
3108         (hildon_time_editor_get_max_values): use 'entries[]'
3109
3110
3111         (hildon_time_editor_get_show_seconds): use new variable names
3112         (hildon_time_editor_set_duration_mode): likewise.
3113
3114         (hildon_time_editor_check_locale): do not g_strdup (fix memory leak)
3115
3116         (hildon_time_editor_ampm_clicked): use g_asserts instead of g_return_if_fails
3117                                            removed dead code
3118         (hildon_time_editor_icon_clicked): use g_asserts instead of g_return_if_fails
3119
3120         (hildon_time_editor_size_request): cleaned up, removed hardcoded sizes.
3121
3122         (set_widget_allocation): removed (unused)
3123         (hildon_time_editor_entry_changed): removed (unused)
3124
3125         (IS_VALID_KEYPRESS): new macro
3126         (hildon_time_editor_entry_keypress): use g_asserts instead of g_return_if_fails
3127                                              deleate dead/unnecessary code
3128                                              use 'entries[]'
3129                                              use IS_VALID_KEYPRESS
3130
3131         (hildon_time_editor_validate_duration): use g_asserts instead of g_return_if_fails
3132
3133         (hildon_time_editor_validate_time): removed 'editor' parameter (unused)
3134
3135         (hildon_time_editor_size_allocate): cleanup
3136         (convert_to_12h): cleanup code style
3137
3138         (hildon_time_editor_show_seconds): removed deprecation flag
3139         (hildon_time_editor_enable_duration_mode): likewise.
3140
3141
3142 2006-03-02  Luc Pionchon  <luc.pionchon@nokia.com>
3143         
3144         Cleanup volume bars,
3145
3146         * hildon-widgets/hildon-volumebar.h: removed unused #include
3147         + coding style cleanup
3148
3149         * hildon-widgets/hildon-volumebar.c
3150         (_hildon_volumebar_mute_toggled): new function. Sends mute-toggled
3151         signal to widget.
3152         (hildon_child_forall): use g_assert instead of g_return_if_fail
3153
3154         * hildon-widgets/hildon-volumebar-range.h: removed unused #include
3155         + coding style cleanup
3156
3157         * hildon-widgets/hildon-volumebar-private.h:
3158         added missing #include.
3159         added _hildon_volumebar_mute_toggled.
3160         (struct _HildonVolumebarPrivate): removed 'orientation' field (unused)
3161
3162
3163         
3164         * hildon-widgets/hildon-vvolumebar.h: removed unused #include
3165         + coding style cleanup
3166
3167         * hildon-widgets/hildon-vvolumebar.c
3168         (hildon_vvolumebar_size_request)
3169         (hildon_vvolumebar_size_allocate)
3170         (hildon_vvolumebar_expose): use g_assert instead of g_return_if_fail
3171
3172         * hildon-widgets/hildon-vvolumebar.c (hildon_vvolumebar_mute): removed (unused).
3173         
3174         * hildon-widgets/hildon-vvolumebar.c: removed unused #include
3175         (vvolumebar_class_init): renamed to hildon_vvolumebar_class_init
3176         (vvolumebar_init): renamed to hildon_vvolumebar_init
3177         (hildon_vvolumebar_init): removed unused 'orientation'
3178         initialisation. Use _hildon_volumebar_mute_toggled instead of
3179         removed hildon_vvolumebar_mute.
3180
3181
3182         
3183         * hildon-widgets/hildon-hvolumebar.h: removed unused #include
3184         
3185         * hildon-widgets/hildon-hvolumebar.c (hvolumebar_class_init):
3186         renamed to hildon_hvolumebar_class_init
3187
3188         * hildon-widgets/hildon-hvolumebar.c (hvolumebar_init): renamed to
3189         hildon_hvolumebar_init
3190
3191         * hildon-widgets/hildon-hvolumebar.c (hildon_hvolumebar_mute):
3192         removed (unused).
3193
3194         * hildon-widgets/hildon-hvolumebar.c (hildon_hvolumebar_init):
3195         removed unused 'orientation' initialisation.
3196
3197         * hildon-widgets/hildon-hvolumebar.c (hildon_hvolumebar_init): use
3198         _hildon_volumebar_mute_toggled instead of removed
3199         hildon_hvolumebar_mute.
3200
3201
3202 2006-03-02  Luc Pionchon  <luc.pionchon@nokia.com>
3203
3204         More cleanup,
3205
3206         * hildon-widgets/hildon-dialoghelp.h: use G_BEGIN_DECLS +
3207         coding style cleanup
3208
3209         * hildon-widgets/hildon-color-popup.h: likewise.
3210
3211         * hildon-widgets/hildon-color-popup.[ch] (hildon_color_popup_new):
3212         use const parameter
3213
3214         * hildon-widgets/hildon-color-selector.c
3215         (hildon_color_selector_new): use g_return_val_if_fail instead of
3216         g_assert.
3217         (select_color): use g_assert instead of g_return_if_fail
3218
3219         * hildon-widgets/hildon-calendar-popup.c
3220         (hildon_calendar_allow_exit): use g_assert instead of g_return_if_fail.
3221
3222
3223
3224 2006-03-02  Johan Bilien  <johan.bilien@nokia.com>
3225
3226         * hildon-widgets/hildon-code-dialog.[ch], hildon-widgets/Makefile.am:
3227           added HildonCodeDialog widget
3228
3229
3230 2006-03-02  Johan Bilien  <johan.bilien@nokia.com>
3231
3232         * hildon-widgets/hildon-window.c: 
3233           - set the toolbar height explicitely
3234           - use show instead of show_all on the common_toolbar
3235           - add the toolbars bottom-up instead of top-down
3236         * hildon-widgets/hildon-program.c:
3237           - don't assume that a window was realized when added to 
3238             the program
3239
3240
3241 2006-03-01  Luc Pionchon  <luc.pionchon@nokia.com>
3242
3243         Cleanup font selection dialog,
3244
3245         * hildon-widgets/hildon-font-selection-dialog.h: use G_BEGIN_DECLS
3246         + coding style cleanup
3247
3248         * hildon-widgets/hildon-font-selection-dialog.c
3249         (hildon_font_selection_dialog_finalize): use g_return_if_fail
3250         instead of g_assert.
3251
3252         * hildon-widgets/hildon-font-selection-dialog.c
3253         (hildon_font_selection_dialog_get_text_tag)
3254         (hildon_font_selection_dialog_set_buffer)
3255         (hildon_font_selection_dialog_get_font)
3256         (hildon_font_selection_dialog_set_font): Removed deprecation #ifdef.
3257
3258
3259 2006-03-01  Luc Pionchon  <luc.pionchon@nokia.com>
3260
3261         Cleanup range editor,
3262         
3263         * hildon-widgets/hildon-range-editor.c
3264         (hildon_range_editor_calss_init):Removed
3265         widget_calss->mnemonic_activate init
3266
3267         * hildon-widgets/hildon-range-editor.c
3268         (hildon_range_editor_mnemonic_activate): Removed static function
3269         hildon_range_mnemonic_activate and FIXME. It is useless even
3270         through it is overriding function for
3271         GtkWidgetClass->mnemonic_activate. The activation and keyboard
3272         focus will be realized based on different applications.
3273
3274         * hildon-widgets/hildon-range-editor.c
3275         (is_valid_keyvalue_for_entry_keypress): new function.
3276
3277         * hildon-widgets/hildon-range-editor.c
3278         (hildon_range_editor_entry_keypress): uses
3279         is_valid_keyvalue_for_entry_keypress
3280         
3281         * hildon-widgets/hildon-range-editor.c
3282         (hildon_range_editor_forall): use g_return_if_fail instead of
3283         g_assert
3284
3285         * hildon-widgets/hildon-range-editor.cvn
3286         (hildon_range_editor_mnemonic_activate): removed. (unused)
3287
3288
3289 2006-03-01  Luc Pionchon  <luc.pionchon@nokia.com>
3290
3291         Cleanup hildon-note,
3292         
3293         * hildon-widgets/hildon-note.[ch]
3294
3295         (hildon_note_five_line_truncate): removed.
3296         (hildon_note_one_line_truncate): removed.
3297
3298         (hildon_note_set_property): use _hildon_gtk_label_set_text_n_lines
3299         instead of _{one|five}_line_truncate() functions.
3300
3301
3302         (hildon_note_new_information_with_icon_theme): Deprecated. Turned
3303         into wrapper of "hildon_note_new_information_with_icon_name".
3304
3305         (hildon_note_new_confirmation_with_icon_stock): Deprecated (broken)
3306         (hildon_note_new_information_with_icon_stock): Deprecated (broken)
3307         
3308         - removed some unnessecary includes.
3309
3310         - Merged hildon_note_create & hildon_note_create_form and rewrote
3311         the combination as hildon_note_rebuild
3312
3313         - Added missing g_return_* into public functions.
3314
3315         - Acquire real references to children which are packed/unpacked,
3316         so we do not need to bother about refcounting while changing the
3317         layout.
3318         
3319         
3320 2006-03-01  Luc Pionchon  <luc.pionchon@nokia.com>
3321
3322         More cleanup:
3323         
3324         * hildon-widgets/hildon-number-editor.c
3325
3326         (set_widget_allocation): use const parameter.
3327
3328         (hildon_number_editor_forall): use g_assert instead of g_return_if_fail
3329
3330         (struct _HildonNumberEditorPrivate): removed unused member 'negative'
3331         (hildon_number_editor_set_range): removed 'negative'
3332
3333
3334         * hildon-widgets/hildon-sort-dialog.c (hildon_sort_dialog_init):
3335         use g_assert instead of g_return_if_fail
3336
3337
3338         * hildon-widgets/hildon-time-picker.c:
3339         - in several places, replace 1440 by 24*60
3340         (PROP_AMPM): removed, unused.
3341         (hildon_time_picker_timeout): use significant parameter name,
3342                                       removed dead code
3343         (hildon_time_picker_init): removed useless call to _change_time()
3344
3345
3346 2006-03-01  Luc Pionchon  <luc.pionchon@nokia.com>
3347         
3348         Cleanup Seekbar,
3349         
3350         * hildon-widgets/hildon-seekbar.c
3351
3352         (_): Removed dgettext macro definition.
3353         
3354         (HildonSeekbarPrivate): Removed 'label' and 'draw_value'. (unused).
3355
3356         (hildon_seekbar_finalize): removed. not needed.
3357         (hildon_seekbar_class_init): Removed hildon_seekbar_finalize.
3358         
3359         (hildon_seekbar_size_request): indent cleanup.
3360
3361         (hildon_seekbar_size_allocate): simplified function.
3362
3363         (hildon_seekbar_button_press_event): Removed unused variables.
3364         (hildon_seekbar_button_release_event): likewise.
3365
3366
3367 2006-03-01  Luc Pionchon  <luc.pionchon@nokia.com>
3368
3369         Cleanup date editor,
3370
3371         * hildon-widgets/hildon-date-editor.c
3372
3373         (BUTTON_SPACING): removed. Use HILDON_MARGIN_DEFAULT
3374         (MAX_DATE_LEN): removed. Specify buffer lenght in code.
3375
3376         (hildon_date_editor_get_font_width): removed (legacy static
3377         function), use gtk_entry_set_width_chars instead.
3378         
3379         (hildon_date_editor_mnemonic_activate): removed mnemonic
3380         activation handler, since it's no more used by HildonCaption.
3381
3382         
3383         - Removed some meaningless code (if (somewidget != NULL)) from
3384         size allocate.
3385         
3386         - HEAVILY modified key_press, completely removed if/grab_focus
3387         spaghetti by gtk_widget_child_focus
3388
3389         - Removed input validation from keypress (that would not work
3390         anyway, since our input method do not generate presses).  => This
3391         allows to change default return value to FALSE and remove all cases
3392         that just returned FALSE for some keys.
3393         
3394         - Merged all *_entry_changed callbacks to use the same
3395         function. Again using gtk_widget_child_focus, but now with return
3396         value as well to detect last field.
3397
3398         - Changed that calendar button is no more implemented through
3399         changing widget hierarchy (old implementation caused critical
3400         issues when you used both stylus and hardkeys at the same time to
3401         popup. => finalize method no longer contained anything => removed
3402
3403         - Locale type is no longer needed after initial setup.
3404
3405         - Changed idle_popup to popup_calendar_dialog. Idle was a legacy
3406         hack from the days of background dimming (it was important to
3407         process background updates before the dimming was done).
3408
3409         - Changed the field order/delimeters to be correcly derived form
3410         the locale.
3411
3412         - Rewrote validation function, combined it with validation done in
3413         focus_out (since both are now called at the same time).
3414
3415         - Changed set_date function to set all components at one go
3416         without doing any validation there between (before setting each
3417         component).
3418
3419
3420
3421 2006-03-01  Luc Pionchon  <luc.pionchon@nokia.com>
3422         
3423         Cleanup set-password dialog
3424         
3425         * hildon-widgets/hildon-set-password-dialog.[ch]
3426         (hildon_set_password_dialog_set_domain): gchar * param is const
3427         (hildon_set_password_dialog_new_with_default): likewise.
3428
3429         * hildon-widgets/hildon-set-password-dialog.c
3430
3431         (hildon_set_password_set_property): setting 'modify-protection'
3432         now creates the UI
3433
3434         (hildon_set_password_get_property): fixed broken 'domain' (missing
3435         break statement!) and 'modify-protection' (was a null operation)
3436         properties; code simplified.
3437
3438         (hildon_set_password_dialog_constructor),
3439         (create_contents),
3440         (hildon_set_password_dialog_class_init),
3441         (hildon_set_password_dialog_init):
3442         hildon_set_password_dialog_constructor removed as weird and
3443         obsolete and replaced with new function create_contents; fixed
3444         leaking group variable; removed some unused, outdated code that
3445         was already commented out.
3446
3447         (hildon_set_password_response_change),
3448         (hildon_set_password_response_set): GtkWindow *parent arguments
3449         changed to gpointer unused; cleaned up unnecessary strcmp's
3450
3451         (hildon_checkbox_toggled): fixed typo in function name (checbox ->
3452         checkbox). gpointer renamed to be more descriptive; Code simplified  
3453
3454         (hildon_set_password_dialog_get_type): empty function argument
3455         list replaced with void keyword.
3456
3457         (hildon_set_password_dialog_new),
3458         (hildon_set_password_dialow_new_with_default): simplified by
3459         having the simpler constructor call the more complex one, not vice
3460         versa; moved callback connects to create_contents since they
3461         depend on the status of 'modify-protection' property
3462
3463         (hildon_set_password_dialog_get_password): type check added
3464         (hildon_set_password_dialog_get_protected): likewise
3465         (hildon_set_password_dialog_set_domain): likewise
3466         
3467         
3468 2006-03-01  Luc Pionchon  <luc.pionchon@nokia.com>
3469
3470         Cleanup name-password dialog:
3471         
3472         * hildon-widgets/hildon-name-password-dialog.[ch]
3473
3474         (HildonNamePasswordDialogPrivate): nameEntry and passwordEntry
3475         types changed from *HildonCaption to *GtkEntry
3476
3477         (hildon_name_password_dialog_set_property): layout fixes;
3478         duplicated code replaced with calls to relevant public functions
3479
3480         (hildon_name_password_dialog_get_property): layout fixes;
3481         duplicated code replaced with calls to relevant public functions
3482
3483         (hildon_name_password_dialog_init): fixed leaking group variable;
3484         reworked to have captions as local variables and captioned entries
3485         in the private struct
3486
3487         (hildon_name_password_dialog_new_with_default): name and password
3488         arguments declared const
3489
3490         (hildon_name_password_dialog_get_name): type check added + cleanup
3491         (hildon_name_password_dialog_get_password): likewise.
3492
3493         (hildon_name_password_dialog_set_domain): domain argument declared
3494         const; type check added + cleanup
3495
3496 2006-03-01  Luc Pionchon  <luc.pionchon@nokia.com>
3497
3498         Cleanup get-password dialog:
3499         
3500         * hildon-widgets/hildon-get-password-dialog.[ch]
3501
3502         (HildonGetPasswordDialogPrivate): gboolean get_old added
3503
3504         (hildon_get_password_set_property): fixed broken 'numbers-only'
3505         and 'max-characters' cases; 'get-old' property added
3506
3507         (hildon_get_password_get_property): added support for reading
3508         'numbers-only' properties; added missing break to 'domain' case.
3509         added 'get-old' property
3510
3511         (hildon_get_password_dialog_class_init): 'domain' and
3512         'numbers-only' properties are now readable; 'get-old' property
3513         added
3514
3515         (hildon_get_password_dialog_init, create_contents): everything
3516         that depends on the type of the dialog (i.e. 'get-old' property)
3517         is now done in create_contents after properties are initialized;
3518         fixed leaking group variable
3519
3520         (hildon_get_password_dialog_get_type): empty function argument
3521         list replaced with void keyword
3522
3523         (hildon_get_password_dialog_new): moved setting the labels of the
3524         get password dialog to init where it should be done; 'get-old'
3525         property set upon construction to achieve this
3526
3527         (hildon_get_password_dialog_new_with_default): password argument
3528         declared const
3529
3530         (hildon_get_password_dialog_get_password): type check added
3531         (hildon_get_password_dialog_set_domain): type check added; domain
3532         argument declared const; duplicate function declaration removed
3533
3534         (hildon_get_password_dialog_set_title): type check added;
3535         new_title argument declared const
3536
3537         (hildon_get_password_dialog_set_caption): type check added;
3538         new_caption argument declared const
3539
3540         (hildon_get_password_dialog_set_max_characters): broken type check fixed
3541         (_invalid_input): gpointer data argument renamed unused
3542
3543 2006-02-28  Luc Pionchon  <luc.pionchon@nokia.com>
3544
3545         (*_get_type): declared G_GNUC_CONST
3546         
3547         * hildon-widgets/hildon-app.h:
3548         * hildon-widgets/hildon-appview.h:
3549         * hildon-widgets/hildon-calendar-popup.h:
3550         * hildon-widgets/hildon-color-selector.h:
3551         * hildon-widgets/hildon-date-editor.h:
3552         * hildon-widgets/hildon-find-toolbar.h: 
3553         * hildon-widgets/hildon-get-password-dialog.h:
3554         * hildon-widgets/hildon-name-password-dialog.h:
3555         * hildon-widgets/hildon-number-editor.h:
3556         * hildon-widgets/hildon-seekbar.h:
3557         * hildon-widgets/hildon-set-password-dialog.h:
3558         * hildon-widgets/hildon-sort-dialog.h:
3559         * hildon-widgets/hildon-time-editor.h:
3560         * hildon-widgets/hildon-weekday-picker.h:
3561         * hildon-widgets/hildon-wizard-dialog.h:
3562
3563 2006-02-28  Luc Pionchon  <luc.pionchon@nokia.com>
3564
3565         Volume bars cleanup
3566         
3567         * hildon-widgets/hildon-volumebar.c
3568         (hildon_volumebar_class_init): object class casts cleaned up
3569         (hildon_child_forall): removed unnecessary variable vbar; type check added
3570         (hildon_volumebar_set_property): removed unnecessary variable vbar
3571         (hildon_volumebar_set_level): type check added
3572         (hildon_volumebar_get_level): type check added
3573         (hildon_volumebar_set_mute): type check added
3574         (hildon_volumebar_get_mute): type check added
3575         (hildon_volumebar_get_adjustment): type check added
3576         (hildon_volumebar_key_press): removed unnecessary g_return_if_fail
3577
3578         * hildon-widgets/hildon-volumebar.h
3579         (hildon_volumebar_get_type): declared G_GNUC_CONST
3580
3581         * hildon-widgets/hildon-volumebar-private.h:
3582         - G_BEGIN_DECLS/G_END_DECLS added
3583         - ownorientation removed from private struct
3584
3585         * hildon-widgets/hildon-volumebar-range.c
3586         (hildon_volumebar_range_init): vacuous return statement removed
3587
3588         (hildon_volumebar_range_set_level): removed unnecessary clamping
3589         kludge that violated object oriented principles only to provide an
3590         extremely minor, unnecessary optimization; type check added
3591
3592         (hildon_volumebar_range_get_level): now accesses adjustment value
3593         with appropriate functions instead of reading it directly from the
3594         struct, which is bad OOP; type check added
3595
3596         (hildon_volumebar_range_button_press_event): Added more descriptive comments
3597         (hildon_volumebar_range_button_release_event): Added more descriptive comments
3598
3599         * hildon-widgets/hildon-volumebar-range.h
3600         (hildon_volumebar_range_get_type): declared G_GNUC_CONST
3601
3602         * hildon-widgets/hildon-hvolumebar.c
3603         (hvolumebar_init): priv->ownorientation and v_ptr removed;
3604         completely removed the gtk_widget_show() call that was already
3605         commented out
3606
3607         (hildon_hvolumebar_new): empty function parameter list replaced
3608         with void keyword
3609
3610         (hildon_hvolumebar_map): vbar variable removed; type check added
3611         (hildon_hvolumebar_expose): type check added
3612         (hildon_hvolumebar_size_request): type check added
3613         (hildon_hvolumebar_size_allocate): vbar variable removed; type check added
3614
3615         * hildon-widgets/hildon-hvolumebar.h
3616         (hildon_hvolumebar_get_type): declared G_GNUC_CONST
3617
3618         * hildon-widgets/hildon-vvolumebar.c
3619         (vvolumebar_init): priv->ownorientation and v_ptr removed
3620         (hildon_vvolumebar_new): empty function parameter list replaced with void keyword
3621
3622         (hildon_vvolumebar_expose): type check added
3623         (hildon_vvolumebar_size_request): type check added
3624         (hildon_vvolumebar_size_allocate): vbar variable removed; type check added
3625
3626         * hildon-widgets/hildon-vvolumebar.h
3627         (hildon_vvolumebar_get_type): declared G_GNUC_CONST 
3628
3629 2006-02-28  Luc Pionchon  <luc.pionchon@nokia.com>
3630
3631         * hildon-widgets/hildon-weekday-picker.c
3632         (_HildonWeekdayPickerPrivate): Removed members: dayorder, days,
3633         last_index; added day_order_buttons
3634         
3635         * (hildon_weekday_picker_mnemonic_activate): removed.
3636         mnemonics are no longer used.
3637         
3638         * (hildon_weekday_picker_class_init): Removed mnemonic_activate
3639         function. Rewritten creation of buttons. Unref'ed size group.
3640         
3641         * (button_toggle): Removed bit mask checking, simplified function
3642         
3643         * (hildon_weekday_picker_set_day):
3644         * (hildon_weekday_picker_unset_day): Removed bit mask checking, date
3645         adjustment, unecessary for loop
3646         
3647         * (hildon_weekday_picker_toggle_day): Removed date adjustment and
3648         unecessary for loop. Simplified button toggling
3649
3650         * (hildon_weekday_picker_set_all):
3651         * (hildon_weekday_picker_unset_all): Removed bit mask checking and
3652         simplified for loop
3653
3654         (hildon_weekday_picker_isset_day): Removed date adjustment and
3655         unecessary for loop;
3656
3657 2006-02-21  Luc Pionchon  <luc.pionchon@nokia.com>
3658
3659         Added hildon-banner, as a clean replacement for gtk-infoprint
3660         * hildon-widgets/hildon-banner.[ch]: implementation and header  
3661         * hildon-widgets/Makefile.am: reference new files
3662         * hildon-widgets/gtk-infoprint.c: removed implementation, now just
3663         a compatibility wrapper to hildon-banner
3664         
3665 2006-02-21  Luc Pionchon  <luc.pionchon@nokia.com>
3666         
3667         * hildon-widgets/hildon-color-button.c: added comments
3668         * hildon-widgets/hildon-controlbar.c: Likewise.
3669         * hildon-widgets/hildon-composite-widget.c: Likewise.
3670         * hildon-widgets/hildon-calendar-popup.c: Likewise.
3671
3672 2006-02-21  Luc Pionchon  <luc.pionchon@nokia.com>
3673
3674         * ChangeLog-hildon-lgpl: copied from old hildon-lgpl/ChangeLog for
3675         reference
3676
3677 2006-02-21  Luc Pionchon  <luc.pionchon@nokia.com>
3678
3679         * configure.ac: 0.12.1
3680
3681 2006-02-21  Johan Bilien  <johan.bilien@nokia.com>
3682
3683         * doc/tmpl/hildon-program.sgml: added from hildon-lgpl HW branch
3684         * doc/tmpl/hildon-window.sgml: likewise.
3685         * hildon-widgets/hildon-program.[ch]: likewise.
3686         * hildon-widgets/hildon-window.[ch]: likewise.
3687         * hildon-widgets/hildon-window-private.h: likewise.
3688         * hildon-widgets/Makefile.am: Added these new files to the build
3689           and distribution.
3690
3691 2006-02-14  Luc Pionchon  <luc.pionchon@nokia.com>
3692
3693         * configure.ac: 0.12.0
3694
3695         Merged hildon-lgpl into hildon-libs (and hildon-fm)
3696
3697         * doc/tmpl/hildon-system-sound.sgml: added from hildon-lgpl
3698         * doc/tmpl/hildon-appview.sgml: likewise.
3699         * doc/tmpl/hildon-color-popup.sgml: likewise.
3700         * doc/tmpl/hildon-find-toolbar.sgml: likewise.
3701         * doc/tmpl/hildon-app.sgml: likewise.
3702         * doc/tmpl/hildon-input-mode-hint.sgml: likewise.
3703         * doc/tmpl/hildon-caption.sgml: likewise.
3704         * doc/tmpl/hildon-marshalers.sgml: likewise.
3705         * doc/tmpl/hildon-add-home-dialog.sgml: likewise.
3706         * doc/tmpl/hildon-defines.sgml: likewise.
3707         * doc/tmpl/gtk-infoprint.sgml: likewise.
3708         * doc/tmpl/hildon-composite-widget.sgml: likewise.
3709
3710         * hildon-widgets/gtk-infoprint.[ch]: added from hildon-lgpl
3711         * hildon-widgets/hildon-app.[ch]:likewise.
3712         * hildon-widgets/hildon-app-private.h:likewise.
3713         * hildon-widgets/hildon-appview.[ch]:likewise.
3714         * hildon-widgets/hildon-caption.[ch]:likewise.
3715         * hildon-widgets/hildon-defines.[ch]:likewise.
3716         * hildon-widgets/hildon-find-toolbar.[ch]:likewise.
3717         * hildon-widgets/hildon-input-mode-hint.h:likewise.
3718         
3719         * hildon-widgets/Makefile.am (libhildonwidgets_la_SOURCES): 
3720         removed hildon-file-details-dialog.[ch] (moved to hildon-fm)
3721         added,
3722             gtk-infoprint.[ch]
3723             hildon-app.[ch]
3724             hildon-app-private.h
3725             hildon-appview.[ch]
3726             hildon-caption.[ch]
3727             hildon-defines.[ch]
3728             hildon-find-toolbar.[ch]
3729             hildon-input-mode-hint.h
3730
3731         * hildon-widgets/hildon-get-password-dialog.c: corrected #include
3732         path for gtk-infoprint.h and hildon-input-mode-hint.h
3733
3734         * po/en_GB.po: merged msgstr from hildon-lgpl
3735
3736         * timer/*: added from hildon-lgpl
3737
3738
3739
3740         Moved hildon-file-details-dialog from hildon-libs to hildon-fm
3741
3742         * hildon-widgets/hildon-file-details-dialog.[ch]: moved to
3743         hildon-fm
3744
3745         * ut/hildon-widgets_tests.c (test41a): removed test case for
3746         hildon_file_details_dialog
3747
3748         * doc/hildon-libs.types: likewise.
3749         * doc/hildon-libs-docs.xml: likewise.
3750
3751
3752
3753         Update build files
3754
3755         * hildon-libs.pc.in (Libs): do not requires hildon-lgpl anymore
3756         nor hildon-fm
3757
3758         * Makefile.am (SUBDIRS): added timer/
3759
3760         * configure.ac: do not depend anymore on hildon-lgpl nor
3761         hildon-fm, check for libmb, added Makefile output for timer/
3762         
3763 2006-01-18  Luc Pionchon  <luc.pionchon@nokia.com>
3764
3765         * configure.ac: 0.10.2
3766
3767 2006-01-18  Luc Pionchon  <luc.pionchon@nokia.com>
3768
3769         N#22240 CP: Tapping outside the scroll bar invoke the applet.
3770         * hildon-widgets/hildon-grid.c (adjust_scrollbar_height):
3771         hildon-apps scroll-control property is now handled.
3772         (get_child_index_by_coord): ignores events not matching a grid
3773         item.
3774
3775 2006-01-11  Luc Pionchon  <luc.pionchon@nokia.com>
3776
3777         * configure.ac: 0.10.1
3778
3779 2006-01-11  Luc Pionchon  <luc.pionchon@nokia.com>
3780
3781         Missing/Buggy documentation from,
3782         N#11566 make password dialog customizable (messages)
3783         * hildon-widgets/hildon-get-password-dialog.c
3784         (hildon_get_password_dialog_set_title): typo in gtkdoc function
3785         name
3786         * doc/tmpl/xxx.sgml: updated.
3787         
3788 2006-01-11  Luc Pionchon  <luc.pionchon@nokia.com>
3789
3790         N#19369 TRUE Scketch does not show colour change when using white color
3791         
3792         Color button needs inner border white, and outer border black.
3793         * hildon-widgets/hildon-color-button.c
3794         (hildon_color_button_draw_pixbuf_borders): new function. Paint the
3795         border
3796         * hildon-widgets/hildon-color-button.c (hildon_color_button_init):
3797         (hildon_color_button_realize): call the above function
3798
3799 2006-01-11  Luc Pionchon  <luc.pionchon@nokia.com>
3800
3801         N#21063 hildon_note_new_confirmation_add_buttons has misleading docs
3802         * hildon-widgets/hildon-note.c: 
3803         (hildon_note_new_confirmation_add_buttons): updated doc
3804         (hildon_note_set_button_texts): likewise.
3805
3806 2006-01-11  Luc Pionchon  <luc.pionchon@nokia.com>
3807
3808         N#21884 Cannot select read-only by using the center of the scroll key
3809         * hildon-widgets/hildon-file-details-dialog.c
3810         (hildon_file_details_dialog_init): Removed dialog default response.
3811
3812 2006-01-11  Luc Pionchon  <luc.pionchon@nokia.com>
3813
3814         N#8094 5-bit color selector: wrong margins and pixel measurements
3815         M#59   HildonColorSelector needs more space
3816         * hildon-widgets/hildon-color-popup.c (HILDON_COLOR_COL_SPACING)
3817         (hildon_color_popup_new): add space between the control bars and
3818         the color preview area.
3819
3820 2006-01-03  Luc Pionchon  <luc.pionchon@nokia.com>
3821
3822         * hildon-widgets/hildon-calendar-popup.c
3823         * hildon-widgets/hildon-color-button.c
3824         * hildon-widgets/hildon-color-popup.c
3825         * hildon-widgets/hildon-color-selector.c
3826         * hildon-widgets/hildon-composite-widget.c
3827         * hildon-widgets/hildon-controlbar.c
3828         * hildon-widgets/hildon-date-editor.c
3829         * hildon-widgets/hildon-dialoghelp.c
3830         * hildon-widgets/hildon-file-details-dialog.c
3831         * hildon-widgets/hildon-font-selection-dialog.c
3832         * hildon-widgets/hildon-get-password-dialog.c
3833         * hildon-widgets/hildon-grid-item.c
3834         * hildon-widgets/hildon-grid.c
3835         * hildon-widgets/hildon-hvolumebar.c
3836         * hildon-widgets/hildon-name-password-dialog.c
3837         * hildon-widgets/hildon-note.c
3838         * hildon-widgets/hildon-number-editor.c
3839         * hildon-widgets/hildon-range-editor.c
3840         * hildon-widgets/hildon-scroll-area.c
3841         * hildon-widgets/hildon-seekbar.c
3842         * hildon-widgets/hildon-set-password-dialog.c
3843         * hildon-widgets/hildon-sort-dialog.c
3844         * hildon-widgets/hildon-time-editor.c
3845         * hildon-widgets/hildon-time-picker.c
3846         * hildon-widgets/hildon-volumebar-private.h
3847         * hildon-widgets/hildon-volumebar-range.c
3848         * hildon-widgets/hildon-volumebar.c
3849         * hildon-widgets/hildon-vvolumebar.c
3850         * hildon-widgets/hildon-weekday-picker.c
3851         * hildon-widgets/hildon-wizard-dialog.c
3852           commented code
3853
3854 2005-12-28  Luc Pionchon  <luc.pionchon@nokia.com>
3855
3856         * configure.ac: 0.10.0
3857
3858 2005-12-12  Luc Pionchon  <luc.pionchon@nokia.com>
3859
3860         Some more properties for Gazpacho support,      
3861
3862         * hildon-widgets/hildon-calendar-popup.c: "day", "month", "year"
3863         * hildon-widgets/hildon-color-selector.c: "color"
3864
3865
3866         * hildon-widgets/hildon-color-selector.[ch]
3867         (hildon_color_selector_get_color): return const pointer to the
3868         color (not a copy).
3869         
3870 2005-11-18  Luc Pionchon  <luc.pionchon@nokia.com>
3871
3872         Gazpacho support, added the following properties:
3873         
3874         * hildon-widgets/hildon-insert-object-dialog.c: "name", "mimetype"
3875         * hildon-widgets/hildon-seekbar.c: "position", "fraction"
3876         * hildon-widgets/hildon-grid-item.c: "emblem-type"
3877         * hildon-widgets/hildon-sort-dialog.c: "sort-key", "sort-order"
3878         * hildon-widgets/hildon-grid.c: "style", "scrollbar-pos"
3879         * hildon-widgets/hildon-font-selection-dialog.c: "preview-text"
3880         * hildon-widgets/hildon-get-password-dialog.c: "caption-label", "max-characters"
3881         * hildon-widgets/hildon-telephone-editor.c: "border", "plus" (obsolet widget)
3882         * hildon-widgets/hildon-number-editor.c: "value"
3883
3884         * hildon-widgets/hildon-color-button.c: minor cleanup
3885
3886 2005-11-18  Luc Pionchon  <luc.pionchon@nokia.com>
3887
3888         Started new development
3889         (branche for maintenance continues with versions 0.9.x)
3890
3891 2005-11-03  Luc Pionchon  <luc.pionchon@nokia.com>
3892
3893         * configure.ac: 0.9.53
3894
3895 2005-10-31  Luc Pionchon  <luc.pionchon@nokia.com>
3896
3897         same fix for,
3898         N#19283 Control panel - The values entered are not saved.
3899         N#19648 Hildon Date Editor widget detects values too high
3900         (note: complete fix include also fixes in GTk+)
3901
3902         * hildon-widgets/hildon-calendar-popup.c
3903         (hildon_calendar_popup_set_property),
3904         (hildon_calendar_popup_class_init),
3905         (init_dmy): Added 'min-year', 'max-year' properties for passing
3906         the information through from HildonDateEditor to GtkCalendar
3907
3908         * hildon-widgets/hildon-date-editor.c:
3909         (hildon_date_editor_class_init),
3910         (hildon_date_editor_init),
3911         (hildon_date_editor_set_property),
3912         (hildon_date_editor_get_property),
3913         (idle_popup),
3914         (hildon_date_editor_entry_validate),
3915         (hildon_date_editor_date_error): Added 'min-year', 'max-year'
3916         properties and replaced hardcoded constants with them
3917
3918         * hildon-widgets/hildon-date-editor.c
3919         (hildon_date_editor_d_entry_changed),
3920         (hildon_date_editor_m_entry_changed),
3921         (hildon_date_editor_d_entry_changed): new functions to ensure that
3922         the fields are validated and the focus is moved when maximum
3923         number of characters has been entered.
3924         
3925 2005-10-13  Luc Pionchon  <luc.pionchon@nokia.com>
3926
3927         * configure.ac: 0.9.52
3928
3929 2005-10-12  Luc Pionchon  <luc.pionchon@nokia.com>
3930
3931         N#19140 System alerts still audible despite being turned off
3932         
3933         * hildon-widgets/hildon-note.c (sound_handling): 
3934
3935         * hildon-system-sound.[ch]: New files, implements hildon_play_system_sound.
3936
3937         * hildon-note.c (sound_handling): Changed to use new
3938         hildon_play_system_sound.
3939         (hildon_note_init): Signal handler id is changed to be in private
3940         structure, not in global variable.
3941
3942         * hildon-note.c: Removed unused defines etc.
3943
3944         * Makefile.am: Appended new files to build rules.
3945
3946 2005-10-05  Luc Pionchon  <luc.pionchon@nokia.com>
3947
3948         * configure.ac: 0.9.51
3949
3950 2005-10-05  Luc Pionchon  <luc.pionchon@nokia.com>
3951
3952         N#20027 PDF Reader crashes on selecting read only option in the
3953         details dialog box.
3954
3955         * hildon-widgets/hildon-file-details-dialog.c:
3956         (change_state): Fixed assertion that was causing problems
3957         (check_validity): New function: We now automatically close the
3958         dialog if the displayed file is removed.
3959         (handle_focus): Callback removed:
3960         (init): Now using correct gtk way to bind container and adjustment
3961         together. Not the previous callback.
3962         (set_property): Connecting/disconnecting new handlers (for
3963         change_state).
3964         (finalize): disconnecting new handler.
3965         
3966 2005-10-05  Luc Pionchon  <luc.pionchon@nokia.com>
3967
3968         N#17918 Volumebar widget background image doesn't change when
3969         widget goes into mute state,
3970         
3971         * hildon-vvolumebar.c (hildon_volumebar_set_mute): queued widget
3972         for drawing
3973         
3974         * hildon-hvolumebar.c (hildon_hvolumebar_expose): paint background
3975         using the state of the internal volumebar, not the whole container
3976
3977         * hildon-vvolumebar.c (hildon_vvolumebar_expose): paint background
3978         using the state of the internal volumebar, not the whole container
3979
3980 2005-09-19 Tapani Palli <tapani.palli@nokia.com>
3981
3982         * hildon-widgets/hildon-dialoghelp.[ch]: added
3983         gtk_dialog_help_disable and fixed bug N#19468
3984
3985 2005-09-14  Luc Pionchon  <luc.pionchon@nokia.com>
3986
3987         * configure.ac: Release 0.9.50 
3988
3989 2005-09-13  Luc Pionchon  <luc.pionchon@nokia.com>
3990
3991         Part of N#11129,
3992
3993         * po/en_GB.po: Added "Ckct_wi_grid_no_items"
3994
3995         * hildon-widgets/hildon-grid.c
3996         (hildon_grid_class_init, hildon_grid_init): Replaced default empty
3997         label by logical name "Ckct_wi_grid_no_items"
3998
3999 2005-08-31  Luc Pionchon  <luc.pionchon@nokia.com>
4000
4001         * po/en_GB.po (ecdg_ti_verify_password): translation update.
4002
4003 2005-08-30  Tommi Komulainen  <tommi.komulainen@nokia.com>
4004
4005         * configure.ac: Release 0.9.49
4006
4007 2005-08-30  Tommi Komulainen  <tommi.komulainen@nokia.com>
4008
4009         * hildon-widgets/hildon-number-editor.c (add_select_all_idle,
4010         hildon_number_editor_finalize, hildon_number_editor_entry_changed):
4011         Save the id of the idle callback and remove it when the widget is
4012         destroyed to avoid crashing.  N#18096
4013
4014 2005-08-30  Tommi Komulainen  <tommi.komulainen@nokia.com>
4015
4016         * hildon-widgets/hildon-number-editor.c (button_event_id): GSource
4017         id's are unsigned and undefined at zero (instead of signed and -1)
4018
4019 2005-08-30  Tommi Komulainen  <tommi.komulainen@nokia.com>
4020         
4021         * hildon-widgets/hildon-time-editor.c (convert_to_12h): Removed a hack
4022         that was not working.  N#16805
4023
4024 2005-08-22  Tommi Komulainen  <tommi.komulainen@nokia.com>
4025
4026         * configure.ac: Release 0.9.48
4027
4028 2005-08-22  Tommi Komulainen  <tommi.komulainen@nokia.com>
4029
4030         * hildon-widgets/hildon-grid.c (hildon_grid_set_num_columns): Never
4031         allow area_rows to be 0 (ie. before widget is visible), otherwise the
4032         initial jump_scrollbar_to_focused() scrolls wrong.  N#17152
4033
4034 2005-08-22  Tommi Komulainen  <tommi.komulainen@nokia.com>
4035
4036         * hildon-widgets/hildon-calendar-popup.c (hildon_calendar_popup_init):
4037         Do not override the week-start property of GtkCalendar according to
4038         the hildon-libs PO file, it is automatically determined from locale
4039         data.  N#12176
4040
4041 2005-08-17  Tommi Komulainen  <tommi.komulainen@nokia.com>
4042
4043         * configure.ac: Release 0.9.47
4044
4045 2005-08-17  Tommi Komulainen  <tommi.komulainen@nokia.com>
4046
4047         * hildon-widgets/hildon-get-password-dialog.c: Add "numbers_only"
4048         property for setting the password entry accept only numeric values.
4049         N#15212
4050
4051 2005-08-17  Tommi Komulainen  <tommi.komulainen@nokia.com>
4052
4053         * hildon-widgets/hildon-calendar-popup.c (MAX_YEAR, MIN_YEAR):
4054         * hildon-widgets/hildon-note.c (ELLIPSATION_STRING, BOX_SPAXING):
4055         * hildon-widgets/hildon-volumebar-range.c (CHANGE_THRESHOLD):
4056         Use defines rather than magic numbers in the code.
4057
4058 2005-08-17  Tommi Komulainen  <tommi.komulainen@nokia.com>
4059
4060         Update to new l10n packaging style.  po-files (inside this package)
4061         are not used for now, the message catalogs come from separate packages
4062         and including them here would conflict.
4063
4064         * Makefile.am (SUBDIRS): stop including po-files
4065         * Makefile.am (EXTRA_DIST):
4066         * debian/hildon-libs-l10n-engb.install:
4067         * debian/hildon-libs-l10n-src.install:
4068         * po/debian/*: Removed
4069
4070 2005-08-09  Luc Pionchon  <luc.pionchon@nokia.com>
4071
4072         * hildon-widgets/hildon-file-details-dialog.c: Added read only
4073         checks to cover gateway content as well.
4074         
4075         * hildon-widgets/hildon-time-editor.c:
4076         (hildon_time_editor_validate): Replace solid numbers with defined
4077         values
4078         (convert_to_12h): Remove "work-around" for the broken 12h timespec
4079
4080
4081 2005-08-05  Luc Pionchon  <luc.pionchon@nokia.com>
4082
4083         * hildon-widgets/hildon-color-selector.c (modify_selected): fix
4084         invalid cast from `GdkWindow' to `GtkWindow' 
4085
4086         * hildon-widgets/hildon-color-popup.c
4087         (hildon_popup_palette_expose): removed debug printing
4088
4089 2005-08-03  Luc Pionchon  <luc.pionchon@nokia.com>
4090
4091         * doc/tmpl/hildon-note.sgml: code example, use slightly less funny
4092         string examples.
4093
4094         * hildon-widgets/hildon-scroll-area.c
4095         (hildon_scroll_area_destroy): one-instruction function:
4096         removed. Call g_free directly.
4097         + minor cleanup
4098         (hildon_scroll_area_size_allocate):When a scrollbar appears to the
4099         right edge of window, size of the child is also shrinked. 'fixed'
4100         does not automatically update this data -> Doing it manually.
4101
4102         * hildon-widgets/hildon-date-editor.h: added
4103         HildonDateEditorErrorType error enumeration type, removed signal
4104         "validate-date" virtual function, added signal "date-error"
4105         virtual function.
4106
4107         * hildon-widgets/hildon-date-editor.c (hildon_date_editor_date_error):
4108         added custom info prints.
4109         (hildon_date_editor_validate_date): removed
4110         (hildon_date_editor_entry_validate): validate maximum and minimum
4111         limits on each field.
4112         (hildon_date_editor_entry_focus_out): check the date validation
4113         in simpler manner, don't put content if field is empty (spec
4114         doesn't say if there should be anything placed in the entry if
4115         it is empty).
4116         (hildon_date_editor_get_date),
4117         (hildon_date_editor_get_month),
4118         (hildon_date_editor_get_year),
4119         (hildon_date_editor_get_day): use direct entry content, so that 0
4120         indicates empty entry, and information is more accurate.
4121
4122 2005-08-01  Luc Pionchon  <luc.pionchon@nokia.com>
4123
4124         * configure.ac: Adjusted CFLAGS and removed -Werror due to the
4125         glib-2.0 flaw. See
4126         http://bugzilla.gnome.org/show_bug.cgi?id=310175 and
4127         http://bugzilla.gnome.org/show_bug.cgi?id=310216
4128
4129 2005-07-29  Luc Pionchon  <luc.pionchon@nokia.com>
4130
4131         * hildon-widgets/hildon-controlbar.h: added missing signal when end reached
4132
4133 2005-07-26  Luc Pionchon  <luc.pionchon@nokia.com>
4134
4135         * hildon-widgets/hildon-number-editor.c: 
4136         (hildon_number_editor_select_all): new function, selects all
4137         the text in the entry.
4138         * hildon-widgets/hildon-number-editor.c: added several calls to
4139         hildon_number_editor_select_all with g_idle_add.
4140
4141         * hildon-controlbar.c : add signal when end reached
4142
4143         * hildon-time-editor.c : fixed: Time chooser widget displays am/pm and time separator indicators badly alligned.
4144
4145         * hildon-time-picker.c : displays valid date at 12:00 am/pm. 
4146         
4147 2005-07-25  Luc Pionchon  <luc.pionchon@nokia.com>
4148
4149         Fixed incorrect values in <Filetype> Details Dialog
4150         
4151         Fixed help button usage in dialogs
4152         
4153         * hildon-dialoghelp.c: Added more documentation about the
4154         help signal
4155         
4156         * hildon-file-details-dialog.c: Updated to match
4157         'File Management in OSSO' version 3.0
4158         
4159         * Fixed application hang after calling gtk_main_quit
4160         
4161         * hildon-date-editor.c: Fixed HildonDateEditor that caught
4162         ESC presses needlessly
4163         
4164         * hildon-time-editor.c: Fixed memory corruption