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