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