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