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