Removing extra gtk_main_iteration () processing from destroy_ callback as it introduc...
[hildon] / ChangeLog
1 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
2
3         * src/hildon-window.c: Removing extra gtk_main_iteration () processing
4         from destroy_ callback as it introduces problems in async dbus signal
5         handlers. Fixes NB#66673.
6
7 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
8
9         * examples/hildon-hvolumebar-example.c:
10         * src/hildon-volumebar.c: Improving the focus handling in the
11         volumebar widgets. Fixes NB#63955 and NB#65155. Also fixing the
12         set_property accessor so that "mute" property can be actually set. I'm
13         scared that nobody noticed it's totally broken.
14
15 2007-08-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
16
17         * debian/control: Use libesd0-dev or osso-esd-dev as esd dependancy.
18         Fixes NB#66548.
19
20 2007-08-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
21
22         * src/hildon-calendar.c:
23         * src/hildon-number-editor.c:
24         * src/hildon-time-picker.c: Changing the timeout repeat so that it
25         matches the spec of 6 chars per second. Fixes: NB#60489.
26
27 2007-08-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
28
29         * src/hildon-helper.c: Really fixing NB#58352. Looks like
30         gtk_style_lookup_color sometime returns FALSE even though color was
31         found and values were filled properly. Weird. Removing the warning for the
32         time being.
33
34 2007-08-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
35
36         * src/hildon-find-toolbar.c: Puting the combobox inside alignment to not
37         expand vertically. Adding some extra space to the find toolbar buttons to
38         make them thumbable. Fixes NB#66060.
39
40 2007-08-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
41
42         * src/hildon-calendar-popup.c: Replacing the "Done" button in the calendar
43         popup with "Ok" and "Cancel". Fixes NB#59299.
44
45 2007-08-20  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
46
47         * src/hildon-calendar.c: Process all window updates before executing next
48         timeout. Fixes: NB#54146.
49
50 2007-08-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
51
52         [1.0.13-1 release]
53
54         * NEWS:
55         * configure.ac:
56         * debian/changelog: Updating.
57
58 2007-08-16  Xan Lopez  <xan.lopez@nokia.com>
59
60         * src/hildon-banner.c: (hildon_banner_client_event): connect directly to
61         the client event and ignore it, since we use the delete event to close
62         after timeouts.
63
64 2007-08-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
65
66         * src/hildon-helper.c: Remove the bogus warning about color not being
67         found. Fixes NB#58352.
68
69 2007-08-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
70
71         * examples/Makefile.am:
72         * examples/hildon-toolbar-seekbar-example.c: Adding an example to test a
73         HildonSeekbar widget inside a toolbar.
74
75 2007-08-16  Xan Lopez  <xan.lopez@nokia.com>
76
77         * src/hildon-banner.c (hildon_banner_init): mark the banners as
78         temporary, depends on maemo-gtk >= 2.10.12-osso7. Also ignore the
79         delete event that will come from _GTK_DELETE_TEMPORARIES, as we
80         don't want to be closed by non-temporary windows on map.
81
82         Also use G_DEFINE_TYPE instead of manually typed code.
83
84 2007-08-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
85
86         [1.0.12-1 release]
87
88         * NEWS:
89         * configure.ac:
90         * debian/changelog:
91         * debian/rules: Updating.
92
93 2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
94
95         * examples/Makefile.am:
96         * examples/hildon-hvolumebar-timer-example.c: Adding an exmaple to debug
97         bug NB#61128. Strangely it works.
98
99 2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
100
101         * src/hildon-date-editor.c: When the date editor entry has been changed
102         but the numbers of characters < max, turn off the skip validation flag.
103         Prevents a situation when we enter first a valid year and later re-write
104         it with an invalid one. Fixes NB#60154.
105
106 2007-07-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
107
108         * src/hildon-code-dialog.c: Fixing the dialog button alignment inside the
109         code dialog. Fixes NB#64355.
110
111 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
112
113         * src/hildon-wizard-dialog.c: Don't call the _set_sensitivity again after
114         switching the page. Fixes NB#49374.
115
116         * examples/Makefile.am:
117         * examples/hildon-wizard-dialog-example.c: Adding an example for
118         HildonWizardDialog that shows how to handle manual sensitivity setting on
119         the wizard dialog.
120
121 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
122
123         * configure.ac:
124         * src/Makefile.am:
125         * src/hildon-version.h.in:
126         * src/hildon.h: Adding the HILDON_CHECK_VERSION macro. Fixes: NB#62061.
127
128 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
129
130         * src/hildon-volumebar.c: Updating the docs.
131
132 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
133
134         [1.0.11-1 release]
135
136         * NEWS:
137         * configure.ac:
138         * debian/changelog: Updating.
139
140 2007-07-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
141
142         * src/hildon-find-toolbar.c:
143         * src/hildon-find-toolbar.h: Adding a few new functions to control the
144         selected item: hildon_find_toolbar_set_active,
145         hildon_find_toolbar_set_active_iter, hildon_find_toolbar_get_active, 
146         hildon_find_toolbar_get_active_iter . They correspond to respective
147         GtkComboBox functions. 
148
149         * examples/Makefile.am:
150         * examples/hildon-find-toolbar-example.c: Adding the example to test the
151         new functionality.
152
153 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
154
155         * examples/Makefile.am:
156         * examples/hildon-seekbar-example.c: Adding the seekbar example to check
157         theming easily.
158
159         * src/hildon-font-selection-dialog.c: Fixing the default focus for dialog
160         when font size > 32 and we pack a focusable widget inside. Actually using
161         the default response would work too, but since we don't show default
162         response state in any way (no theming) it would not be visible to the
163         user. Fixes NB#63430.
164
165 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
166
167         * src/hildon-date-editor.c: Adding the missing variable setter in the
168         set_property handler. Fixes NB#54182.
169
170 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
171
172         * src/hildon-window.h: Changing the long key press time from 1500ms to
173         800ms as requested in NB#63700. I have a bad feeling about this, let's
174         see... Fixes NB#63700.
175
176 2007-07-12  Tommi Komulainen  <tommi.komulainen@nokia.com>
177
178         * src/hildon-time-picker.c (hildon_time_picker_class_init,
179         hildon_time_picker_map, hildon_time_picker_realize,
180         hildon_time_picker_style_set): Split the contents of map to more
181         appropriate functions; set window decorations on realize and update
182         arrows' size requisitions on style-set. Avoids unnecessary resizing.
183
184 2007-07-02  Xan Lopez <xan.lopez@nokia.com>
185
186         [1.0.10-2 release]
187
188         * NEWS:
189         * debian/changelog: Updating.
190
191 2007-07-02  Johan Bilien  <johan.bilien@nokia.com>
192
193         * src/Makefile.am: fixed installation of the header files
194
195 2007-06-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
196
197         [1.0.10-1 release]
198
199         * NEWS:
200         * configure.ac:
201         * debian/changelog: Updating.
202
203 2007-06-27  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
204
205         * configure.ac: Removing some remaining of --enable-xan.
206
207 2007-06-26  Xan Lopez  <xan.lopez@nokia.com>
208
209         * src/hildon-date-editor.c: (hildon_date_editor_keypress):
210         * src/hildon-time-editor.c: (hildon_time_editor_entry_keypress):
211
212         Move all focus crazyness to the rc files. This depends on gtk+2.0 >=
213         2.10.12-osso6 because the move-focus signal needs to be available in
214         GtkWidget.
215
216 2007-06-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
217
218         * examples/Makefile.am:
219         * examples/hildon-hvolumebar-insensitive-map-example.c: Adding an example
220         that makes a HildonVolumebar insensitive before mapping it. Seems to work
221         fine. Prolly NB#61128 is fixed now.
222
223 2007-06-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
224
225         * src/hildon-volumebar.c:
226         * src/hildon-volumebar.h: Adding the
227         hildon_volumebar_set_range_insensitive_message and
228         hildon_volumebar_set_range_insensitive_messagef functions to set
229         insensitive message on the slider of the volumebar. Fixes NB#61129.
230
231         * examples/Makefile.am:
232         * examples/hildon-hvolumebar-insensitive-example.c: Adding an example to
233         test the new insensitive messsage functionality on HildonVolumebar.
234
235 2007-06-14  Xan Lopez  <xan.lopez@nokia.com>
236
237         * src/hildon-private.c (hildon_private_composite_focus): make the focus handler
238         work again.
239
240 2007-06-13  Xan Lopez  <xan.lopez@nokia.com>
241
242         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_clear): workaround
243         http://bugzilla.gnome.org/show_bug.cgi?id=56070 hiding and showing the back
244         button on after clearing the trail.
245
246 2007-06-13  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
247
248         * src/hildon-code-dialog.c: Removing the separator from the dialog.
249
250 2007-06-12  Xan Lopez  <xan.lopez@nokia.com>
251
252         * src/Makefile.am: remove circular dependency in hildon-enum-types.h creation
253         by splitting the installed headers in generated and non-generated groups. Use
254         only the non-generated headers to create the hildon-enum-types.h file.
255
256         * src/hildon-seekbar.h: gtkscale.h already includes gtkrange.h.
257
258 2007-06-12  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
259
260         * src/hildon-window.c: Hide the window before performing the destroy.
261         Should make the app closing a little tiny bit more snappy. 
262
263 2007-06-12  Xan Lopez  <xan.lopez@nokia.com>
264
265         * src/hildon-seekbar.c: add gtkrange.h header
266         * src/hildon-caption.c: remove unused variable
267
268 2007-06-08  Tommi Komulainen  <tommi.komulainen@nokia.com>
269
270         * configure.ac: Remove dysfunctional AC_ARG_ENABLE. Pointed out by
271         Loic Minier.
272
273 2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
274
275         [1.0.9-1 release]
276
277         * NEWS:
278         * configure.ac:
279         * debian/changelog: Updating.
280
281 2007-06-07  Tommi Komulainen  <tommi.komulainen@nokia.com>
282
283         * src/hildon-window.c (hildon_window_window_state_event,
284         hildon_window_is_topmost_notify, hildon_window_class_init): Stop the
285         escape timeout on focus-out-event rather than notify::is-topmost; the
286         latter doesn't get called when menus pop up. Fixes: NB#52946, MB#1101
287
288 2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
289
290         * src/hildon-window.c: Adding a patch from Tommi Komulainen to pass the
291         correct timestamp and button to gtk_menu_popup. Fixes MB#1466. 
292
293 2007-06-07  Xan Lopez  <xan.lopez@nokia.com>
294
295         * src/hildon-window: actually, you need to use the macro always, there's
296         no private pointer in the instance structure. We should have cleaned this up
297         when we had the chance...
298         
299 2007-06-07  Xan Lopez  <xan.lopez@nokia.com>
300
301         * src/hildon-window.c: do not get the private date from HildonWindow before
302         it passes the g_return_if_fail check. Once it's passed the test, there's no
303         need to g_assert that it exists. Do not create a HildonWindowPrivate variable
304         if you are only going to access the data once. Whitespace cleanups.
305
306 2007-06-04  Xan Lopez  <xan.lopez@nokia.com>
307
308         * src/hildon-bread-crumb-trail.c: set children visible before allocation.
309         * src/hildon-bread-crumb-widget.c: set xalign to 0.0 for labels.
310
311 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
312
313         [1.0.8-1 release]
314
315         * NEWS:
316         * configure.ac:
317         * debian/changelog: Updating.
318
319 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
320
321         * src/hildon-window.c: When destroying the window, remove (if exists) the
322         escape timeout handler. Fixes #NB59276.
323
324 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
325
326         * src/hildon-banner.c: When realizing the widget, set the window
327         transiency. Setting the transiency in the gobject constructor is not
328         good, as the widget is not realized at that point. Fixes: #NB56624.
329
330 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
331
332         * src/hildon-bread-crumb-trail.h (struct _HildonBreadCrumbTrailClass):
333         Add padding for future expansions.
334
335 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
336
337         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_class_init):
338         Add a new signal "move-parent", bind Escape and BackSpace to it. The handler
339         will fake an activation on the previous to the last item of the trail, so
340         the effect can be overrided by the developer as usual.
341         Also change the callback for the back button to do the same thing, so its
342         effect can be overrided too. Fixes: NB#58982
343
344 2007-05-30  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
345
346         * src/hildon-caption.c: Implementing the proper focus grabbing in the
347         HildonCaption. Fixes NB#52379. 
348
349 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
350
351         * src/hildon-bread-crumb-trail.c (crumb_activated_cb): be very paranoid about
352         the internal state of the trail after the user has had the chance of executing
353         his handler for the signal. Specifically, it may happen that the activated button
354         is removed and the user still lets the default handler run. This would segfault
355         previously.
356
357 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
358
359         * src/hildon-font-selection-dialog.c: When the font is really big, add the
360         scrollbar to the preview dialog. Fixes NB#54147.
361
362 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
363
364         * src/hildon-date-editor.c: Changing the default max year to 2037. The
365         max/min year properties can be altered, so the client can modify it
366         anyways. 1970 - 2037 sounds like a sane default. Fixes NB#54147.
367
368 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
369
370         * src/hildon-calendar.c: Removing the unused 'hildonlike' property, making
371         hildonlike by default. Fixing a problem with disappearing arrows when
372         scrolling through months and years. Fixes NB#54127. 
373
374 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
375
376         * examples/hildon-date-editor-example.c: Adding error callback to the date
377         editor example. 
378
379 2007-05-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
380
381         [1.0.7-1 release]
382
383         * NEWS:
384         * debian/changelog:
385         * configure.ac: Updating.
386
387 2007-05-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
388
389         * configure.ac: Adding a special '--enable-xan' configure option that
390         turns off the -Werror compilation setting. Usefull for development.
391
392         * src/hildon-calendar.c:
393         * src/hildon-number-editor.c:
394         * src/hildon-time-picker.c: Adding the 5* multiplier to
395         gtk-timeout-update.
396
397 2007-05-24  Xan Lopez  <xan.lopez@nokia.com>
398
399         * src/hildon-note.c (hildon_note_init): Use g_object_ref_sink
400         instead of g_object_ref + gtk_object_sink.
401
402 2007-05-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
403
404         [1.0.6-1 release]
405
406         * NEWS:
407         * configure.ac:
408         * debian/changelog: Updating.
409
410 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
411
412         * src/hildon-color-chooser-dialog.c:
413         * src/hildon-color-chooser.c: A few more GdkColor struct allocation fixes
414         straight from Tommi labs.
415
416 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
417
418         * examples/hildon-finger-example.c: Correcting the header file path.
419
420         * src/hildon-color-chooser-dialog.c: Allocate the color on the stack for 
421         the changed signal. Fixes a small memory leak.
422
423 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
424
425         * autogen.sh:
426         * debian/rules:
427         * src/hildon-banner.c: Importing several usefull fixes from the
428         ubuntu-mobile branch.
429
430 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
431
432         * examples/Makefile.am:
433         * examples/hildon-finger-example.c: Adding a finger-checking code
434         example. 
435
436         * src/hildon-font-selection-dialog.c: Do not allocate the color
437         structure using the g_new. Fixes NB#54061.
438
439 2007-05-09  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
440
441         * src/hildon-helper.c: Correcting tabs in file.
442
443 2007-05-08  Xan Lopez  <xan.lopez@nokia.com>
444
445         * src/hildon-bread-crumb-trail.c: Use set_child_visible only to
446         control the visibility of the children.
447
448         * examples/hildon-bread-crumb-trail-example.c: Plug leak.
449
450 2007-05-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
451
452         [1.0.5-1 release]
453
454         * NEWS:
455         * configure.ac:
456         * debian/changelog: Updating.
457
458 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
459
460         * src/hildon-bread-crumb-trail.c:
461         (hildon_bread_crumb_trail_size_allocate): 
462
463         Make the back button always a square.
464
465 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
466
467         * src/hildon-bread-crumb-trail.h: Include hildon-bread-crumb-widget.h
468         from the .c file as it's a private file. 
469
470 2007-05-03  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
471
472         * examples/hildon-vvolumebar-example.c: The VVolumebar example now
473         uses slightly bigger height.
474
475         * src/hildon-font-selection-dialog.c: Adding some checks before
476         freeing memory in the font selection dialog.
477
478 2007-05-02  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
479
480         * src/hildon-font-selection-dialog.c: Adding a small check when
481         freeing memory. 
482
483         * src/hildon-wizard-dialog.c: Applying a patch by Iain Holmes to fix
484         buttons sensitivity on page switching.
485
486 2007-04-27  Xan Lopez  <xan.lopez@nokia.com>
487
488         * src/hildon-bread-crumb-trail.c: make the add method handle all the
489         internal details of adding a bread crumb to the trail.
490
491 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
492
493         [1.0.4-1 release]
494
495         * README:
496         * configure.ac:
497         * debian/changelog: Updating.
498
499         * src/hildon-bread-crumb-trail.h:
500         * src/hildon-bread-crumb.h: Changing the API guard to
501         HILDON_ENABLE_UNSTABLE_API.
502
503 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
504
505         [1.0.3-1 release]
506
507         * NEWS:
508         * configure.ac:
509         * debian/changelog:
510         * debian/rules:
511         * src/hildon-helper.h: Updating.
512
513 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
514
515         [1.0.2-1 release]
516
517         * NEWS:
518         * configure.ac:
519         * debian/changelog:
520
521 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
522
523         * README:
524         * configure.ac:
525         * src/hildon-helper.h: Small fix to make the package actually compile.
526
527 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
528
529         * src/hildon-bread-crumb-trail.h:
530         * src/hildon-bread-crumb.h:
531
532         Guard with ENABLE_UNSTABLE_API. To use the bread crumb you'll need
533         to define ENABLE_UNSTABLE_API in the code that includes these headers.
534         
535 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
536         
537         * examples/hildon-bread-crumb-trail-example.c:
538         * src/Makefile.am:
539         * src/hildon-bread-crumb-trail.c:
540         * src/hildon-bread-crumb-trail.h:
541         * src/hildon-bread-crumb.c:
542         * src/hildon-bread-crumb.h:
543         * src/hildon-marshalers.list:
544         * src/hildon-bread-crumb-widget.c:
545         * src/hildon-bread-crumb-widget.h:
546
547         Slight change in the widget design. The bread crumb trail API is
548         unchanged, but HildonBreadCrumb is now an interface. A *private*
549         implementation, hildon-bread-crumb-widget, is provided and used
550         internally by the trail for the push_text/push_icon functions.
551
552         The generic push API is still available, so anyone can implement
553         and use its own bread crumb widget.
554         
555 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
556
557         * debian/rules: Fixing the shlibs.
558
559 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
560
561         * src/hildon-banner.c: Fixing a problem with timed banners having
562         their parrent destroyed before they are.
563
564 2007-04-17  Xan Lopez  <xan.lopez@nokia.com>
565
566         * src/hildon-bread-crumb.c:
567         * src/hildon-bread-crumb.h:
568
569         Make the get_natural_size function a vfunc.
570
571 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
572
573         * src/hildon-bread-crumb.c:
574         * src/hildon-bread-crumb-trail.c:
575
576         Some cleanups.
577
578 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
579
580         [1.0.1-1 release]
581
582         * AUTHORS:
583         * NEWS:
584         * configure.ac:
585         * debian/changelog: Updating for release.
586
587 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
588
589         * src/hildon-bread-crumb.c (hildon_bread_crumb_get_natural_size):
590         don't leak the pango layout.
591
592 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
593
594         * src/hildon.h:
595         * examples/hildon-bread-crumb-trail-example.c:
596
597         Fix example.
598
599 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
600
601         * debian/changelog: Removing the bug-fixed entries that were actually
602         resolved as WONTFIX.
603
604         * src/hildon-date-editor.c: Removing a redundant check. Fixes
605         NB#54182.
606
607 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
608
609         * src/hildon-bread-crumb-trail.c:
610         * src/hildon-bread-crumb-trail.h:
611         * src/hildon-bread-crumb.c:
612         * src/hildon-bread-crumb.h:
613
614         Untabify.
615         
616 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
617
618         * src/hildon-bread-crumb-trail.c: don't use the priv data of bct
619         until it's passed the type check.
620
621 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
622
623         * examples/hildon-bread-crumb-trail-example.c
624
625         Add license.
626         
627 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
628
629         * examples/Makefile.am
630         * examples/hildon-bread-crumb-trail-example.c
631         * src/Makefile.am
632         * src/hildon-bread-crumb-trail.c
633         * src/hildon-bread-crumb-trail.h
634         * src/hildon-bread-crumb.c
635         * src/hildon-bread-crumb.h
636
637         New HildonBreadCrumbTrail widget.
638
639 2007-04-02  Lucas Rocha  <lucas.rocha@nokia.com>
640
641         * src/hildon-range-editor.c (hildon_range_editor_init),
642         src/hildon-seekbar.c (hildon_seekbar_get_fraction,
643         hildon_seekbar_set_fraction, hildon_seekbar_set_position),
644         src/hildon-time-editor.c (hildon_time_editor_tap_and_hold_setup,
645         hildon_time_editor_class_init, hildon_time_editor_init),
646         src/hildon-get-password-dialog.c (invalid_input,
647         hildon_get_password_set_property, hildon_get_password_get_property,
648         create_contents, hildon_get_password_dialog_set_max_characters),
649         src/hildon-set-password-dialog.c (create_contents),
650         src/hildon-date-editor.c (hildon_date_editor_init),
651         src/hildon-login-dialog.c (hildon_login_dialog_init),
652         src/hildon-number-editor.c (hildon_number_editor_init),
653         src/hildon-find-toolbar.c (hildon_find_toolbar_emit_invalid_input,
654         hildon_find_toolbar_emit_close, hildon_find_toolbar_init): made all
655         the Maemo GTK+ specific API optional by adding a --with-maemo-gtk
656          configure option and adding the respective checks in the code.
657         * src/hildon-calendar.c (hildon_calendar_paint_week_numbers,
658         hildon_calendar_drag_data_received): fixed some build warnings.
659
660 2007-03-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
661
662         * debian/changelog: A 1.0.0 release notes.
663