When the font is really big, add the scrollbar to the preview dialog. Fixes NB#54147.
[hildon] / ChangeLog
1 2007-05-28  Michael Dominic K.  <mdk@mdk.am> 
2
3         * src/hildon-font-selection-dialog.c: When the font is really big, add the
4         scrollbar to the preview dialog. Fixes NB#54147.
5
6 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
7
8         * src/hildon-date-editor.c: Changing the default max year to 2037. The
9         max/min year properties can be altered, so the client can modify it
10         anyways. 1970 - 2037 sounds like a sane default. Fixes NB#54147.
11
12 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
13
14         * src/hildon-calendar.c: Removing the unused 'hildonlike' property, making
15         hildonlike by default. Fixing a problem with disappearing arrows when
16         scrolling through months and years. Fixes NB#54127. 
17
18 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
19
20         * examples/hildon-date-editor-example.c: Adding error callback to the date
21         editor example. 
22
23 2007-05-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
24
25         [1.0.7-1 release]
26
27         * NEWS:
28         * debian/changelog:
29         * configure.ac: Updating.
30
31 2007-05-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
32
33         * configure.ac: Adding a special '--enable-xan' configure option that
34         turns off the -Werror compilation setting. Usefull for development.
35
36         * src/hildon-calendar.c:
37         * src/hildon-number-editor.c:
38         * src/hildon-time-picker.c: Adding the 5* multiplier to
39         gtk-timeout-update.
40
41 2007-05-24  Xan Lopez  <xan.lopez@nokia.com>
42
43         * src/hildon-note.c (hildon_note_init): Use g_object_ref_sink
44         instead of g_object_ref + gtk_object_sink.
45
46 2007-05-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
47
48         [1.0.6-1 release]
49
50         * NEWS:
51         * configure.ac:
52         * debian/changelog: Updating.
53
54 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
55
56         * src/hildon-color-chooser-dialog.c:
57         * src/hildon-color-chooser.c: A few more GdkColor struct allocation fixes
58         straight from Tommi labs.
59
60 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
61
62         * examples/hildon-finger-example.c: Correcting the header file path.
63
64         * src/hildon-color-chooser-dialog.c: Allocate the color on the stack for 
65         the changed signal. Fixes a small memory leak.
66
67 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
68
69         * autogen.sh:
70         * debian/rules:
71         * src/hildon-banner.c: Importing several usefull fixes from the
72         ubuntu-mobile branch.
73
74 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
75
76         * examples/Makefile.am:
77         * examples/hildon-finger-example.c: Adding a finger-checking code
78         example. 
79
80         * src/hildon-font-selection-dialog.c: Do not allocate the color
81         structure using the g_new. Fixes NB#54061.
82
83 2007-05-09  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
84
85         * src/hildon-helper.c: Correcting tabs in file.
86
87 2007-05-08  Xan Lopez  <xan.lopez@nokia.com>
88
89         * src/hildon-bread-crumb-trail.c: Use set_child_visible only to
90         control the visibility of the children.
91
92         * examples/hildon-bread-crumb-trail-example.c: Plug leak.
93
94 2007-05-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
95
96         [1.0.5-1 release]
97
98         * NEWS:
99         * configure.ac:
100         * debian/changelog: Updating.
101
102 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
103
104         * src/hildon-bread-crumb-trail.c:
105         (hildon_bread_crumb_trail_size_allocate): 
106
107         Make the back button always a square.
108
109 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
110
111         * src/hildon-bread-crumb-trail.h: Include hildon-bread-crumb-widget.h
112         from the .c file as it's a private file. 
113
114 2007-05-03  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
115
116         * examples/hildon-vvolumebar-example.c: The VVolumebar example now
117         uses slightly bigger height.
118
119         * src/hildon-font-selection-dialog.c: Adding some checks before
120         freeing memory in the font selection dialog.
121
122 2007-05-02  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
123
124         * src/hildon-font-selection-dialog.c: Adding a small check when
125         freeing memory. 
126
127         * src/hildon-wizard-dialog.c: Applying a patch by Iain Holmes to fix
128         buttons sensitivity on page switching.
129
130 2007-04-27  Xan Lopez  <xan.lopez@nokia.com>
131
132         * src/hildon-bread-crumb-trail.c: make the add method handle all the
133         internal details of adding a bread crumb to the trail.
134
135 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
136
137         [1.0.4-1 release]
138
139         * README:
140         * configure.ac:
141         * debian/changelog: Updating.
142
143         * src/hildon-bread-crumb-trail.h:
144         * src/hildon-bread-crumb.h: Changing the API guard to
145         HILDON_ENABLE_UNSTABLE_API.
146
147 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
148
149         [1.0.3-1 release]
150
151         * NEWS:
152         * configure.ac:
153         * debian/changelog:
154         * debian/rules:
155         * src/hildon-helper.h: Updating.
156
157 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
158
159         [1.0.2-1 release]
160
161         * NEWS:
162         * configure.ac:
163         * debian/changelog:
164
165 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
166
167         * README:
168         * configure.ac:
169         * src/hildon-helper.h: Small fix to make the package actually compile.
170
171 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
172
173         * src/hildon-bread-crumb-trail.h:
174         * src/hildon-bread-crumb.h:
175
176         Guard with ENABLE_UNSTABLE_API. To use the bread crumb you'll need
177         to define ENABLE_UNSTABLE_API in the code that includes these headers.
178         
179 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
180         
181         * examples/hildon-bread-crumb-trail-example.c:
182         * src/Makefile.am:
183         * src/hildon-bread-crumb-trail.c:
184         * src/hildon-bread-crumb-trail.h:
185         * src/hildon-bread-crumb.c:
186         * src/hildon-bread-crumb.h:
187         * src/hildon-marshalers.list:
188         * src/hildon-bread-crumb-widget.c:
189         * src/hildon-bread-crumb-widget.h:
190
191         Slight change in the widget design. The bread crumb trail API is
192         unchanged, but HildonBreadCrumb is now an interface. A *private*
193         implementation, hildon-bread-crumb-widget, is provided and used
194         internally by the trail for the push_text/push_icon functions.
195
196         The generic push API is still available, so anyone can implement
197         and use its own bread crumb widget.
198         
199 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
200
201         * debian/rules: Fixing the shlibs.
202
203 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
204
205         * src/hildon-banner.c: Fixing a problem with timed banners having
206         their parrent destroyed before they are.
207
208 2007-04-17  Xan Lopez  <xan.lopez@nokia.com>
209
210         * src/hildon-bread-crumb.c:
211         * src/hildon-bread-crumb.h:
212
213         Make the get_natural_size function a vfunc.
214
215 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
216
217         * src/hildon-bread-crumb.c:
218         * src/hildon-bread-crumb-trail.c:
219
220         Some cleanups.
221
222 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
223
224         [1.0.1-1 release]
225
226         * AUTHORS:
227         * NEWS:
228         * configure.ac:
229         * debian/changelog: Updating for release.
230
231 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
232
233         * src/hildon-bread-crumb.c (hildon_bread_crumb_get_natural_size):
234         don't leak the pango layout.
235
236 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
237
238         * src/hildon.h:
239         * examples/hildon-bread-crumb-trail-example.c:
240
241         Fix example.
242
243 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
244
245         * debian/changelog: Removing the bug-fixed entries that were actually
246         resolved as WONTFIX.
247
248         * src/hildon-date-editor.c: Removing a redundant check. Fixes
249         NB#54182.
250
251 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
252
253         * src/hildon-bread-crumb-trail.c:
254         * src/hildon-bread-crumb-trail.h:
255         * src/hildon-bread-crumb.c:
256         * src/hildon-bread-crumb.h:
257
258         Untabify.
259         
260 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
261
262         * src/hildon-bread-crumb-trail.c: don't use the priv data of bct
263         until it's passed the type check.
264
265 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
266
267         * examples/hildon-bread-crumb-trail-example.c
268
269         Add license.
270         
271 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
272
273         * examples/Makefile.am
274         * examples/hildon-bread-crumb-trail-example.c
275         * src/Makefile.am
276         * src/hildon-bread-crumb-trail.c
277         * src/hildon-bread-crumb-trail.h
278         * src/hildon-bread-crumb.c
279         * src/hildon-bread-crumb.h
280
281         New HildonBreadCrumbTrail widget.
282
283 2007-04-02  Lucas Rocha  <lucas.rocha@nokia.com>
284
285         * src/hildon-range-editor.c (hildon_range_editor_init),
286         src/hildon-seekbar.c (hildon_seekbar_get_fraction,
287         hildon_seekbar_set_fraction, hildon_seekbar_set_position),
288         src/hildon-time-editor.c (hildon_time_editor_tap_and_hold_setup,
289         hildon_time_editor_class_init, hildon_time_editor_init),
290         src/hildon-get-password-dialog.c (invalid_input,
291         hildon_get_password_set_property, hildon_get_password_get_property,
292         create_contents, hildon_get_password_dialog_set_max_characters),
293         src/hildon-set-password-dialog.c (create_contents),
294         src/hildon-date-editor.c (hildon_date_editor_init),
295         src/hildon-login-dialog.c (hildon_login_dialog_init),
296         src/hildon-number-editor.c (hildon_number_editor_init),
297         src/hildon-find-toolbar.c (hildon_find_toolbar_emit_invalid_input,
298         hildon_find_toolbar_emit_close, hildon_find_toolbar_init): made all
299         the Maemo GTK+ specific API optional by adding a --with-maemo-gtk
300          configure option and adding the respective checks in the code.
301         * src/hildon-calendar.c (hildon_calendar_paint_week_numbers,
302         hildon_calendar_drag_data_received): fixed some build warnings.
303
304 2007-03-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
305
306         * debian/changelog: A 1.0.0 release notes.
307