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