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