When destroying the window, remove (if exists) the escape timeout handler.
[hildon] / ChangeLog
1 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
2
3         * src/hildon-window.c: When destroying the window, remove (if exists) the
4         escape timeout handler. Fixes #NB59276.
5
6 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
7
8         * src/hildon-banner.c: When realizing the widget, set the window
9         transiency. Setting the transiency in the gobject constructor is not
10         good, as the widget is not realized at that point. Fixes: #NB56624.
11
12 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
13
14         * src/hildon-bread-crumb-trail.h (struct _HildonBreadCrumbTrailClass):
15         Add padding for future expansions.
16
17 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
18
19         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_class_init):
20         Add a new signal "move-parent", bind Escape and BackSpace to it. The handler
21         will fake an activation on the previous to the last item of the trail, so
22         the effect can be overrided by the developer as usual.
23         Also change the callback for the back button to do the same thing, so its
24         effect can be overrided too. Fixes: NB#58982
25
26 2007-05-30  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
27
28         * src/hildon-caption.c: Implementing the proper focus grabbing in the
29         HildonCaption. Fixes NB#52379. 
30
31 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
32
33         * src/hildon-bread-crumb-trail.c (crumb_activated_cb): be very paranoid about
34         the internal state of the trail after the user has had the chance of executing
35         his handler for the signal. Specifically, it may happen that the activated button
36         is removed and the user still lets the default handler run. This would segfault
37         previously.
38
39 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
40
41         * src/hildon-font-selection-dialog.c: When the font is really big, add the
42         scrollbar to the preview dialog. Fixes NB#54147.
43
44 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
45
46         * src/hildon-date-editor.c: Changing the default max year to 2037. The
47         max/min year properties can be altered, so the client can modify it
48         anyways. 1970 - 2037 sounds like a sane default. Fixes NB#54147.
49
50 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
51
52         * src/hildon-calendar.c: Removing the unused 'hildonlike' property, making
53         hildonlike by default. Fixing a problem with disappearing arrows when
54         scrolling through months and years. Fixes NB#54127. 
55
56 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
57
58         * examples/hildon-date-editor-example.c: Adding error callback to the date
59         editor example. 
60
61 2007-05-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
62
63         [1.0.7-1 release]
64
65         * NEWS:
66         * debian/changelog:
67         * configure.ac: Updating.
68
69 2007-05-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
70
71         * configure.ac: Adding a special '--enable-xan' configure option that
72         turns off the -Werror compilation setting. Usefull for development.
73
74         * src/hildon-calendar.c:
75         * src/hildon-number-editor.c:
76         * src/hildon-time-picker.c: Adding the 5* multiplier to
77         gtk-timeout-update.
78
79 2007-05-24  Xan Lopez  <xan.lopez@nokia.com>
80
81         * src/hildon-note.c (hildon_note_init): Use g_object_ref_sink
82         instead of g_object_ref + gtk_object_sink.
83
84 2007-05-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
85
86         [1.0.6-1 release]
87
88         * NEWS:
89         * configure.ac:
90         * debian/changelog: Updating.
91
92 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
93
94         * src/hildon-color-chooser-dialog.c:
95         * src/hildon-color-chooser.c: A few more GdkColor struct allocation fixes
96         straight from Tommi labs.
97
98 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
99
100         * examples/hildon-finger-example.c: Correcting the header file path.
101
102         * src/hildon-color-chooser-dialog.c: Allocate the color on the stack for 
103         the changed signal. Fixes a small memory leak.
104
105 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
106
107         * autogen.sh:
108         * debian/rules:
109         * src/hildon-banner.c: Importing several usefull fixes from the
110         ubuntu-mobile branch.
111
112 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
113
114         * examples/Makefile.am:
115         * examples/hildon-finger-example.c: Adding a finger-checking code
116         example. 
117
118         * src/hildon-font-selection-dialog.c: Do not allocate the color
119         structure using the g_new. Fixes NB#54061.
120
121 2007-05-09  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
122
123         * src/hildon-helper.c: Correcting tabs in file.
124
125 2007-05-08  Xan Lopez  <xan.lopez@nokia.com>
126
127         * src/hildon-bread-crumb-trail.c: Use set_child_visible only to
128         control the visibility of the children.
129
130         * examples/hildon-bread-crumb-trail-example.c: Plug leak.
131
132 2007-05-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
133
134         [1.0.5-1 release]
135
136         * NEWS:
137         * configure.ac:
138         * debian/changelog: Updating.
139
140 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
141
142         * src/hildon-bread-crumb-trail.c:
143         (hildon_bread_crumb_trail_size_allocate): 
144
145         Make the back button always a square.
146
147 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
148
149         * src/hildon-bread-crumb-trail.h: Include hildon-bread-crumb-widget.h
150         from the .c file as it's a private file. 
151
152 2007-05-03  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
153
154         * examples/hildon-vvolumebar-example.c: The VVolumebar example now
155         uses slightly bigger height.
156
157         * src/hildon-font-selection-dialog.c: Adding some checks before
158         freeing memory in the font selection dialog.
159
160 2007-05-02  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
161
162         * src/hildon-font-selection-dialog.c: Adding a small check when
163         freeing memory. 
164
165         * src/hildon-wizard-dialog.c: Applying a patch by Iain Holmes to fix
166         buttons sensitivity on page switching.
167
168 2007-04-27  Xan Lopez  <xan.lopez@nokia.com>
169
170         * src/hildon-bread-crumb-trail.c: make the add method handle all the
171         internal details of adding a bread crumb to the trail.
172
173 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
174
175         [1.0.4-1 release]
176
177         * README:
178         * configure.ac:
179         * debian/changelog: Updating.
180
181         * src/hildon-bread-crumb-trail.h:
182         * src/hildon-bread-crumb.h: Changing the API guard to
183         HILDON_ENABLE_UNSTABLE_API.
184
185 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
186
187         [1.0.3-1 release]
188
189         * NEWS:
190         * configure.ac:
191         * debian/changelog:
192         * debian/rules:
193         * src/hildon-helper.h: Updating.
194
195 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
196
197         [1.0.2-1 release]
198
199         * NEWS:
200         * configure.ac:
201         * debian/changelog:
202
203 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
204
205         * README:
206         * configure.ac:
207         * src/hildon-helper.h: Small fix to make the package actually compile.
208
209 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
210
211         * src/hildon-bread-crumb-trail.h:
212         * src/hildon-bread-crumb.h:
213
214         Guard with ENABLE_UNSTABLE_API. To use the bread crumb you'll need
215         to define ENABLE_UNSTABLE_API in the code that includes these headers.
216         
217 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
218         
219         * examples/hildon-bread-crumb-trail-example.c:
220         * src/Makefile.am:
221         * src/hildon-bread-crumb-trail.c:
222         * src/hildon-bread-crumb-trail.h:
223         * src/hildon-bread-crumb.c:
224         * src/hildon-bread-crumb.h:
225         * src/hildon-marshalers.list:
226         * src/hildon-bread-crumb-widget.c:
227         * src/hildon-bread-crumb-widget.h:
228
229         Slight change in the widget design. The bread crumb trail API is
230         unchanged, but HildonBreadCrumb is now an interface. A *private*
231         implementation, hildon-bread-crumb-widget, is provided and used
232         internally by the trail for the push_text/push_icon functions.
233
234         The generic push API is still available, so anyone can implement
235         and use its own bread crumb widget.
236         
237 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
238
239         * debian/rules: Fixing the shlibs.
240
241 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
242
243         * src/hildon-banner.c: Fixing a problem with timed banners having
244         their parrent destroyed before they are.
245
246 2007-04-17  Xan Lopez  <xan.lopez@nokia.com>
247
248         * src/hildon-bread-crumb.c:
249         * src/hildon-bread-crumb.h:
250
251         Make the get_natural_size function a vfunc.
252
253 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
254
255         * src/hildon-bread-crumb.c:
256         * src/hildon-bread-crumb-trail.c:
257
258         Some cleanups.
259
260 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
261
262         [1.0.1-1 release]
263
264         * AUTHORS:
265         * NEWS:
266         * configure.ac:
267         * debian/changelog: Updating for release.
268
269 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
270
271         * src/hildon-bread-crumb.c (hildon_bread_crumb_get_natural_size):
272         don't leak the pango layout.
273
274 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
275
276         * src/hildon.h:
277         * examples/hildon-bread-crumb-trail-example.c:
278
279         Fix example.
280
281 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
282
283         * debian/changelog: Removing the bug-fixed entries that were actually
284         resolved as WONTFIX.
285
286         * src/hildon-date-editor.c: Removing a redundant check. Fixes
287         NB#54182.
288
289 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
290
291         * src/hildon-bread-crumb-trail.c:
292         * src/hildon-bread-crumb-trail.h:
293         * src/hildon-bread-crumb.c:
294         * src/hildon-bread-crumb.h:
295
296         Untabify.
297         
298 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
299
300         * src/hildon-bread-crumb-trail.c: don't use the priv data of bct
301         until it's passed the type check.
302
303 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
304
305         * examples/hildon-bread-crumb-trail-example.c
306
307         Add license.
308         
309 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
310
311         * examples/Makefile.am
312         * examples/hildon-bread-crumb-trail-example.c
313         * src/Makefile.am
314         * src/hildon-bread-crumb-trail.c
315         * src/hildon-bread-crumb-trail.h
316         * src/hildon-bread-crumb.c
317         * src/hildon-bread-crumb.h
318
319         New HildonBreadCrumbTrail widget.
320
321 2007-04-02  Lucas Rocha  <lucas.rocha@nokia.com>
322
323         * src/hildon-range-editor.c (hildon_range_editor_init),
324         src/hildon-seekbar.c (hildon_seekbar_get_fraction,
325         hildon_seekbar_set_fraction, hildon_seekbar_set_position),
326         src/hildon-time-editor.c (hildon_time_editor_tap_and_hold_setup,
327         hildon_time_editor_class_init, hildon_time_editor_init),
328         src/hildon-get-password-dialog.c (invalid_input,
329         hildon_get_password_set_property, hildon_get_password_get_property,
330         create_contents, hildon_get_password_dialog_set_max_characters),
331         src/hildon-set-password-dialog.c (create_contents),
332         src/hildon-date-editor.c (hildon_date_editor_init),
333         src/hildon-login-dialog.c (hildon_login_dialog_init),
334         src/hildon-number-editor.c (hildon_number_editor_init),
335         src/hildon-find-toolbar.c (hildon_find_toolbar_emit_invalid_input,
336         hildon_find_toolbar_emit_close, hildon_find_toolbar_init): made all
337         the Maemo GTK+ specific API optional by adding a --with-maemo-gtk
338          configure option and adding the respective checks in the code.
339         * src/hildon-calendar.c (hildon_calendar_paint_week_numbers,
340         hildon_calendar_drag_data_received): fixed some build warnings.
341
342 2007-03-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
343
344         * debian/changelog: A 1.0.0 release notes.
345