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