ef674633588b504bef35009e807dc44f6872d335
[hildon] / ChangeLog
1 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
2
3         * src/hildon-bread-crumb-trail.c:
4         (hildon_bread_crumb_trail_size_allocate): 
5
6         Make the back button always a square.
7
8 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
9
10         * src/hildon-bread-crumb-trail.h: Include hildon-bread-crumb-widget.h
11         from the .c file as it's a private file. 
12
13 2007-05-03  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
14
15         * examples/hildon-vvolumebar-example.c: The VVolumebar example now
16         uses slightly bigger height.
17
18         * src/hildon-font-selection-dialog.c: Adding some checks before
19         freeing memory in the font selection dialog.
20
21 2007-05-02  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
22
23         * src/hildon-font-selection-dialog.c: Adding a small check when
24         freeing memory. 
25
26         * src/hildon-wizard-dialog.c: Applying a patch by Iain Holmes to fix
27         buttons sensitivity on page switching.
28
29 2007-04-27  Xan Lopez  <xan.lopez@nokia.com>
30
31         * src/hildon-bread-crumb-trail.c: make the add method handle all the
32         internal details of adding a bread crumb to the trail.
33
34 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
35
36         [1.0.4-1 release]
37
38         * README:
39         * configure.ac:
40         * debian/changelog: Updating.
41
42         * src/hildon-bread-crumb-trail.h:
43         * src/hildon-bread-crumb.h: Changing the API guard to
44         HILDON_ENABLE_UNSTABLE_API.
45
46 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
47
48         [1.0.3-1 release]
49
50         * NEWS:
51         * configure.ac:
52         * debian/changelog:
53         * debian/rules:
54         * src/hildon-helper.h: Updating.
55
56 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
57
58         [1.0.2-1 release]
59
60         * NEWS:
61         * configure.ac:
62         * debian/changelog:
63
64 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
65
66         * README:
67         * configure.ac:
68         * src/hildon-helper.h: Small fix to make the package actually compile.
69
70 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
71
72         * src/hildon-bread-crumb-trail.h:
73         * src/hildon-bread-crumb.h:
74
75         Guard with ENABLE_UNSTABLE_API. To use the bread crumb you'll need
76         to define ENABLE_UNSTABLE_API in the code that includes these headers.
77         
78 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
79         
80         * examples/hildon-bread-crumb-trail-example.c:
81         * src/Makefile.am:
82         * src/hildon-bread-crumb-trail.c:
83         * src/hildon-bread-crumb-trail.h:
84         * src/hildon-bread-crumb.c:
85         * src/hildon-bread-crumb.h:
86         * src/hildon-marshalers.list:
87         * src/hildon-bread-crumb-widget.c:
88         * src/hildon-bread-crumb-widget.h:
89
90         Slight change in the widget design. The bread crumb trail API is
91         unchanged, but HildonBreadCrumb is now an interface. A *private*
92         implementation, hildon-bread-crumb-widget, is provided and used
93         internally by the trail for the push_text/push_icon functions.
94
95         The generic push API is still available, so anyone can implement
96         and use its own bread crumb widget.
97         
98 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
99
100         * debian/rules: Fixing the shlibs.
101
102 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
103
104         * src/hildon-banner.c: Fixing a problem with timed banners having
105         their parrent destroyed before they are.
106
107 2007-04-17  Xan Lopez  <xan.lopez@nokia.com>
108
109         * src/hildon-bread-crumb.c:
110         * src/hildon-bread-crumb.h:
111
112         Make the get_natural_size function a vfunc.
113
114 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
115
116         * src/hildon-bread-crumb.c:
117         * src/hildon-bread-crumb-trail.c:
118
119         Some cleanups.
120
121 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
122
123         [1.0.1-1 release]
124
125         * AUTHORS:
126         * NEWS:
127         * configure.ac:
128         * debian/changelog: Updating for release.
129
130 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
131
132         * src/hildon-bread-crumb.c (hildon_bread_crumb_get_natural_size):
133         don't leak the pango layout.
134
135 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
136
137         * src/hildon.h:
138         * examples/hildon-bread-crumb-trail-example.c:
139
140         Fix example.
141
142 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
143
144         * debian/changelog: Removing the bug-fixed entries that were actually
145         resolved as WONTFIX.
146
147         * src/hildon-date-editor.c: Removing a redundant check. Fixes
148         NB#54182.
149
150 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
151
152         * src/hildon-bread-crumb-trail.c:
153         * src/hildon-bread-crumb-trail.h:
154         * src/hildon-bread-crumb.c:
155         * src/hildon-bread-crumb.h:
156
157         Untabify.
158         
159 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
160
161         * src/hildon-bread-crumb-trail.c: don't use the priv data of bct
162         until it's passed the type check.
163
164 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
165
166         * examples/hildon-bread-crumb-trail-example.c
167
168         Add license.
169         
170 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
171
172         * examples/Makefile.am
173         * examples/hildon-bread-crumb-trail-example.c
174         * src/Makefile.am
175         * src/hildon-bread-crumb-trail.c
176         * src/hildon-bread-crumb-trail.h
177         * src/hildon-bread-crumb.c
178         * src/hildon-bread-crumb.h
179
180         New HildonBreadCrumbTrail widget.
181
182 2007-04-02  Lucas Rocha  <lucas.rocha@nokia.com>
183
184         * src/hildon-range-editor.c (hildon_range_editor_init),
185         src/hildon-seekbar.c (hildon_seekbar_get_fraction,
186         hildon_seekbar_set_fraction, hildon_seekbar_set_position),
187         src/hildon-time-editor.c (hildon_time_editor_tap_and_hold_setup,
188         hildon_time_editor_class_init, hildon_time_editor_init),
189         src/hildon-get-password-dialog.c (invalid_input,
190         hildon_get_password_set_property, hildon_get_password_get_property,
191         create_contents, hildon_get_password_dialog_set_max_characters),
192         src/hildon-set-password-dialog.c (create_contents),
193         src/hildon-date-editor.c (hildon_date_editor_init),
194         src/hildon-login-dialog.c (hildon_login_dialog_init),
195         src/hildon-number-editor.c (hildon_number_editor_init),
196         src/hildon-find-toolbar.c (hildon_find_toolbar_emit_invalid_input,
197         hildon_find_toolbar_emit_close, hildon_find_toolbar_init): made all
198         the Maemo GTK+ specific API optional by adding a --with-maemo-gtk
199          configure option and adding the respective checks in the code.
200         * src/hildon-calendar.c (hildon_calendar_paint_week_numbers,
201         hildon_calendar_drag_data_received): fixed some build warnings.
202
203 2007-03-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
204
205         * debian/changelog: A 1.0.0 release notes.
206