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