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