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