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