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