2007-06-12 Xan Lopez <xan.lopez@nokia.com>
[hildon] / ChangeLog
1 2007-06-12  Xan Lopez  <xan.lopez@nokia.com>
2
3         * src/hildon-seekbar.c: add gtkrange.h header
4         * src/hildon-caption.c: remove unused variable
5
6 2007-06-08  Tommi Komulainen  <tommi.komulainen@nokia.com>
7
8         * configure.ac: Remove dysfunctional AC_ARG_ENABLE. Pointed out by
9         Loic Minier.
10
11 2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
12
13         [1.0.9-1 release]
14
15         * NEWS:
16         * configure.ac:
17         * debian/changelog: Updating.
18
19 2007-06-07  Tommi Komulainen  <tommi.komulainen@nokia.com>
20
21         * src/hildon-window.c (hildon_window_window_state_event,
22         hildon_window_is_topmost_notify, hildon_window_class_init): Stop the
23         escape timeout on focus-out-event rather than notify::is-topmost; the
24         latter doesn't get called when menus pop up. Fixes: NB#52946, MB#1101
25
26 2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
27
28         * src/hildon-window.c: Adding a patch from Tommi Komulainen to pass the
29         correct timestamp and button to gtk_menu_popup. Fixes MB#1466. 
30
31 2007-06-07  Xan Lopez  <xan.lopez@nokia.com>
32
33         * src/hildon-window: actually, you need to use the macro always, there's
34         no private pointer in the instance structure. We should have cleaned this up
35         when we had the chance...
36         
37 2007-06-07  Xan Lopez  <xan.lopez@nokia.com>
38
39         * src/hildon-window.c: do not get the private date from HildonWindow before
40         it passes the g_return_if_fail check. Once it's passed the test, there's no
41         need to g_assert that it exists. Do not create a HildonWindowPrivate variable
42         if you are only going to access the data once. Whitespace cleanups.
43
44 2007-06-04  Xan Lopez  <xan.lopez@nokia.com>
45
46         * src/hildon-bread-crumb-trail.c: set children visible before allocation.
47         * src/hildon-bread-crumb-widget.c: set xalign to 0.0 for labels.
48
49 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
50
51         [1.0.8-1 release]
52
53         * NEWS:
54         * configure.ac:
55         * debian/changelog: Updating.
56
57 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
58
59         * src/hildon-window.c: When destroying the window, remove (if exists) the
60         escape timeout handler. Fixes #NB59276.
61
62 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
63
64         * src/hildon-banner.c: When realizing the widget, set the window
65         transiency. Setting the transiency in the gobject constructor is not
66         good, as the widget is not realized at that point. Fixes: #NB56624.
67
68 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
69
70         * src/hildon-bread-crumb-trail.h (struct _HildonBreadCrumbTrailClass):
71         Add padding for future expansions.
72
73 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
74
75         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_class_init):
76         Add a new signal "move-parent", bind Escape and BackSpace to it. The handler
77         will fake an activation on the previous to the last item of the trail, so
78         the effect can be overrided by the developer as usual.
79         Also change the callback for the back button to do the same thing, so its
80         effect can be overrided too. Fixes: NB#58982
81
82 2007-05-30  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
83
84         * src/hildon-caption.c: Implementing the proper focus grabbing in the
85         HildonCaption. Fixes NB#52379. 
86
87 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
88
89         * src/hildon-bread-crumb-trail.c (crumb_activated_cb): be very paranoid about
90         the internal state of the trail after the user has had the chance of executing
91         his handler for the signal. Specifically, it may happen that the activated button
92         is removed and the user still lets the default handler run. This would segfault
93         previously.
94
95 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
96
97         * src/hildon-font-selection-dialog.c: When the font is really big, add the
98         scrollbar to the preview dialog. Fixes NB#54147.
99
100 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
101
102         * src/hildon-date-editor.c: Changing the default max year to 2037. The
103         max/min year properties can be altered, so the client can modify it
104         anyways. 1970 - 2037 sounds like a sane default. Fixes NB#54147.
105
106 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
107
108         * src/hildon-calendar.c: Removing the unused 'hildonlike' property, making
109         hildonlike by default. Fixing a problem with disappearing arrows when
110         scrolling through months and years. Fixes NB#54127. 
111
112 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
113
114         * examples/hildon-date-editor-example.c: Adding error callback to the date
115         editor example. 
116
117 2007-05-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
118
119         [1.0.7-1 release]
120
121         * NEWS:
122         * debian/changelog:
123         * configure.ac: Updating.
124
125 2007-05-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
126
127         * configure.ac: Adding a special '--enable-xan' configure option that
128         turns off the -Werror compilation setting. Usefull for development.
129
130         * src/hildon-calendar.c:
131         * src/hildon-number-editor.c:
132         * src/hildon-time-picker.c: Adding the 5* multiplier to
133         gtk-timeout-update.
134
135 2007-05-24  Xan Lopez  <xan.lopez@nokia.com>
136
137         * src/hildon-note.c (hildon_note_init): Use g_object_ref_sink
138         instead of g_object_ref + gtk_object_sink.
139
140 2007-05-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
141
142         [1.0.6-1 release]
143
144         * NEWS:
145         * configure.ac:
146         * debian/changelog: Updating.
147
148 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
149
150         * src/hildon-color-chooser-dialog.c:
151         * src/hildon-color-chooser.c: A few more GdkColor struct allocation fixes
152         straight from Tommi labs.
153
154 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
155
156         * examples/hildon-finger-example.c: Correcting the header file path.
157
158         * src/hildon-color-chooser-dialog.c: Allocate the color on the stack for 
159         the changed signal. Fixes a small memory leak.
160
161 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
162
163         * autogen.sh:
164         * debian/rules:
165         * src/hildon-banner.c: Importing several usefull fixes from the
166         ubuntu-mobile branch.
167
168 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
169
170         * examples/Makefile.am:
171         * examples/hildon-finger-example.c: Adding a finger-checking code
172         example. 
173
174         * src/hildon-font-selection-dialog.c: Do not allocate the color
175         structure using the g_new. Fixes NB#54061.
176
177 2007-05-09  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
178
179         * src/hildon-helper.c: Correcting tabs in file.
180
181 2007-05-08  Xan Lopez  <xan.lopez@nokia.com>
182
183         * src/hildon-bread-crumb-trail.c: Use set_child_visible only to
184         control the visibility of the children.
185
186         * examples/hildon-bread-crumb-trail-example.c: Plug leak.
187
188 2007-05-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
189
190         [1.0.5-1 release]
191
192         * NEWS:
193         * configure.ac:
194         * debian/changelog: Updating.
195
196 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
197
198         * src/hildon-bread-crumb-trail.c:
199         (hildon_bread_crumb_trail_size_allocate): 
200
201         Make the back button always a square.
202
203 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
204
205         * src/hildon-bread-crumb-trail.h: Include hildon-bread-crumb-widget.h
206         from the .c file as it's a private file. 
207
208 2007-05-03  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
209
210         * examples/hildon-vvolumebar-example.c: The VVolumebar example now
211         uses slightly bigger height.
212
213         * src/hildon-font-selection-dialog.c: Adding some checks before
214         freeing memory in the font selection dialog.
215
216 2007-05-02  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
217
218         * src/hildon-font-selection-dialog.c: Adding a small check when
219         freeing memory. 
220
221         * src/hildon-wizard-dialog.c: Applying a patch by Iain Holmes to fix
222         buttons sensitivity on page switching.
223
224 2007-04-27  Xan Lopez  <xan.lopez@nokia.com>
225
226         * src/hildon-bread-crumb-trail.c: make the add method handle all the
227         internal details of adding a bread crumb to the trail.
228
229 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
230
231         [1.0.4-1 release]
232
233         * README:
234         * configure.ac:
235         * debian/changelog: Updating.
236
237         * src/hildon-bread-crumb-trail.h:
238         * src/hildon-bread-crumb.h: Changing the API guard to
239         HILDON_ENABLE_UNSTABLE_API.
240
241 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
242
243         [1.0.3-1 release]
244
245         * NEWS:
246         * configure.ac:
247         * debian/changelog:
248         * debian/rules:
249         * src/hildon-helper.h: Updating.
250
251 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
252
253         [1.0.2-1 release]
254
255         * NEWS:
256         * configure.ac:
257         * debian/changelog:
258
259 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
260
261         * README:
262         * configure.ac:
263         * src/hildon-helper.h: Small fix to make the package actually compile.
264
265 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
266
267         * src/hildon-bread-crumb-trail.h:
268         * src/hildon-bread-crumb.h:
269
270         Guard with ENABLE_UNSTABLE_API. To use the bread crumb you'll need
271         to define ENABLE_UNSTABLE_API in the code that includes these headers.
272         
273 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
274         
275         * examples/hildon-bread-crumb-trail-example.c:
276         * src/Makefile.am:
277         * src/hildon-bread-crumb-trail.c:
278         * src/hildon-bread-crumb-trail.h:
279         * src/hildon-bread-crumb.c:
280         * src/hildon-bread-crumb.h:
281         * src/hildon-marshalers.list:
282         * src/hildon-bread-crumb-widget.c:
283         * src/hildon-bread-crumb-widget.h:
284
285         Slight change in the widget design. The bread crumb trail API is
286         unchanged, but HildonBreadCrumb is now an interface. A *private*
287         implementation, hildon-bread-crumb-widget, is provided and used
288         internally by the trail for the push_text/push_icon functions.
289
290         The generic push API is still available, so anyone can implement
291         and use its own bread crumb widget.
292         
293 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
294
295         * debian/rules: Fixing the shlibs.
296
297 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
298
299         * src/hildon-banner.c: Fixing a problem with timed banners having
300         their parrent destroyed before they are.
301
302 2007-04-17  Xan Lopez  <xan.lopez@nokia.com>
303
304         * src/hildon-bread-crumb.c:
305         * src/hildon-bread-crumb.h:
306
307         Make the get_natural_size function a vfunc.
308
309 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
310
311         * src/hildon-bread-crumb.c:
312         * src/hildon-bread-crumb-trail.c:
313
314         Some cleanups.
315
316 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
317
318         [1.0.1-1 release]
319
320         * AUTHORS:
321         * NEWS:
322         * configure.ac:
323         * debian/changelog: Updating for release.
324
325 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
326
327         * src/hildon-bread-crumb.c (hildon_bread_crumb_get_natural_size):
328         don't leak the pango layout.
329
330 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
331
332         * src/hildon.h:
333         * examples/hildon-bread-crumb-trail-example.c:
334
335         Fix example.
336
337 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
338
339         * debian/changelog: Removing the bug-fixed entries that were actually
340         resolved as WONTFIX.
341
342         * src/hildon-date-editor.c: Removing a redundant check. Fixes
343         NB#54182.
344
345 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
346
347         * src/hildon-bread-crumb-trail.c:
348         * src/hildon-bread-crumb-trail.h:
349         * src/hildon-bread-crumb.c:
350         * src/hildon-bread-crumb.h:
351
352         Untabify.
353         
354 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
355
356         * src/hildon-bread-crumb-trail.c: don't use the priv data of bct
357         until it's passed the type check.
358
359 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
360
361         * examples/hildon-bread-crumb-trail-example.c
362
363         Add license.
364         
365 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
366
367         * examples/Makefile.am
368         * examples/hildon-bread-crumb-trail-example.c
369         * src/Makefile.am
370         * src/hildon-bread-crumb-trail.c
371         * src/hildon-bread-crumb-trail.h
372         * src/hildon-bread-crumb.c
373         * src/hildon-bread-crumb.h
374
375         New HildonBreadCrumbTrail widget.
376
377 2007-04-02  Lucas Rocha  <lucas.rocha@nokia.com>
378
379         * src/hildon-range-editor.c (hildon_range_editor_init),
380         src/hildon-seekbar.c (hildon_seekbar_get_fraction,
381         hildon_seekbar_set_fraction, hildon_seekbar_set_position),
382         src/hildon-time-editor.c (hildon_time_editor_tap_and_hold_setup,
383         hildon_time_editor_class_init, hildon_time_editor_init),
384         src/hildon-get-password-dialog.c (invalid_input,
385         hildon_get_password_set_property, hildon_get_password_get_property,
386         create_contents, hildon_get_password_dialog_set_max_characters),
387         src/hildon-set-password-dialog.c (create_contents),
388         src/hildon-date-editor.c (hildon_date_editor_init),
389         src/hildon-login-dialog.c (hildon_login_dialog_init),
390         src/hildon-number-editor.c (hildon_number_editor_init),
391         src/hildon-find-toolbar.c (hildon_find_toolbar_emit_invalid_input,
392         hildon_find_toolbar_emit_close, hildon_find_toolbar_init): made all
393         the Maemo GTK+ specific API optional by adding a --with-maemo-gtk
394          configure option and adding the respective checks in the code.
395         * src/hildon-calendar.c (hildon_calendar_paint_week_numbers,
396         hildon_calendar_drag_data_received): fixed some build warnings.
397
398 2007-03-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
399
400         * debian/changelog: A 1.0.0 release notes.
401