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