* examples/hildon-bread-crumb-trail-example.c: * src/Makefile.am: * src/hildon-bread...
[hildon] / ChangeLog
1 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
2         
3         * examples/hildon-bread-crumb-trail-example.c:
4         * src/Makefile.am:
5         * src/hildon-bread-crumb-trail.c:
6         * src/hildon-bread-crumb-trail.h:
7         * src/hildon-bread-crumb.c:
8         * src/hildon-bread-crumb.h:
9         * src/hildon-marshalers.list:
10         * src/hildon-bread-crumb-widget.c:
11         * src/hildon-bread-crumb-widget.h:
12
13         Slight change in the widget design. The bread crumb trail API is
14         unchanged, but HildonBreadCrumb is now an interface. A *private*
15         implementation, hildon-bread-crumb-widget, is provided and used
16         internally by the trail for the push_text/push_icon functions.
17
18         The generic push API is still available, so anyone can implement
19         and use its own bread crumb widget.
20         
21 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
22
23         * debian/rules: Fixing the shlibs.
24
25 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
26
27         * src/hildon-banner.c: Fixing a problem with timed banners having
28         their parrent destroyed before they are.
29
30 2007-04-17  Xan Lopez  <xan.lopez@nokia.com>
31
32         * src/hildon-bread-crumb.c:
33         * src/hildon-bread-crumb.h:
34
35         Make the get_natural_size function a vfunc.
36
37 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
38
39         * src/hildon-bread-crumb.c:
40         * src/hildon-bread-crumb-trail.c:
41
42         Some cleanups.
43
44 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
45
46         [1.0.1 release]
47
48         * AUTHORS:
49         * NEWS:
50         * configure.ac:
51         * debian/changelog: Updating for release.
52
53 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
54
55         * src/hildon-bread-crumb.c (hildon_bread_crumb_get_natural_size):
56         don't leak the pango layout.
57
58 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
59
60         * src/hildon.h:
61         * examples/hildon-bread-crumb-trail-example.c:
62
63         Fix example.
64
65 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
66
67         * debian/changelog: Removing the bug-fixed entries that were actually
68         resolved as WONTFIX.
69
70         * src/hildon-date-editor.c: Removing a redundant check. Fixes
71         NB#54182.
72
73 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
74
75         * src/hildon-bread-crumb-trail.c:
76         * src/hildon-bread-crumb-trail.h:
77         * src/hildon-bread-crumb.c:
78         * src/hildon-bread-crumb.h:
79
80         Untabify.
81         
82 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
83
84         * src/hildon-bread-crumb-trail.c: don't use the priv data of bct
85         until it's passed the type check.
86
87 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
88
89         * examples/hildon-bread-crumb-trail-example.c
90
91         Add license.
92         
93 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
94
95         * examples/Makefile.am
96         * examples/hildon-bread-crumb-trail-example.c
97         * src/Makefile.am
98         * src/hildon-bread-crumb-trail.c
99         * src/hildon-bread-crumb-trail.h
100         * src/hildon-bread-crumb.c
101         * src/hildon-bread-crumb.h
102
103         New HildonBreadCrumbTrail widget.
104
105 2007-04-02  Lucas Rocha  <lucas.rocha@nokia.com>
106
107         * src/hildon-range-editor.c (hildon_range_editor_init),
108         src/hildon-seekbar.c (hildon_seekbar_get_fraction,
109         hildon_seekbar_set_fraction, hildon_seekbar_set_position),
110         src/hildon-time-editor.c (hildon_time_editor_tap_and_hold_setup,
111         hildon_time_editor_class_init, hildon_time_editor_init),
112         src/hildon-get-password-dialog.c (invalid_input,
113         hildon_get_password_set_property, hildon_get_password_get_property,
114         create_contents, hildon_get_password_dialog_set_max_characters),
115         src/hildon-set-password-dialog.c (create_contents),
116         src/hildon-date-editor.c (hildon_date_editor_init),
117         src/hildon-login-dialog.c (hildon_login_dialog_init),
118         src/hildon-number-editor.c (hildon_number_editor_init),
119         src/hildon-find-toolbar.c (hildon_find_toolbar_emit_invalid_input,
120         hildon_find_toolbar_emit_close, hildon_find_toolbar_init): made all
121         the Maemo GTK+ specific API optional by adding a --with-maemo-gtk
122          configure option and adding the respective checks in the code.
123         * src/hildon-calendar.c (hildon_calendar_paint_week_numbers,
124         hildon_calendar_drag_data_received): fixed some build warnings.
125
126 2007-03-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
127
128         * debian/changelog: A 1.0.0 release notes.
129