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