* src/hildon-bread-crumb-trail.h: * src/hildon-bread-crumb.h:
[hildon] / ChangeLog
1 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
2
3         * src/hildon-bread-crumb-trail.h:
4         * src/hildon-bread-crumb.h:
5
6         Guard with ENABLE_UNSTABLE_API. To use the bread crumb you'll need
7         to define ENABLE_UNSTABLE_API in the code that includes these headers.
8         
9 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
10         
11         * examples/hildon-bread-crumb-trail-example.c:
12         * src/Makefile.am:
13         * src/hildon-bread-crumb-trail.c:
14         * src/hildon-bread-crumb-trail.h:
15         * src/hildon-bread-crumb.c:
16         * src/hildon-bread-crumb.h:
17         * src/hildon-marshalers.list:
18         * src/hildon-bread-crumb-widget.c:
19         * src/hildon-bread-crumb-widget.h:
20
21         Slight change in the widget design. The bread crumb trail API is
22         unchanged, but HildonBreadCrumb is now an interface. A *private*
23         implementation, hildon-bread-crumb-widget, is provided and used
24         internally by the trail for the push_text/push_icon functions.
25
26         The generic push API is still available, so anyone can implement
27         and use its own bread crumb widget.
28         
29 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
30
31         * debian/rules: Fixing the shlibs.
32
33 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
34
35         * src/hildon-banner.c: Fixing a problem with timed banners having
36         their parrent destroyed before they are.
37
38 2007-04-17  Xan Lopez  <xan.lopez@nokia.com>
39
40         * src/hildon-bread-crumb.c:
41         * src/hildon-bread-crumb.h:
42
43         Make the get_natural_size function a vfunc.
44
45 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
46
47         * src/hildon-bread-crumb.c:
48         * src/hildon-bread-crumb-trail.c:
49
50         Some cleanups.
51
52 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
53
54         [1.0.1 release]
55
56         * AUTHORS:
57         * NEWS:
58         * configure.ac:
59         * debian/changelog: Updating for release.
60
61 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
62
63         * src/hildon-bread-crumb.c (hildon_bread_crumb_get_natural_size):
64         don't leak the pango layout.
65
66 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
67
68         * src/hildon.h:
69         * examples/hildon-bread-crumb-trail-example.c:
70
71         Fix example.
72
73 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
74
75         * debian/changelog: Removing the bug-fixed entries that were actually
76         resolved as WONTFIX.
77
78         * src/hildon-date-editor.c: Removing a redundant check. Fixes
79         NB#54182.
80
81 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
82
83         * src/hildon-bread-crumb-trail.c:
84         * src/hildon-bread-crumb-trail.h:
85         * src/hildon-bread-crumb.c:
86         * src/hildon-bread-crumb.h:
87
88         Untabify.
89         
90 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
91
92         * src/hildon-bread-crumb-trail.c: don't use the priv data of bct
93         until it's passed the type check.
94
95 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
96
97         * examples/hildon-bread-crumb-trail-example.c
98
99         Add license.
100         
101 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
102
103         * examples/Makefile.am
104         * examples/hildon-bread-crumb-trail-example.c
105         * src/Makefile.am
106         * src/hildon-bread-crumb-trail.c
107         * src/hildon-bread-crumb-trail.h
108         * src/hildon-bread-crumb.c
109         * src/hildon-bread-crumb.h
110
111         New HildonBreadCrumbTrail widget.
112
113 2007-04-02  Lucas Rocha  <lucas.rocha@nokia.com>
114
115         * src/hildon-range-editor.c (hildon_range_editor_init),
116         src/hildon-seekbar.c (hildon_seekbar_get_fraction,
117         hildon_seekbar_set_fraction, hildon_seekbar_set_position),
118         src/hildon-time-editor.c (hildon_time_editor_tap_and_hold_setup,
119         hildon_time_editor_class_init, hildon_time_editor_init),
120         src/hildon-get-password-dialog.c (invalid_input,
121         hildon_get_password_set_property, hildon_get_password_get_property,
122         create_contents, hildon_get_password_dialog_set_max_characters),
123         src/hildon-set-password-dialog.c (create_contents),
124         src/hildon-date-editor.c (hildon_date_editor_init),
125         src/hildon-login-dialog.c (hildon_login_dialog_init),
126         src/hildon-number-editor.c (hildon_number_editor_init),
127         src/hildon-find-toolbar.c (hildon_find_toolbar_emit_invalid_input,
128         hildon_find_toolbar_emit_close, hildon_find_toolbar_init): made all
129         the Maemo GTK+ specific API optional by adding a --with-maemo-gtk
130          configure option and adding the respective checks in the code.
131         * src/hildon-calendar.c (hildon_calendar_paint_week_numbers,
132         hildon_calendar_drag_data_received): fixed some build warnings.
133
134 2007-03-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
135
136         * debian/changelog: A 1.0.0 release notes.
137