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