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