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