2008-11-05 Claudio Saavedra <csaavedra@igalia.com>
[hildon] / ChangeLog
1 2008-11-05  Claudio Saavedra  <csaavedra@igalia.com>
2
3         Release 2.0.7
4
5 2008-08-11  Sven Herzberg  <sven@imendio.com>
6
7         NB#87442: annoying warning: ** Gdk - gdkdrawable-x11.c:878 drawable is
8         not apixmap or window
9
10         * src/hildon-window.c (hildon_window_update_topmost): only try to use
11         an X Windows ID if trhe window is realized
12
13 2008-08-05  Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>
14
15         Release 2.0.6
16
17 2008-07-21 Tim Janik  <timj@imendio.com>
18
19         * src/hildon-code-dialog.c (hildon_code_dialog_backspace): fixed up
20         insertion position after backspace, so additional digits are appended,
21         fixes Bug #85874.
22
23 2008-07-04  Johannes Schmid  <johannes.schmid@openismus.com>
24
25         * src/hildon-color-chooser.h
26         * src/hildon-color-chooser-dialog.h:
27
28         Add G_BEGIN_DECLS and G_END_DECLS to allow linking against C++
29
30 2008-06-10  Michael Natterer  <mitch@imendio.com>
31
32         Merge change from hildon-widgets which makes hildon-1 build
33         against latest GTK+ in order to help the migration process from
34         diablo to fremantle. This change is 100% backward compatible and
35         also builds fine against old GTK+ on diablo.
36
37         * src/hildon-time-editor.c (hildon_time_editor_class_init): The
38         widget_class->tap_and_hold_setup signal slot doesn't exist any
39         longer, stop overriding it.
40
41         (hildon_time_editor_init): g_signal_connect() to the
42         tap-and-hold-setup signal instead.
43
44         (hildon_time_editor_entry_keypress): add cast to fix warning.
45
46 2008-04-15 18:05:19    <timj@imendio.com>
47
48         * src/hildon-banner.c: revert the recent change, that introduced
49         gtk_window_present() calls. this reopens:
50           Bug 78481 - [freetest] information banners are hidden under browser menu
51         But resolves another variant of:
52           Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash
53
54 2008-04-15 13:21:13    <timj@imendio.com>
55
56         * src/hildon-banner.c: refetch layout pointer after GtkLabel possibly
57         recreated its layout, spotted by Kris. this fixes all remaining
58         artefacts and stability issues with the banner code. in particular:
59         Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash
60
61 2008-04-14 16:52:59    <timj@imendio.com>
62
63         * src/hildon-banner.c: guard force_to_wrap_truncated() against
64         operating on unrealized widgets, fixes:
65         Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash
66
67         * src/hildon-banner-private.h: coalesce boolean fields into bitfield.
68
69 2008-04-09  Kristian Rietveld  <kris@imendio.com>
70
71         Fixes: NB#77775: Media Player, Save Now playing list, too long name
72         makes banner disappear.
73         Fixes: NB#79182: info banner flickering with certain message lengts.
74
75         * src/hildon-banner.c (hildon_banner_constructor),
76         (hildon_banner_init), (hildon_banner_set_text),
77         (hildon_banner_set_markup): call hildon_banner_reset_wrap_state(),
78         (hildon_banner_reset_wrap_state): new function: reset wrap flags to
79         FALSE, reset size requests of label and banner,
80         (force_to_wrap_truncated): when the text is too wide, always enforce
81         the maximum possible width instead of recalculating it from the
82         layout; enforce the maximum banner height of 3 lines,
83         (hildon_banner_init): set WORD_CHAR wrapping, this will result in
84         nicer wrapping and no truncated chars if space gets tight.
85
86         * src/hildon-banner-private.h: add has_been_wrapped and
87         has_been_truncated fields.
88
89 2008-04-07  Sven Herzberg  <sven@imendio.com>
90
91         Fixes: NB#78896: libhildon code inspection/coverity: uninitialised
92         local values in hildon_date_editor_size_allocate
93
94         * src/hildon-date-editor.c: moved the real allocation code into the
95         if() branch
96
97 2008-04-07  Sven Herzberg  <sven@imendio.com>
98
99         Prepares: NB#78896: libhildon code inspection/coverity: uninitialised
100         local values in hildon_date_editor_size_allocate
101
102         * src/hildon-date-editor.c: merged the two if() branches together
103
104 2008-04-07  Sven Herzberg  <sven@imendio.com>
105
106         Prepares: NB#78896: libhildon code inspection/coverity: uninitialised
107         local values in hildon_date_editor_size_allocate
108
109         * src/hildon-date-editor.c: changed the arguments of the if()
110         conditions
111
112 2008-04-07  Sven Herzberg  <sven@imendio.com>
113
114         Prepares: NB#78896: libhildon code inspection/coverity: uninitialised
115         local values in hildon_date_editor_size_allocate
116
117         * src/hildon-date-editor.c: split the calculation of the allocation
118         from the real allocation
119
120 2008-03-27  Michael Natterer  <mitch@imendio.com>
121
122         Fixes: NB#81696: The passcode is not overwritten even after
123         selecting
124
125         * src/hildon-code-dialog.c
126         (hildon_code_dialog_button_clicked)
127         (hildon_code_dialog_im_commit): don't use gtk_entry_append_text()
128         because that doesn't overwrite selected text. Instead, emit the
129         "commit" signal on the entry's im_context so the entry's normal
130         insert logic is triggered. Set the cursor to the end of the entry
131         after each insert operation so that we *only* insert in the middle
132         of the text if something was selected.
133
134 2008-03-27  Michael Natterer  <mitch@imendio.com>
135
136         Enable fixing: NB#79916 and NB#79918: The help topic for Color
137         selector cannot be opened
138
139         * src/hildon-color-button.c: add signal "setup-dialog" and emit it
140         when the popup color selector is created. Please connect to this
141         signal in order to set the dialog's help ID.
142
143 2008-03-25  Sven Herzberg  <sven@imendio.com>
144
145         Fixes: MB#1212: Hide info banners (infoprints) on click
146
147         * src/hildon-banner.c: (simulate_close), (hildon_banner_timeout):
148         extracted the close event simulation into an extra function
149         (hildon_banner_button_press_event): simulate a close event and destroy
150         the widget if the event wasn't handled
151         (hildon_banner_class_init): added the button_press_event handler
152         (hildon_banner_init): added button-press events to the widget
153
154 2008-03-25  Sven Herzberg  <sven@imendio.com>
155
156         Fixes: MB:#924: Hildon widgets doesn't support RTL mode
157         Patch from: Mohammad Anwari  <mdamt@maemo.org>
158
159         * src/hildon-banner.c: let the HildonBanners pop up on the left side
160         instead of the right in RTL mode
161         * src/hildon-bread-crumb-trail.c: mirror the appearance of the
162         breadcrumb button list in RTL mode
163         * src/hildon-caption.c: mirror the appearance of the caption widget in
164         RTL mode
165         * src/hildon-date-editor.c: mirror appearance of the date editor in
166         RTL mode
167         * src/hildon-time-editor.c: mirror appearance of the time editor in
168         RTL mode
169         * src/hildon-window.c: fix the position of the popup in RTL mode
170
171 2008-03-25  Sven Herzberg  <sven@imendio.com>
172
173         Amendment to the fix of NB#22072. Fix compilation.
174
175         * src/hildon-banner.c: (hildon_banner_timeout): fix compilation
176
177 2008-03-19  Sven Herzberg  <sven@imendio.com>
178
179         Fixes: NB#22072: Revisiting fix for "Implement robust timer handling
180         in Info Banner" bug
181
182         * src/hildon-banner.c: (hildon_banner_timeout): reset the current
183         timeout id properly when the timeout will disappear this leaves no
184         artifacts around in the destroy(); there will only be the timeout
185         created by hildon_banner_ensure_timeout() and adding a new timeout
186         will also work if the timeout gets removed because the timeout_handler
187         returned FALSE
188
189 2008-03-19  Michael Natterer  <mitch@imendio.com>
190
191         Fixes: NB#79791: Cannot set focus to Master volume using stylus
192
193         * src/hildon-volumebar.c
194         * src/hildon-vvolumebar.c
195         * src/hildon-hvolumebar.c (init): remove UNSET_FLAGS(CAN_FOCUS) so
196         the widget becomes focussable at all.
197
198         * src/hildon-volumebar.c: implement GtkWidget::grab_focus() and
199         set the focus to wither the mute button or the volumebar.
200
201         Remove own "can-focus" property and instead listen to
202         notify::can-focus in order to update the widget's state.
203
204         Implement GtkWidget::focus() and make sure we can also *leave* the
205         widget, not only enter it, depending on volumebar orientation and
206         requested focus direction.
207
208         Clean up set_mute() to cooperate nicely with all the above.
209
210 2008-03-04  Michael Natterer  <mitch@imendio.com>
211
212         Fixes: NB#78481: information banners are hidden under browser menu
213
214         * src/hildon-banner.c: call gtk_window_present() on the banners so
215         they are risen if they are already visible.
216
217 2008-03-03  Sven Herzberg  <sven@imendio.com>
218
219         Fixes: MB#1220: HildonWindow should take GtkMenu accel_group into account
220
221         * examples/hildon-window-menu-example.c: (main): extended the window
222         menu example to serve as a testcase for automatically added
223         accelerator groups, too
224         * src/hildon-window.c: (hildon_window_add_accel_group),
225         (hildon_window_set_menu): added patch by Tommi Komulainen
226
227 2008-03-03  Sven Herzberg  <sven@imendio.com>
228
229         Fixes: MB#1276: wrong allocators used in hildon_window_get_borders
230
231         * src/hildon-window.c: (hildon_window_get_borders): don't imply any
232         knowledge about the border allocators used within GTK+
233
234 2008-02-26  Sven Herzberg  <sven@imendio.com>
235
236         Fixes: MB#2981: Build with asserts broken
237
238         * src/hildon-date-editor.c,
239         * src/hildon-number-editor.c,
240         * src/hildon-time-editor.c,
241         * src/hildon-weekday-picker.c: replace HILDON_IS_EDITOR_EDITOR by a
242         the proper GType instance check
243
244 2008-02-25  Sven Herzberg  <sven@imendio.com>
245
246         Fixed: MB#1221: HildonWindow shouldn't call show_all for GtkMenu
247
248         * doc/Makefile.am: tell gtk-doc about HILDON_DISABLE_DEPRECATED
249         * examples/hildon-window-menu-example.c: (main): explicitly show
250         the menu item
251         * src/hildon-window.c:
252         (hildon_window_set_main_menu): moved most of the code from set_menu()
253         to this place; skipped the call to gtk_widget_show_all(); also didn't
254         introduce gtk_widget_show() as gtk_menu_popup() will call that anyways
255         (hildon_window_set_menu): removed most of the code, just keep the
256         questionable gtk_widget_show_all()
257         * src/hildon-window.h: added the new function and deprecate the old
258         one
259
260 2008-01-10  Xan Lopez  <xan.lopez@nokia.com>
261
262         [2.0.1-1 release]
263
264         * NEWS:
265         * configure.ac:
266         * debian/changelog: Updating.
267
268 2008-01-10  Xan Lopez  <xan.lopez@nokia.com>
269
270         * configure.ac:
271         * pkgconfig/Makefile.am:
272         * pkgconfig/hildon.pc.in:
273         * src/Makefile.am:
274
275         Do not use PACKAGE_VERSION_MAJOR as the API revision,
276         use newly created API_MAJOR_VERSION.
277         
278 2008-01-09  Xan Lopez  <xan.lopez@nokia.com>
279
280         [2.0.0-1 release]
281
282         * NEWS:
283         * configure.ac:
284         * debian/changelog: Updating.
285
286 2008-01-09  Xan Lopez  <xan.lopez@nokia.com>
287
288         * src/hildon-color-chooser.c (hildon_color_chooser_class_init): 
289
290         Add outer_border style property, we use it but don't define it (!).
291
292         Fixes NB#75310
293
294 2007-12-21  Xan Lopez  <xan.lopez@nokia.com>
295
296         * examples/hildon-bread-crumb-trail-example.c (main): 
297
298         Add clear button.
299
300         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_remove): 
301
302         Fix logic for the bread crumb trail node removal.
303
304         Fixes: NB#78616
305
306 2007-12-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
307
308         [1.99.1-1 release]
309
310         * NEWS:
311         * configure.ac:
312         * debian/changelog: Updating.
313
314 2007-11-08  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
315
316         Patch by Alejandro to get/set passwords dialogs accesibility.
317
318         * hildon-1/src/hildon-get-password-dialog.c:
319         * hildon-1/src/hildon-set-password-dialog.c: 
320         Set atk_set_name to the passwd entries in order to allow 
321         accessibility by name on this entries.
322         
323 2007-10-11  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
324
325         [1.99.0-2 release]
326
327         * debian/changelog:
328         * debian/control: Updating gtk dep.
329
330 2007-10-10  Mohammad Anwari  <Mohammad.Anwari@nokia.com>
331
332         * configure.ac, pkgconfig/hildon-1.pc: Turn on -DMAEMO_CHANGES only if
333         USE_MAEMO_GTK is enabled.
334
335 2007-10-10  Xan Lopez  <xan.lopez@nokia.com>
336
337         * src/hildon-code-dialog.c (hildon_code_dialog_init): check for
338         MAEMO_GTK or GTK+ > 2.11 before using GTK_BUTTONBOX_CENTER mode.
339
340 2007-10-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
341
342         [1.99.0-1 release]
343
344         * NEWS:
345         * configure.ac:
346         * debian/changelog: Updating.
347
348 2007-10-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
349
350         * examples/Makefile.am:
351         * examples/hildon-logical-color-example.c:
352         * src/hildon-helper.c: Fixing the way logical colors/fonts are being
353         applied + adding a test case. Fixes: NB#71660.
354
355 2007-10-08  Xan Lopez  <xan.lopez@nokia.com>
356
357         * src/hildon-window.c (hildon_window_map): only map the vbox if it's supposed
358         to be visible, fixes warning on map for windows without toolbars.
359
360 2007-10-02  Xan Lopez  <xan.lopez@nokia.com>
361
362         * src/hildon-seekbar.c: gtk_range_get_fill_level is available in GTK+ since
363         2.11.0, add a check for that besides the MAEMO_GTK check.
364
365 2007-09-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
366
367         [1.0.17-1 release]
368
369         * NEWS:
370         * configure.ac:
371         * debian/changelog: Updating.
372
373 2007-09-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
374
375         * src/hildon-window.c: Applying patches by Xan to fix the toolbar
376         visibility. Fixes: NB#70842 and MB#615.
377
378 2007-09-25  Xan Lopez  <xan.lopez@nokia.com>
379
380         * src/hildon-bread-crumb-widget.c (hildon_bread_crumb_widget_constructor):
381         set the separator as no-show-all so it doesn't unintentionally appear when
382         someone does a show_all.
383
384 2007-09-25  Xan Lopez  <xan.lopez@nokia.com>
385
386         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_push_text)
387         (hildon_bread_crumb_trail_push_icon): Do not show the separator for the
388         toplevel item. Fixes: NB#62031
389
390 2007-09-24  Xan Lopez  <xan.lopez@nokia.com>
391
392         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_push_icon):
393         fix the name of the function in the docs.
394
395 2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
396
397         [1.0.16-1 release]
398
399         * NEWS:
400         * configure.ac:
401         * debian/changelog: Updating.
402
403 2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
404
405         * examples/hildon-banner-long-example.c: Adding a test-case for long
406         hildon banner.
407
408         * src/hildon-find-toolbar.c: Fixing the get_last_index function.
409
410 2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
411
412         * src/hildon-color-chooser-dialog.c:
413         * src/hildon-color-chooser.c:
414         * src/hildon-font-selection-dialog.c: Adding two patches by Tommi to fix
415         memory leaks in font selector and color selector. Fixes: NB#70499 and
416         NB#70474.
417
418 2007-09-20  Johan Bilien  <johan.bilien@nokia.com> 
419
420         * src/hildon-helper.c: Fixed the leak of the a GList. Fixes: NB#70273.
421
422 2007-09-18  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
423
424         * src/hildon-code-dialog.c: Making the hardcoded WIDTH/HEIGHT values a
425         little bit bigger. Fixes: #NB63694.
426
427 2007-09-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
428
429         [1.0.15-1 release]
430
431         * NEWS:
432         * configure.ac:
433         * debian/changelog: Updating.
434
435 2007-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
436
437         * doc/Makefile.am:
438         * doc/hildon-docs.sgml:
439         * doc/images/bread-crumb-trail.png:
440         * doc/images/calendar-popup.png:
441         * doc/images/caption.png:
442         * doc/images/code-dialog.png:
443         * doc/images/color-button.png:
444         * doc/images/color-chooser-dialog.png:
445         * doc/images/color-chooser.png:
446         * doc/images/controlbar.png:
447         * doc/images/date-editor.png:
448         * doc/images/font-selection-dialog.png:
449         * doc/images/get-password-dialog.png:
450         * doc/images/hvolumebar.png:
451         * doc/images/login-dialog.png:
452         * doc/images/note.png:
453         * doc/images/number-editor.png:
454         * doc/images/range-editor.png:
455         * doc/images/seekbar.png:
456         * doc/images/set-password-dialog.png:
457         * doc/images/sort-dialog.png:
458         * doc/images/time-editor.png:
459         * doc/images/time-picker.png:
460         * doc/images/vvolumebar.png:
461         * doc/images/weekday-picker.png: Adding the new generated widget shots.
462         Adding the bread-crumb-trial and helpers to the documentation.
463
464 2007-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
465
466         * examples/hildon-find-toolbar-example.c:
467         * src/hildon-find-toolbar.c:
468         * src/hildon-find-toolbar.h: FIxing the default history-append handler to
469         actually continue firing the other handlers if connected. Adding a new
470         function:
471         hildon_find_toolbar_get_last_index that gets the index of the most
472         recently added (last) item. Fixes: NB#52301.
473
474 2007-09-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
475
476         * src/hildon-caption.c: Applying a patch by Tommi to fix the focus
477         behaviour. Fixes: NB#68610. 
478
479 2007-09-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
480
481         * src/hildon-banner.c: Actually reverting the previous change. It somehow
482         looks a bit worse.
483
484 2007-09-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
485
486         * src/hildon-banner.c: Changing the infobanner background pixmap to NULL
487         when realizing the banner. Should make the infonbanner effect a bit more
488         bearable.
489
490 2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
491
492         * src/hildon-volumebar.c:
493         * src/hildon-volumebar.h: Changing the GtkWidget to HildonVolumebar in
494         hildon_volumebar_set_range_insensitive_message and
495         hildon_volumebar_set_range_insensitive_messagef. Fixes MB#1848.
496
497 2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
498
499         * src/hildon-window.c: Fixing the border freeing on destroy.
500
501 2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
502
503         * src/hildon-code-dialog-private.h:
504         * src/hildon-code-dialog.c: Adding a patch by Tomas Junnonen to fix the
505         kw keyboard support in HildonCodeDialog.
506
507 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
508
509         [1.0.14-1 release]
510
511         * NEWS:
512         * configure.ac:
513         * debian/changelog: Updating.
514
515 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
516
517         * src/hildon-date-editor.c:
518         * src/hildon-number-editor.c:
519         * src/hildon-private.c:
520         * src/hildon-private.h:
521         * src/hildon-time-editor.c:
522         * src/hildon-weekday-picker.c: A patch by Xan Lopez to fix focus
523         handling in subclassed composite widgets. Fixes: NB#66628.
524
525 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
526
527         * src/hildon-window.c: Removing extra gtk_main_iteration () processing
528         from destroy_ callback as it introduces problems in async dbus signal
529         handlers. Fixes NB#66673.
530
531 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
532
533         * examples/hildon-hvolumebar-example.c:
534         * src/hildon-volumebar.c: Improving the focus handling in the
535         volumebar widgets. Fixes NB#63955 and NB#65155. Also fixing the
536         set_property accessor so that "mute" property can be actually set. I'm
537         scared that nobody noticed it's totally broken.
538
539 2007-08-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
540
541         * debian/control: Use libesd0-dev or osso-esd-dev as esd dependancy.
542         Fixes NB#66548.
543
544 2007-08-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
545
546         * src/hildon-calendar.c:
547         * src/hildon-number-editor.c:
548         * src/hildon-time-picker.c: Changing the timeout repeat so that it
549         matches the spec of 6 chars per second. Fixes: NB#60489.
550
551 2007-08-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
552
553         * src/hildon-helper.c: Really fixing NB#58352. Looks like
554         gtk_style_lookup_color sometime returns FALSE even though color was
555         found and values were filled properly. Weird. Removing the warning for the
556         time being.
557
558 2007-08-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
559
560         * src/hildon-find-toolbar.c: Puting the combobox inside alignment to not
561         expand vertically. Adding some extra space to the find toolbar buttons to
562         make them thumbable. Fixes NB#66060.
563
564 2007-08-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
565
566         * src/hildon-calendar-popup.c: Replacing the "Done" button in the calendar
567         popup with "Ok" and "Cancel". Fixes NB#59299.
568
569 2007-08-20  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
570
571         * src/hildon-calendar.c: Process all window updates before executing next
572         timeout. Fixes: NB#54146.
573
574 2007-08-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
575
576         [1.0.13-1 release]
577
578         * NEWS:
579         * configure.ac:
580         * debian/changelog: Updating.
581
582 2007-08-16  Xan Lopez  <xan.lopez@nokia.com>
583
584         * src/hildon-banner.c: (hildon_banner_client_event): connect directly to
585         the client event and ignore it, since we use the delete event to close
586         after timeouts.
587
588 2007-08-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
589
590         * src/hildon-helper.c: Remove the bogus warning about color not being
591         found. Fixes NB#58352.
592
593 2007-08-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
594
595         * examples/Makefile.am:
596         * examples/hildon-toolbar-seekbar-example.c: Adding an example to test a
597         HildonSeekbar widget inside a toolbar.
598
599 2007-08-16  Xan Lopez  <xan.lopez@nokia.com>
600
601         * src/hildon-banner.c (hildon_banner_init): mark the banners as
602         temporary, depends on maemo-gtk >= 2.10.12-osso7. Also ignore the
603         delete event that will come from _GTK_DELETE_TEMPORARIES, as we
604         don't want to be closed by non-temporary windows on map.
605
606         Also use G_DEFINE_TYPE instead of manually typed code.
607
608 2007-08-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
609
610         [1.0.12-1 release]
611
612         * NEWS:
613         * configure.ac:
614         * debian/changelog:
615         * debian/rules: Updating.
616
617 2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
618
619         * examples/Makefile.am:
620         * examples/hildon-hvolumebar-timer-example.c: Adding an exmaple to debug
621         bug NB#61128. Strangely it works.
622
623 2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
624
625         * src/hildon-date-editor.c: When the date editor entry has been changed
626         but the numbers of characters < max, turn off the skip validation flag.
627         Prevents a situation when we enter first a valid year and later re-write
628         it with an invalid one. Fixes NB#60154.
629
630 2007-07-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
631
632         * src/hildon-code-dialog.c: Fixing the dialog button alignment inside the
633         code dialog. Fixes NB#64355.
634
635 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
636
637         * src/hildon-wizard-dialog.c: Don't call the _set_sensitivity again after
638         switching the page. Fixes NB#49374.
639
640         * examples/Makefile.am:
641         * examples/hildon-wizard-dialog-example.c: Adding an example for
642         HildonWizardDialog that shows how to handle manual sensitivity setting on
643         the wizard dialog.
644
645 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
646
647         * configure.ac:
648         * src/Makefile.am:
649         * src/hildon-version.h.in:
650         * src/hildon.h: Adding the HILDON_CHECK_VERSION macro. Fixes: NB#62061.
651
652 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
653
654         * src/hildon-volumebar.c: Updating the docs.
655
656 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
657
658         [1.0.11-1 release]
659
660         * NEWS:
661         * configure.ac:
662         * debian/changelog: Updating.
663
664 2007-07-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
665
666         * src/hildon-find-toolbar.c:
667         * src/hildon-find-toolbar.h: Adding a few new functions to control the
668         selected item: hildon_find_toolbar_set_active,
669         hildon_find_toolbar_set_active_iter, hildon_find_toolbar_get_active, 
670         hildon_find_toolbar_get_active_iter . They correspond to respective
671         GtkComboBox functions. 
672
673         * examples/Makefile.am:
674         * examples/hildon-find-toolbar-example.c: Adding the example to test the
675         new functionality.
676
677 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
678
679         * examples/Makefile.am:
680         * examples/hildon-seekbar-example.c: Adding the seekbar example to check
681         theming easily.
682
683         * src/hildon-font-selection-dialog.c: Fixing the default focus for dialog
684         when font size > 32 and we pack a focusable widget inside. Actually using
685         the default response would work too, but since we don't show default
686         response state in any way (no theming) it would not be visible to the
687         user. Fixes NB#63430.
688
689 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
690
691         * src/hildon-date-editor.c: Adding the missing variable setter in the
692         set_property handler. Fixes NB#54182.
693
694 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
695
696         * src/hildon-window.h: Changing the long key press time from 1500ms to
697         800ms as requested in NB#63700. I have a bad feeling about this, let's
698         see... Fixes NB#63700.
699
700 2007-07-12  Tommi Komulainen  <tommi.komulainen@nokia.com>
701
702         * src/hildon-time-picker.c (hildon_time_picker_class_init,
703         hildon_time_picker_map, hildon_time_picker_realize,
704         hildon_time_picker_style_set): Split the contents of map to more
705         appropriate functions; set window decorations on realize and update
706         arrows' size requisitions on style-set. Avoids unnecessary resizing.
707
708 2007-07-02  Xan Lopez <xan.lopez@nokia.com>
709
710         [1.0.10-2 release]
711
712         * NEWS:
713         * debian/changelog: Updating.
714
715 2007-07-02  Johan Bilien  <johan.bilien@nokia.com>
716
717         * src/Makefile.am: fixed installation of the header files
718
719 2007-06-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
720
721         [1.0.10-1 release]
722
723         * NEWS:
724         * configure.ac:
725         * debian/changelog: Updating.
726
727 2007-06-27  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
728
729         * configure.ac: Removing some remaining of --enable-xan.
730
731 2007-06-26  Xan Lopez  <xan.lopez@nokia.com>
732
733         * src/hildon-date-editor.c: (hildon_date_editor_keypress):
734         * src/hildon-time-editor.c: (hildon_time_editor_entry_keypress):
735
736         Move all focus crazyness to the rc files. This depends on gtk+2.0 >=
737         2.10.12-osso6 because the move-focus signal needs to be available in
738         GtkWidget.
739
740 2007-06-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
741
742         * examples/Makefile.am:
743         * examples/hildon-hvolumebar-insensitive-map-example.c: Adding an example
744         that makes a HildonVolumebar insensitive before mapping it. Seems to work
745         fine. Prolly NB#61128 is fixed now.
746
747 2007-06-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
748
749         * src/hildon-volumebar.c:
750         * src/hildon-volumebar.h: Adding the
751         hildon_volumebar_set_range_insensitive_message and
752         hildon_volumebar_set_range_insensitive_messagef functions to set
753         insensitive message on the slider of the volumebar. Fixes NB#61129.
754
755         * examples/Makefile.am:
756         * examples/hildon-hvolumebar-insensitive-example.c: Adding an example to
757         test the new insensitive messsage functionality on HildonVolumebar.
758
759 2007-06-14  Xan Lopez  <xan.lopez@nokia.com>
760
761         * src/hildon-private.c (hildon_private_composite_focus): make the focus handler
762         work again.
763
764 2007-06-13  Xan Lopez  <xan.lopez@nokia.com>
765
766         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_clear): workaround
767         http://bugzilla.gnome.org/show_bug.cgi?id=56070 hiding and showing the back
768         button on after clearing the trail.
769
770 2007-06-13  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
771
772         * src/hildon-code-dialog.c: Removing the separator from the dialog.
773
774 2007-06-12  Xan Lopez  <xan.lopez@nokia.com>
775
776         * src/Makefile.am: remove circular dependency in hildon-enum-types.h creation
777         by splitting the installed headers in generated and non-generated groups. Use
778         only the non-generated headers to create the hildon-enum-types.h file.
779
780         * src/hildon-seekbar.h: gtkscale.h already includes gtkrange.h.
781
782 2007-06-12  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
783
784         * src/hildon-window.c: Hide the window before performing the destroy.
785         Should make the app closing a little tiny bit more snappy. 
786
787 2007-06-12  Xan Lopez  <xan.lopez@nokia.com>
788
789         * src/hildon-seekbar.c: add gtkrange.h header
790         * src/hildon-caption.c: remove unused variable
791
792 2007-06-08  Tommi Komulainen  <tommi.komulainen@nokia.com>
793
794         * configure.ac: Remove dysfunctional AC_ARG_ENABLE. Pointed out by
795         Loic Minier.
796
797 2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
798
799         [1.0.9-1 release]
800
801         * NEWS:
802         * configure.ac:
803         * debian/changelog: Updating.
804
805 2007-06-07  Tommi Komulainen  <tommi.komulainen@nokia.com>
806
807         * src/hildon-window.c (hildon_window_window_state_event,
808         hildon_window_is_topmost_notify, hildon_window_class_init): Stop the
809         escape timeout on focus-out-event rather than notify::is-topmost; the
810         latter doesn't get called when menus pop up. Fixes: NB#52946, MB#1101
811
812 2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
813
814         * src/hildon-window.c: Adding a patch from Tommi Komulainen to pass the
815         correct timestamp and button to gtk_menu_popup. Fixes MB#1466. 
816
817 2007-06-07  Xan Lopez  <xan.lopez@nokia.com>
818
819         * src/hildon-window: actually, you need to use the macro always, there's
820         no private pointer in the instance structure. We should have cleaned this up
821         when we had the chance...
822         
823 2007-06-07  Xan Lopez  <xan.lopez@nokia.com>
824
825         * src/hildon-window.c: do not get the private date from HildonWindow before
826         it passes the g_return_if_fail check. Once it's passed the test, there's no
827         need to g_assert that it exists. Do not create a HildonWindowPrivate variable
828         if you are only going to access the data once. Whitespace cleanups.
829
830 2007-06-04  Xan Lopez  <xan.lopez@nokia.com>
831
832         * src/hildon-bread-crumb-trail.c: set children visible before allocation.
833         * src/hildon-bread-crumb-widget.c: set xalign to 0.0 for labels.
834
835 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
836
837         [1.0.8-1 release]
838
839         * NEWS:
840         * configure.ac:
841         * debian/changelog: Updating.
842
843 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
844
845         * src/hildon-window.c: When destroying the window, remove (if exists) the
846         escape timeout handler. Fixes #NB59276.
847
848 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
849
850         * src/hildon-banner.c: When realizing the widget, set the window
851         transiency. Setting the transiency in the gobject constructor is not
852         good, as the widget is not realized at that point. Fixes: #NB56624.
853
854 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
855
856         * src/hildon-bread-crumb-trail.h (struct _HildonBreadCrumbTrailClass):
857         Add padding for future expansions.
858
859 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
860
861         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_class_init):
862         Add a new signal "move-parent", bind Escape and BackSpace to it. The handler
863         will fake an activation on the previous to the last item of the trail, so
864         the effect can be overrided by the developer as usual.
865         Also change the callback for the back button to do the same thing, so its
866         effect can be overrided too. Fixes: NB#58982
867
868 2007-05-30  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
869
870         * src/hildon-caption.c: Implementing the proper focus grabbing in the
871         HildonCaption. Fixes NB#52379. 
872
873 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
874
875         * src/hildon-bread-crumb-trail.c (crumb_activated_cb): be very paranoid about
876         the internal state of the trail after the user has had the chance of executing
877         his handler for the signal. Specifically, it may happen that the activated button
878         is removed and the user still lets the default handler run. This would segfault
879         previously.
880
881 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
882
883         * src/hildon-font-selection-dialog.c: When the font is really big, add the
884         scrollbar to the preview dialog. Fixes NB#54147.
885
886 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
887
888         * src/hildon-date-editor.c: Changing the default max year to 2037. The
889         max/min year properties can be altered, so the client can modify it
890         anyways. 1970 - 2037 sounds like a sane default. Fixes NB#54147.
891
892 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
893
894         * src/hildon-calendar.c: Removing the unused 'hildonlike' property, making
895         hildonlike by default. Fixing a problem with disappearing arrows when
896         scrolling through months and years. Fixes NB#54127. 
897
898 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
899
900         * examples/hildon-date-editor-example.c: Adding error callback to the date
901         editor example. 
902
903 2007-05-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
904
905         [1.0.7-1 release]
906
907         * NEWS:
908         * debian/changelog:
909         * configure.ac: Updating.
910
911 2007-05-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
912
913         * configure.ac: Adding a special '--enable-xan' configure option that
914         turns off the -Werror compilation setting. Usefull for development.
915
916         * src/hildon-calendar.c:
917         * src/hildon-number-editor.c:
918         * src/hildon-time-picker.c: Adding the 5* multiplier to
919         gtk-timeout-update.
920
921 2007-05-24  Xan Lopez  <xan.lopez@nokia.com>
922
923         * src/hildon-note.c (hildon_note_init): Use g_object_ref_sink
924         instead of g_object_ref + gtk_object_sink.
925
926 2007-05-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
927
928         [1.0.6-1 release]
929
930         * NEWS:
931         * configure.ac:
932         * debian/changelog: Updating.
933
934 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
935
936         * src/hildon-color-chooser-dialog.c:
937         * src/hildon-color-chooser.c: A few more GdkColor struct allocation fixes
938         straight from Tommi labs.
939
940 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
941
942         * examples/hildon-finger-example.c: Correcting the header file path.
943
944         * src/hildon-color-chooser-dialog.c: Allocate the color on the stack for 
945         the changed signal. Fixes a small memory leak.
946
947 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
948
949         * autogen.sh:
950         * debian/rules:
951         * src/hildon-banner.c: Importing several usefull fixes from the
952         ubuntu-mobile branch.
953
954 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
955
956         * examples/Makefile.am:
957         * examples/hildon-finger-example.c: Adding a finger-checking code
958         example. 
959
960         * src/hildon-font-selection-dialog.c: Do not allocate the color
961         structure using the g_new. Fixes NB#54061.
962
963 2007-05-09  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
964
965         * src/hildon-helper.c: Correcting tabs in file.
966
967 2007-05-08  Xan Lopez  <xan.lopez@nokia.com>
968
969         * src/hildon-bread-crumb-trail.c: Use set_child_visible only to
970         control the visibility of the children.
971
972         * examples/hildon-bread-crumb-trail-example.c: Plug leak.
973
974 2007-05-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
975
976         [1.0.5-1 release]
977
978         * NEWS:
979         * configure.ac:
980         * debian/changelog: Updating.
981
982 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
983
984         * src/hildon-bread-crumb-trail.c:
985         (hildon_bread_crumb_trail_size_allocate): 
986
987         Make the back button always a square.
988
989 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
990
991         * src/hildon-bread-crumb-trail.h: Include hildon-bread-crumb-widget.h
992         from the .c file as it's a private file. 
993
994 2007-05-03  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
995
996         * examples/hildon-vvolumebar-example.c: The VVolumebar example now
997         uses slightly bigger height.
998
999         * src/hildon-font-selection-dialog.c: Adding some checks before
1000         freeing memory in the font selection dialog.
1001
1002 2007-05-02  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1003
1004         * src/hildon-font-selection-dialog.c: Adding a small check when
1005         freeing memory. 
1006
1007         * src/hildon-wizard-dialog.c: Applying a patch by Iain Holmes to fix
1008         buttons sensitivity on page switching.
1009
1010 2007-04-27  Xan Lopez  <xan.lopez@nokia.com>
1011
1012         * src/hildon-bread-crumb-trail.c: make the add method handle all the
1013         internal details of adding a bread crumb to the trail.
1014
1015 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1016
1017         [1.0.4-1 release]
1018
1019         * README:
1020         * configure.ac:
1021         * debian/changelog: Updating.
1022
1023         * src/hildon-bread-crumb-trail.h:
1024         * src/hildon-bread-crumb.h: Changing the API guard to
1025         HILDON_ENABLE_UNSTABLE_API.
1026
1027 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1028
1029         [1.0.3-1 release]
1030
1031         * NEWS:
1032         * configure.ac:
1033         * debian/changelog:
1034         * debian/rules:
1035         * src/hildon-helper.h: Updating.
1036
1037 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1038
1039         [1.0.2-1 release]
1040
1041         * NEWS:
1042         * configure.ac:
1043         * debian/changelog:
1044
1045 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1046
1047         * README:
1048         * configure.ac:
1049         * src/hildon-helper.h: Small fix to make the package actually compile.
1050
1051 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
1052
1053         * src/hildon-bread-crumb-trail.h:
1054         * src/hildon-bread-crumb.h:
1055
1056         Guard with ENABLE_UNSTABLE_API. To use the bread crumb you'll need
1057         to define ENABLE_UNSTABLE_API in the code that includes these headers.
1058         
1059 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
1060         
1061         * examples/hildon-bread-crumb-trail-example.c:
1062         * src/Makefile.am:
1063         * src/hildon-bread-crumb-trail.c:
1064         * src/hildon-bread-crumb-trail.h:
1065         * src/hildon-bread-crumb.c:
1066         * src/hildon-bread-crumb.h:
1067         * src/hildon-marshalers.list:
1068         * src/hildon-bread-crumb-widget.c:
1069         * src/hildon-bread-crumb-widget.h:
1070
1071         Slight change in the widget design. The bread crumb trail API is
1072         unchanged, but HildonBreadCrumb is now an interface. A *private*
1073         implementation, hildon-bread-crumb-widget, is provided and used
1074         internally by the trail for the push_text/push_icon functions.
1075
1076         The generic push API is still available, so anyone can implement
1077         and use its own bread crumb widget.
1078         
1079 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1080
1081         * debian/rules: Fixing the shlibs.
1082
1083 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1084
1085         * src/hildon-banner.c: Fixing a problem with timed banners having
1086         their parrent destroyed before they are.
1087
1088 2007-04-17  Xan Lopez  <xan.lopez@nokia.com>
1089
1090         * src/hildon-bread-crumb.c:
1091         * src/hildon-bread-crumb.h:
1092
1093         Make the get_natural_size function a vfunc.
1094
1095 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
1096
1097         * src/hildon-bread-crumb.c:
1098         * src/hildon-bread-crumb-trail.c:
1099
1100         Some cleanups.
1101
1102 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1103
1104         [1.0.1-1 release]
1105
1106         * AUTHORS:
1107         * NEWS:
1108         * configure.ac:
1109         * debian/changelog: Updating for release.
1110
1111 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
1112
1113         * src/hildon-bread-crumb.c (hildon_bread_crumb_get_natural_size):
1114         don't leak the pango layout.
1115
1116 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
1117
1118         * src/hildon.h:
1119         * examples/hildon-bread-crumb-trail-example.c:
1120
1121         Fix example.
1122
1123 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1124
1125         * debian/changelog: Removing the bug-fixed entries that were actually
1126         resolved as WONTFIX.
1127
1128         * src/hildon-date-editor.c: Removing a redundant check. Fixes
1129         NB#54182.
1130
1131 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
1132
1133         * src/hildon-bread-crumb-trail.c:
1134         * src/hildon-bread-crumb-trail.h:
1135         * src/hildon-bread-crumb.c:
1136         * src/hildon-bread-crumb.h:
1137
1138         Untabify.
1139         
1140 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
1141
1142         * src/hildon-bread-crumb-trail.c: don't use the priv data of bct
1143         until it's passed the type check.
1144
1145 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
1146
1147         * examples/hildon-bread-crumb-trail-example.c
1148
1149         Add license.
1150         
1151 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
1152
1153         * examples/Makefile.am
1154         * examples/hildon-bread-crumb-trail-example.c
1155         * src/Makefile.am
1156         * src/hildon-bread-crumb-trail.c
1157         * src/hildon-bread-crumb-trail.h
1158         * src/hildon-bread-crumb.c
1159         * src/hildon-bread-crumb.h
1160
1161         New HildonBreadCrumbTrail widget.
1162
1163 2007-04-02  Lucas Rocha  <lucas.rocha@nokia.com>
1164
1165         * src/hildon-range-editor.c (hildon_range_editor_init),
1166         src/hildon-seekbar.c (hildon_seekbar_get_fraction,
1167         hildon_seekbar_set_fraction, hildon_seekbar_set_position),
1168         src/hildon-time-editor.c (hildon_time_editor_tap_and_hold_setup,
1169         hildon_time_editor_class_init, hildon_time_editor_init),
1170         src/hildon-get-password-dialog.c (invalid_input,
1171         hildon_get_password_set_property, hildon_get_password_get_property,
1172         create_contents, hildon_get_password_dialog_set_max_characters),
1173         src/hildon-set-password-dialog.c (create_contents),
1174         src/hildon-date-editor.c (hildon_date_editor_init),
1175         src/hildon-login-dialog.c (hildon_login_dialog_init),
1176         src/hildon-number-editor.c (hildon_number_editor_init),
1177         src/hildon-find-toolbar.c (hildon_find_toolbar_emit_invalid_input,
1178         hildon_find_toolbar_emit_close, hildon_find_toolbar_init): made all
1179         the Maemo GTK+ specific API optional by adding a --with-maemo-gtk
1180          configure option and adding the respective checks in the code.
1181         * src/hildon-calendar.c (hildon_calendar_paint_week_numbers,
1182         hildon_calendar_drag_data_received): fixed some build warnings.
1183
1184 2007-03-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1185
1186         * debian/changelog: A 1.0.0 release notes.
1187