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