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