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