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