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