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