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