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