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