[2.0.0-1 release]
[hildon] / ChangeLog
1 2007-10-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
2
3         [2.0.0-1 release]
4
5         * NEWS:
6         * configure.ac:
7         * debian/changelog: Updating.
8
9 2007-10-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
10
11         * examples/Makefile.am:
12         * examples/hildon-logical-color-example.c:
13         * src/hildon-helper.c: Fixing the way logical colors/fonts are being
14         applied + adding a test case. Fixes: NB#71660.
15
16 2007-10-08  Xan Lopez  <xan.lopez@nokia.com>
17
18         * src/hildon-window.c (hildon_window_map): only map the vbox if it's supposed
19         to be visible, fixes warning on map for windows without toolbars.
20
21 2007-10-02  Xan Lopez  <xan.lopez@nokia.com>
22
23         * src/hildon-seekbar.c: gtk_range_get_fill_level is available in GTK+ since
24         2.11.0, add a check for that besides the MAEMO_GTK check.
25
26 2007-09-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
27
28         [1.0.17-1 release]
29
30         * NEWS:
31         * configure.ac:
32         * debian/changelog: Updating.
33
34 2007-09-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
35
36         * src/hildon-window.c: Applying patches by Xan to fix the toolbar
37         visibility. Fixes: NB#70842 and MB#615.
38
39 2007-09-25  Xan Lopez  <xan.lopez@nokia.com>
40
41         * src/hildon-bread-crumb-widget.c (hildon_bread_crumb_widget_constructor):
42         set the separator as no-show-all so it doesn't unintentionally appear when
43         someone does a show_all.
44
45 2007-09-25  Xan Lopez  <xan.lopez@nokia.com>
46
47         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_push_text)
48         (hildon_bread_crumb_trail_push_icon): Do not show the separator for the
49         toplevel item. Fixes: NB#62031
50
51 2007-09-24  Xan Lopez  <xan.lopez@nokia.com>
52
53         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_push_icon):
54         fix the name of the function in the docs.
55
56 2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
57
58         [1.0.16-1 release]
59
60         * NEWS:
61         * configure.ac:
62         * debian/changelog: Updating.
63
64 2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
65
66         * examples/hildon-banner-long-example.c: Adding a test-case for long
67         hildon banner.
68
69         * src/hildon-find-toolbar.c: Fixing the get_last_index function.
70
71 2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
72
73         * src/hildon-color-chooser-dialog.c:
74         * src/hildon-color-chooser.c:
75         * src/hildon-font-selection-dialog.c: Adding two patches by Tommi to fix
76         memory leaks in font selector and color selector. Fixes: NB#70499 and
77         NB#70474.
78
79 2007-09-20  Johan Bilien  <johan.bilien@nokia.com> 
80
81         * src/hildon-helper.c: Fixed the leak of the a GList. Fixes: NB#70273.
82
83 2007-09-18  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
84
85         * src/hildon-code-dialog.c: Making the hardcoded WIDTH/HEIGHT values a
86         little bit bigger. Fixes: #NB63694.
87
88 2007-09-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
89
90         [1.0.15-1 release]
91
92         * NEWS:
93         * configure.ac:
94         * debian/changelog: Updating.
95
96 2007-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
97
98         * doc/Makefile.am:
99         * doc/hildon-docs.sgml:
100         * doc/images/bread-crumb-trail.png:
101         * doc/images/calendar-popup.png:
102         * doc/images/caption.png:
103         * doc/images/code-dialog.png:
104         * doc/images/color-button.png:
105         * doc/images/color-chooser-dialog.png:
106         * doc/images/color-chooser.png:
107         * doc/images/controlbar.png:
108         * doc/images/date-editor.png:
109         * doc/images/font-selection-dialog.png:
110         * doc/images/get-password-dialog.png:
111         * doc/images/hvolumebar.png:
112         * doc/images/login-dialog.png:
113         * doc/images/note.png:
114         * doc/images/number-editor.png:
115         * doc/images/range-editor.png:
116         * doc/images/seekbar.png:
117         * doc/images/set-password-dialog.png:
118         * doc/images/sort-dialog.png:
119         * doc/images/time-editor.png:
120         * doc/images/time-picker.png:
121         * doc/images/vvolumebar.png:
122         * doc/images/weekday-picker.png: Adding the new generated widget shots.
123         Adding the bread-crumb-trial and helpers to the documentation.
124
125 2007-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
126
127         * examples/hildon-find-toolbar-example.c:
128         * src/hildon-find-toolbar.c:
129         * src/hildon-find-toolbar.h: FIxing the default history-append handler to
130         actually continue firing the other handlers if connected. Adding a new
131         function:
132         hildon_find_toolbar_get_last_index that gets the index of the most
133         recently added (last) item. Fixes: NB#52301.
134
135 2007-09-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
136
137         * src/hildon-caption.c: Applying a patch by Tommi to fix the focus
138         behaviour. Fixes: NB#68610. 
139
140 2007-09-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
141
142         * src/hildon-banner.c: Actually reverting the previous change. It somehow
143         looks a bit worse.
144
145 2007-09-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
146
147         * src/hildon-banner.c: Changing the infobanner background pixmap to NULL
148         when realizing the banner. Should make the infonbanner effect a bit more
149         bearable.
150
151 2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
152
153         * src/hildon-volumebar.c:
154         * src/hildon-volumebar.h: Changing the GtkWidget to HildonVolumebar in
155         hildon_volumebar_set_range_insensitive_message and
156         hildon_volumebar_set_range_insensitive_messagef. Fixes MB#1848.
157
158 2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
159
160         * src/hildon-window.c: Fixing the border freeing on destroy.
161
162 2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
163
164         * src/hildon-code-dialog-private.h:
165         * src/hildon-code-dialog.c: Adding a patch by Tomas Junnonen to fix the
166         kw keyboard support in HildonCodeDialog.
167
168 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
169
170         [1.0.14-1 release]
171
172         * NEWS:
173         * configure.ac:
174         * debian/changelog: Updating.
175
176 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
177
178         * src/hildon-date-editor.c:
179         * src/hildon-number-editor.c:
180         * src/hildon-private.c:
181         * src/hildon-private.h:
182         * src/hildon-time-editor.c:
183         * src/hildon-weekday-picker.c: A patch by Xan Lopez to fix focus
184         handling in subclassed composite widgets. Fixes: NB#66628.
185
186 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
187
188         * src/hildon-window.c: Removing extra gtk_main_iteration () processing
189         from destroy_ callback as it introduces problems in async dbus signal
190         handlers. Fixes NB#66673.
191
192 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
193
194         * examples/hildon-hvolumebar-example.c:
195         * src/hildon-volumebar.c: Improving the focus handling in the
196         volumebar widgets. Fixes NB#63955 and NB#65155. Also fixing the
197         set_property accessor so that "mute" property can be actually set. I'm
198         scared that nobody noticed it's totally broken.
199
200 2007-08-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
201
202         * debian/control: Use libesd0-dev or osso-esd-dev as esd dependancy.
203         Fixes NB#66548.
204
205 2007-08-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
206
207         * src/hildon-calendar.c:
208         * src/hildon-number-editor.c:
209         * src/hildon-time-picker.c: Changing the timeout repeat so that it
210         matches the spec of 6 chars per second. Fixes: NB#60489.
211
212 2007-08-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
213
214         * src/hildon-helper.c: Really fixing NB#58352. Looks like
215         gtk_style_lookup_color sometime returns FALSE even though color was
216         found and values were filled properly. Weird. Removing the warning for the
217         time being.
218
219 2007-08-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
220
221         * src/hildon-find-toolbar.c: Puting the combobox inside alignment to not
222         expand vertically. Adding some extra space to the find toolbar buttons to
223         make them thumbable. Fixes NB#66060.
224
225 2007-08-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
226
227         * src/hildon-calendar-popup.c: Replacing the "Done" button in the calendar
228         popup with "Ok" and "Cancel". Fixes NB#59299.
229
230 2007-08-20  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
231
232         * src/hildon-calendar.c: Process all window updates before executing next
233         timeout. Fixes: NB#54146.
234
235 2007-08-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
236
237         [1.0.13-1 release]
238
239         * NEWS:
240         * configure.ac:
241         * debian/changelog: Updating.
242
243 2007-08-16  Xan Lopez  <xan.lopez@nokia.com>
244
245         * src/hildon-banner.c: (hildon_banner_client_event): connect directly to
246         the client event and ignore it, since we use the delete event to close
247         after timeouts.
248
249 2007-08-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
250
251         * src/hildon-helper.c: Remove the bogus warning about color not being
252         found. Fixes NB#58352.
253
254 2007-08-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
255
256         * examples/Makefile.am:
257         * examples/hildon-toolbar-seekbar-example.c: Adding an example to test a
258         HildonSeekbar widget inside a toolbar.
259
260 2007-08-16  Xan Lopez  <xan.lopez@nokia.com>
261
262         * src/hildon-banner.c (hildon_banner_init): mark the banners as
263         temporary, depends on maemo-gtk >= 2.10.12-osso7. Also ignore the
264         delete event that will come from _GTK_DELETE_TEMPORARIES, as we
265         don't want to be closed by non-temporary windows on map.
266
267         Also use G_DEFINE_TYPE instead of manually typed code.
268
269 2007-08-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
270
271         [1.0.12-1 release]
272
273         * NEWS:
274         * configure.ac:
275         * debian/changelog:
276         * debian/rules: Updating.
277
278 2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
279
280         * examples/Makefile.am:
281         * examples/hildon-hvolumebar-timer-example.c: Adding an exmaple to debug
282         bug NB#61128. Strangely it works.
283
284 2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
285
286         * src/hildon-date-editor.c: When the date editor entry has been changed
287         but the numbers of characters < max, turn off the skip validation flag.
288         Prevents a situation when we enter first a valid year and later re-write
289         it with an invalid one. Fixes NB#60154.
290
291 2007-07-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
292
293         * src/hildon-code-dialog.c: Fixing the dialog button alignment inside the
294         code dialog. Fixes NB#64355.
295
296 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
297
298         * src/hildon-wizard-dialog.c: Don't call the _set_sensitivity again after
299         switching the page. Fixes NB#49374.
300
301         * examples/Makefile.am:
302         * examples/hildon-wizard-dialog-example.c: Adding an example for
303         HildonWizardDialog that shows how to handle manual sensitivity setting on
304         the wizard dialog.
305
306 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
307
308         * configure.ac:
309         * src/Makefile.am:
310         * src/hildon-version.h.in:
311         * src/hildon.h: Adding the HILDON_CHECK_VERSION macro. Fixes: NB#62061.
312
313 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
314
315         * src/hildon-volumebar.c: Updating the docs.
316
317 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
318
319         [1.0.11-1 release]
320
321         * NEWS:
322         * configure.ac:
323         * debian/changelog: Updating.
324
325 2007-07-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
326
327         * src/hildon-find-toolbar.c:
328         * src/hildon-find-toolbar.h: Adding a few new functions to control the
329         selected item: hildon_find_toolbar_set_active,
330         hildon_find_toolbar_set_active_iter, hildon_find_toolbar_get_active, 
331         hildon_find_toolbar_get_active_iter . They correspond to respective
332         GtkComboBox functions. 
333
334         * examples/Makefile.am:
335         * examples/hildon-find-toolbar-example.c: Adding the example to test the
336         new functionality.
337
338 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
339
340         * examples/Makefile.am:
341         * examples/hildon-seekbar-example.c: Adding the seekbar example to check
342         theming easily.
343
344         * src/hildon-font-selection-dialog.c: Fixing the default focus for dialog
345         when font size > 32 and we pack a focusable widget inside. Actually using
346         the default response would work too, but since we don't show default
347         response state in any way (no theming) it would not be visible to the
348         user. Fixes NB#63430.
349
350 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
351
352         * src/hildon-date-editor.c: Adding the missing variable setter in the
353         set_property handler. Fixes NB#54182.
354
355 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
356
357         * src/hildon-window.h: Changing the long key press time from 1500ms to
358         800ms as requested in NB#63700. I have a bad feeling about this, let's
359         see... Fixes NB#63700.
360
361 2007-07-12  Tommi Komulainen  <tommi.komulainen@nokia.com>
362
363         * src/hildon-time-picker.c (hildon_time_picker_class_init,
364         hildon_time_picker_map, hildon_time_picker_realize,
365         hildon_time_picker_style_set): Split the contents of map to more
366         appropriate functions; set window decorations on realize and update
367         arrows' size requisitions on style-set. Avoids unnecessary resizing.
368
369 2007-07-02  Xan Lopez <xan.lopez@nokia.com>
370
371         [1.0.10-2 release]
372
373         * NEWS:
374         * debian/changelog: Updating.
375
376 2007-07-02  Johan Bilien  <johan.bilien@nokia.com>
377
378         * src/Makefile.am: fixed installation of the header files
379
380 2007-06-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
381
382         [1.0.10-1 release]
383
384         * NEWS:
385         * configure.ac:
386         * debian/changelog: Updating.
387
388 2007-06-27  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
389
390         * configure.ac: Removing some remaining of --enable-xan.
391
392 2007-06-26  Xan Lopez  <xan.lopez@nokia.com>
393
394         * src/hildon-date-editor.c: (hildon_date_editor_keypress):
395         * src/hildon-time-editor.c: (hildon_time_editor_entry_keypress):
396
397         Move all focus crazyness to the rc files. This depends on gtk+2.0 >=
398         2.10.12-osso6 because the move-focus signal needs to be available in
399         GtkWidget.
400
401 2007-06-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
402
403         * examples/Makefile.am:
404         * examples/hildon-hvolumebar-insensitive-map-example.c: Adding an example
405         that makes a HildonVolumebar insensitive before mapping it. Seems to work
406         fine. Prolly NB#61128 is fixed now.
407
408 2007-06-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
409
410         * src/hildon-volumebar.c:
411         * src/hildon-volumebar.h: Adding the
412         hildon_volumebar_set_range_insensitive_message and
413         hildon_volumebar_set_range_insensitive_messagef functions to set
414         insensitive message on the slider of the volumebar. Fixes NB#61129.
415
416         * examples/Makefile.am:
417         * examples/hildon-hvolumebar-insensitive-example.c: Adding an example to
418         test the new insensitive messsage functionality on HildonVolumebar.
419
420 2007-06-14  Xan Lopez  <xan.lopez@nokia.com>
421
422         * src/hildon-private.c (hildon_private_composite_focus): make the focus handler
423         work again.
424
425 2007-06-13  Xan Lopez  <xan.lopez@nokia.com>
426
427         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_clear): workaround
428         http://bugzilla.gnome.org/show_bug.cgi?id=56070 hiding and showing the back
429         button on after clearing the trail.
430
431 2007-06-13  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
432
433         * src/hildon-code-dialog.c: Removing the separator from the dialog.
434
435 2007-06-12  Xan Lopez  <xan.lopez@nokia.com>
436
437         * src/Makefile.am: remove circular dependency in hildon-enum-types.h creation
438         by splitting the installed headers in generated and non-generated groups. Use
439         only the non-generated headers to create the hildon-enum-types.h file.
440
441         * src/hildon-seekbar.h: gtkscale.h already includes gtkrange.h.
442
443 2007-06-12  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
444
445         * src/hildon-window.c: Hide the window before performing the destroy.
446         Should make the app closing a little tiny bit more snappy. 
447
448 2007-06-12  Xan Lopez  <xan.lopez@nokia.com>
449
450         * src/hildon-seekbar.c: add gtkrange.h header
451         * src/hildon-caption.c: remove unused variable
452
453 2007-06-08  Tommi Komulainen  <tommi.komulainen@nokia.com>
454
455         * configure.ac: Remove dysfunctional AC_ARG_ENABLE. Pointed out by
456         Loic Minier.
457
458 2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
459
460         [1.0.9-1 release]
461
462         * NEWS:
463         * configure.ac:
464         * debian/changelog: Updating.
465
466 2007-06-07  Tommi Komulainen  <tommi.komulainen@nokia.com>
467
468         * src/hildon-window.c (hildon_window_window_state_event,
469         hildon_window_is_topmost_notify, hildon_window_class_init): Stop the
470         escape timeout on focus-out-event rather than notify::is-topmost; the
471         latter doesn't get called when menus pop up. Fixes: NB#52946, MB#1101
472
473 2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
474
475         * src/hildon-window.c: Adding a patch from Tommi Komulainen to pass the
476         correct timestamp and button to gtk_menu_popup. Fixes MB#1466. 
477
478 2007-06-07  Xan Lopez  <xan.lopez@nokia.com>
479
480         * src/hildon-window: actually, you need to use the macro always, there's
481         no private pointer in the instance structure. We should have cleaned this up
482         when we had the chance...
483         
484 2007-06-07  Xan Lopez  <xan.lopez@nokia.com>
485
486         * src/hildon-window.c: do not get the private date from HildonWindow before
487         it passes the g_return_if_fail check. Once it's passed the test, there's no
488         need to g_assert that it exists. Do not create a HildonWindowPrivate variable
489         if you are only going to access the data once. Whitespace cleanups.
490
491 2007-06-04  Xan Lopez  <xan.lopez@nokia.com>
492
493         * src/hildon-bread-crumb-trail.c: set children visible before allocation.
494         * src/hildon-bread-crumb-widget.c: set xalign to 0.0 for labels.
495
496 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
497
498         [1.0.8-1 release]
499
500         * NEWS:
501         * configure.ac:
502         * debian/changelog: Updating.
503
504 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
505
506         * src/hildon-window.c: When destroying the window, remove (if exists) the
507         escape timeout handler. Fixes #NB59276.
508
509 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
510
511         * src/hildon-banner.c: When realizing the widget, set the window
512         transiency. Setting the transiency in the gobject constructor is not
513         good, as the widget is not realized at that point. Fixes: #NB56624.
514
515 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
516
517         * src/hildon-bread-crumb-trail.h (struct _HildonBreadCrumbTrailClass):
518         Add padding for future expansions.
519
520 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
521
522         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_class_init):
523         Add a new signal "move-parent", bind Escape and BackSpace to it. The handler
524         will fake an activation on the previous to the last item of the trail, so
525         the effect can be overrided by the developer as usual.
526         Also change the callback for the back button to do the same thing, so its
527         effect can be overrided too. Fixes: NB#58982
528
529 2007-05-30  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
530
531         * src/hildon-caption.c: Implementing the proper focus grabbing in the
532         HildonCaption. Fixes NB#52379. 
533
534 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
535
536         * src/hildon-bread-crumb-trail.c (crumb_activated_cb): be very paranoid about
537         the internal state of the trail after the user has had the chance of executing
538         his handler for the signal. Specifically, it may happen that the activated button
539         is removed and the user still lets the default handler run. This would segfault
540         previously.
541
542 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
543
544         * src/hildon-font-selection-dialog.c: When the font is really big, add the
545         scrollbar to the preview dialog. Fixes NB#54147.
546
547 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
548
549         * src/hildon-date-editor.c: Changing the default max year to 2037. The
550         max/min year properties can be altered, so the client can modify it
551         anyways. 1970 - 2037 sounds like a sane default. Fixes NB#54147.
552
553 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
554
555         * src/hildon-calendar.c: Removing the unused 'hildonlike' property, making
556         hildonlike by default. Fixing a problem with disappearing arrows when
557         scrolling through months and years. Fixes NB#54127. 
558
559 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
560
561         * examples/hildon-date-editor-example.c: Adding error callback to the date
562         editor example. 
563
564 2007-05-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
565
566         [1.0.7-1 release]
567
568         * NEWS:
569         * debian/changelog:
570         * configure.ac: Updating.
571
572 2007-05-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
573
574         * configure.ac: Adding a special '--enable-xan' configure option that
575         turns off the -Werror compilation setting. Usefull for development.
576
577         * src/hildon-calendar.c:
578         * src/hildon-number-editor.c:
579         * src/hildon-time-picker.c: Adding the 5* multiplier to
580         gtk-timeout-update.
581
582 2007-05-24  Xan Lopez  <xan.lopez@nokia.com>
583
584         * src/hildon-note.c (hildon_note_init): Use g_object_ref_sink
585         instead of g_object_ref + gtk_object_sink.
586
587 2007-05-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
588
589         [1.0.6-1 release]
590
591         * NEWS:
592         * configure.ac:
593         * debian/changelog: Updating.
594
595 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
596
597         * src/hildon-color-chooser-dialog.c:
598         * src/hildon-color-chooser.c: A few more GdkColor struct allocation fixes
599         straight from Tommi labs.
600
601 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
602
603         * examples/hildon-finger-example.c: Correcting the header file path.
604
605         * src/hildon-color-chooser-dialog.c: Allocate the color on the stack for 
606         the changed signal. Fixes a small memory leak.
607
608 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
609
610         * autogen.sh:
611         * debian/rules:
612         * src/hildon-banner.c: Importing several usefull fixes from the
613         ubuntu-mobile branch.
614
615 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
616
617         * examples/Makefile.am:
618         * examples/hildon-finger-example.c: Adding a finger-checking code
619         example. 
620
621         * src/hildon-font-selection-dialog.c: Do not allocate the color
622         structure using the g_new. Fixes NB#54061.
623
624 2007-05-09  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
625
626         * src/hildon-helper.c: Correcting tabs in file.
627
628 2007-05-08  Xan Lopez  <xan.lopez@nokia.com>
629
630         * src/hildon-bread-crumb-trail.c: Use set_child_visible only to
631         control the visibility of the children.
632
633         * examples/hildon-bread-crumb-trail-example.c: Plug leak.
634
635 2007-05-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
636
637         [1.0.5-1 release]
638
639         * NEWS:
640         * configure.ac:
641         * debian/changelog: Updating.
642
643 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
644
645         * src/hildon-bread-crumb-trail.c:
646         (hildon_bread_crumb_trail_size_allocate): 
647
648         Make the back button always a square.
649
650 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
651
652         * src/hildon-bread-crumb-trail.h: Include hildon-bread-crumb-widget.h
653         from the .c file as it's a private file. 
654
655 2007-05-03  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
656
657         * examples/hildon-vvolumebar-example.c: The VVolumebar example now
658         uses slightly bigger height.
659
660         * src/hildon-font-selection-dialog.c: Adding some checks before
661         freeing memory in the font selection dialog.
662
663 2007-05-02  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
664
665         * src/hildon-font-selection-dialog.c: Adding a small check when
666         freeing memory. 
667
668         * src/hildon-wizard-dialog.c: Applying a patch by Iain Holmes to fix
669         buttons sensitivity on page switching.
670
671 2007-04-27  Xan Lopez  <xan.lopez@nokia.com>
672
673         * src/hildon-bread-crumb-trail.c: make the add method handle all the
674         internal details of adding a bread crumb to the trail.
675
676 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
677
678         [1.0.4-1 release]
679
680         * README:
681         * configure.ac:
682         * debian/changelog: Updating.
683
684         * src/hildon-bread-crumb-trail.h:
685         * src/hildon-bread-crumb.h: Changing the API guard to
686         HILDON_ENABLE_UNSTABLE_API.
687
688 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
689
690         [1.0.3-1 release]
691
692         * NEWS:
693         * configure.ac:
694         * debian/changelog:
695         * debian/rules:
696         * src/hildon-helper.h: Updating.
697
698 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
699
700         [1.0.2-1 release]
701
702         * NEWS:
703         * configure.ac:
704         * debian/changelog:
705
706 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
707
708         * README:
709         * configure.ac:
710         * src/hildon-helper.h: Small fix to make the package actually compile.
711
712 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
713
714         * src/hildon-bread-crumb-trail.h:
715         * src/hildon-bread-crumb.h:
716
717         Guard with ENABLE_UNSTABLE_API. To use the bread crumb you'll need
718         to define ENABLE_UNSTABLE_API in the code that includes these headers.
719         
720 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
721         
722         * examples/hildon-bread-crumb-trail-example.c:
723         * src/Makefile.am:
724         * src/hildon-bread-crumb-trail.c:
725         * src/hildon-bread-crumb-trail.h:
726         * src/hildon-bread-crumb.c:
727         * src/hildon-bread-crumb.h:
728         * src/hildon-marshalers.list:
729         * src/hildon-bread-crumb-widget.c:
730         * src/hildon-bread-crumb-widget.h:
731
732         Slight change in the widget design. The bread crumb trail API is
733         unchanged, but HildonBreadCrumb is now an interface. A *private*
734         implementation, hildon-bread-crumb-widget, is provided and used
735         internally by the trail for the push_text/push_icon functions.
736
737         The generic push API is still available, so anyone can implement
738         and use its own bread crumb widget.
739         
740 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
741
742         * debian/rules: Fixing the shlibs.
743
744 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
745
746         * src/hildon-banner.c: Fixing a problem with timed banners having
747         their parrent destroyed before they are.
748
749 2007-04-17  Xan Lopez  <xan.lopez@nokia.com>
750
751         * src/hildon-bread-crumb.c:
752         * src/hildon-bread-crumb.h:
753
754         Make the get_natural_size function a vfunc.
755
756 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
757
758         * src/hildon-bread-crumb.c:
759         * src/hildon-bread-crumb-trail.c:
760
761         Some cleanups.
762
763 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
764
765         [1.0.1-1 release]
766
767         * AUTHORS:
768         * NEWS:
769         * configure.ac:
770         * debian/changelog: Updating for release.
771
772 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
773
774         * src/hildon-bread-crumb.c (hildon_bread_crumb_get_natural_size):
775         don't leak the pango layout.
776
777 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
778
779         * src/hildon.h:
780         * examples/hildon-bread-crumb-trail-example.c:
781
782         Fix example.
783
784 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
785
786         * debian/changelog: Removing the bug-fixed entries that were actually
787         resolved as WONTFIX.
788
789         * src/hildon-date-editor.c: Removing a redundant check. Fixes
790         NB#54182.
791
792 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
793
794         * src/hildon-bread-crumb-trail.c:
795         * src/hildon-bread-crumb-trail.h:
796         * src/hildon-bread-crumb.c:
797         * src/hildon-bread-crumb.h:
798
799         Untabify.
800         
801 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
802
803         * src/hildon-bread-crumb-trail.c: don't use the priv data of bct
804         until it's passed the type check.
805
806 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
807
808         * examples/hildon-bread-crumb-trail-example.c
809
810         Add license.
811         
812 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
813
814         * examples/Makefile.am
815         * examples/hildon-bread-crumb-trail-example.c
816         * src/Makefile.am
817         * src/hildon-bread-crumb-trail.c
818         * src/hildon-bread-crumb-trail.h
819         * src/hildon-bread-crumb.c
820         * src/hildon-bread-crumb.h
821
822         New HildonBreadCrumbTrail widget.
823
824 2007-04-02  Lucas Rocha  <lucas.rocha@nokia.com>
825
826         * src/hildon-range-editor.c (hildon_range_editor_init),
827         src/hildon-seekbar.c (hildon_seekbar_get_fraction,
828         hildon_seekbar_set_fraction, hildon_seekbar_set_position),
829         src/hildon-time-editor.c (hildon_time_editor_tap_and_hold_setup,
830         hildon_time_editor_class_init, hildon_time_editor_init),
831         src/hildon-get-password-dialog.c (invalid_input,
832         hildon_get_password_set_property, hildon_get_password_get_property,
833         create_contents, hildon_get_password_dialog_set_max_characters),
834         src/hildon-set-password-dialog.c (create_contents),
835         src/hildon-date-editor.c (hildon_date_editor_init),
836         src/hildon-login-dialog.c (hildon_login_dialog_init),
837         src/hildon-number-editor.c (hildon_number_editor_init),
838         src/hildon-find-toolbar.c (hildon_find_toolbar_emit_invalid_input,
839         hildon_find_toolbar_emit_close, hildon_find_toolbar_init): made all
840         the Maemo GTK+ specific API optional by adding a --with-maemo-gtk
841          configure option and adding the respective checks in the code.
842         * src/hildon-calendar.c (hildon_calendar_paint_week_numbers,
843         hildon_calendar_drag_data_received): fixed some build warnings.
844
845 2007-03-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
846
847         * debian/changelog: A 1.0.0 release notes.
848