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