* src/hildon-pannable-area.c (hildon_pannable_area_size_allocate): Added conditions...
[hildon] / ChangeLog
1 2008-07-03  Alejandro G. Castro  <alex@igalia.com>
2
3         * src/hildon-pannable-area.c
4         (hildon_pannable_area_size_allocate): Added conditions to control
5         when overshooting is bigger than the allocated space for the
6         children, this avoids negative allocations.
7
8 2008-07-02  Alberto Garcia  <agarcia@igalia.com>
9
10         * doc/hildon-docs.sgml
11         * doc/hildon.types
12         * examples/Makefile.am
13         * examples/hildon-button-example.c
14         * src/Makefile.am
15         * src/hildon-button.c
16         * src/hildon-button.h
17         * src/hildon.h: Initial version of the new HildonButton widget,
18         with examples.
19
20 2008-07-02  Claudio Saavedra  <csaavedra@igalia.com>
21
22         * src/hildon-pannable-area.c:
23         (hildon_pannable_area_button_press_cb),
24         (hildon_pannable_area_refresh), (hildon_pannable_area_scroll),
25         (hildon_pannable_area_motion_notify_cb),
26         (hildon_pannable_area_button_release_cb),
27         (hildon_pannable_area_expose_event), (hildon_pannable_area_remove),
28         (hildon_pannable_area_jump_to_child):
29
30         Use gtk_bin_get_child() instead of accessing GtkBin.child directly.
31
32 2008-07-01  Alberto Garcia  <agarcia@igalia.com>
33
34         * examples/Makefile.am
35         * examples/hildon-pannable-area-touch-grid-example.c
36         * examples/hildon-pannable-area-touch-list-example.c: Examples of
37         the Hildon Touch List and Hildon Touch Grid using the
38         HildonPannableArea widget.
39
40 2008-06-27  Alejandro G. Castro <alex@ig\alia.com>
41
42         * src/hildon-pannable-area.c,
43         (hildon_pannable_area_button_press_cb),
44         (hildon_pannable_area_refresh),
45         (hildon_pannable_area_scroll),
46         (hildon_pannable_area_motion_notify_cb),
47         (hildon_pannable_area_button_release_cb),
48         (hildon_pannable_area_expose_event),
49         (hildon_pannable_area_add),
50         (hildon_pannable_area_remove),
51         (hildon_pannable_area_realize),
52         (hildon_pannable_area_size_allocate),
53         (hildon_pannable_area_class_init),
54         (hildon_pannable_area_init),
55         (hildon_pannable_area_scroll_to_child),
56         (hildon_pannable_area_jump_to_child): Fixed the problem of
57         removing the child from the GtkBin, we have rearranged the widget
58         hierarchy, now there is no GtkAlignment which was not doing
59         anything interesting but breaking some of the assumptions of
60         GtkContainer. Now developers if they want to add a GtkAlignment
61         they could, but it is not inside the area.
62
63         We had to review the whole allocation/expose process, now it is
64         improved and we save at least three signals which would be saving
65         some time when rendering the widget. The allocation of the
66         scrollbars is now made in the allocate method as usual.
67
68         We have also added some conditions in order to control when there
69         is no child of the pannable area. Maybe we will need more work
70         here.
71
72 2008-06-27  Alejandro G. Castro <alex@ig\alia.com>
73
74         * src/hildon-pannable-area.c,
75         (hildon_pannable_area_dispose): Released the fade-out timeout when
76         disposing the widget.
77
78 2008-06-27  Alejandro G. Castro <alex@ig\alia.com>
79
80         * src/hildon-pannable-area.c: Fixed problem when overshoot_max is
81         zero, we are going to use that property in order to deactivate the
82         overshooting
83         (hildon_pannable_axis_scroll),
84         (hildon_pannable_area_size_allocate): Added conditions to control
85         when overshoot_max is zero. Moved the gtk_adjustment_set_value
86         call, now it is called in all situations and we can remove calls
87         in the allocate method.
88         (hildon_pannable_area_map): Control the situation when
89         overshoot_max is zero, we do not need the timeout.
90         (hildon_pannable_area_class_init): Added documentation in order to
91         point out that setting zero to overshoot_max means deactivate
92         overshooting.
93
94         NOTE: removed trailing whitespaces from my previous comments of
95         the Changelog.
96
97 2008-06-26  Claudio Saavedra  <csaavedra@ig\alia.com>
98
99         * src/hildon-pannable-area.c
100         (hildon_pannable_area_get_property),
101         (hildon_pannable_area_set_property),
102         (hildon_pannable_area_map),
103         (hildon_pannable_area_class_init),
104         (hildon_pannable_area_init): Add a boolean "initial-hint" property
105         to cause the widget give a hint about its panning abilities upon
106         realization.
107
108 2008-06-26  Claudio Saavedra  <csaavedra@ig\alia.com>
109
110         * src/hildon-pannable-area.c: Several documentation improvements.
111
112 2008-06-26  Alberto Garcia  <agarcia@ig\alia.com>
113
114         * src/hildon-program.c
115         * src/hildon-stackable-window.c: Update documentation.
116
117 2008-06-26  Alberto Garcia  <agarcia@ig\alia.com>
118
119         * src/hildon-stackable-window.c (get_previous_window_if_last):
120         Renamed get_last_window()
121         (hildon_stackable_window_map, hildon_stackable_window_unmap)
122         (hildon_stackable_window_unset_program):
123         Simplified code.
124         (get_previous_window_if_last):
125         Detect if the window hasn't been added to a HildonProgram.
126
127 2008-06-26  Alejandro G. Castro <alex@ig\alia.com>
128
129         contributed and reviewed by: Claudio Saavedra <csaavedra@ig\alia.com>
130
131         * src/hildon-pannable-area.c
132         (hildon_pannable_area_button_press_cb),
133         (hildon_pannable_axis_scroll),
134         (hildon_pannable_area_scroll),
135         (hildon_pannable_area_timeout),
136         (hildon_pannable_calculate_vel_factor),
137         (hildon_pannable_area_get_property),
138         (hildon_pannable_area_set_property),
139         (hildon_pannable_area_class_init),
140         (hildon_pannable_area_init),
141         (hildon_pannable_area_scroll_to),
142         (hildon_pannable_area_jump_to),
143         (hildon_pannable_area_scroll_to_child),
144         (hildon_pannable_area_jump_to_child):
145         * src/hildon-pannable-area.h: Added the new API functions:
146         hildon_pannable_area_scroll_to, hildon_pannable_area_jump_to,
147         hildon_pannable_area_scroll_to_child,
148         hildon_pannable_area_jump_to_child
149
150
151         * examples/Makefile.am
152         * examples/hildon-pannable-area-example-2.c
153         * examples/hildon-pannable-area-example-3.c: Added these two new
154         examples in order to test and show how the new APIs work.
155
156 2008-06-25  Alberto Garcia  <agarcia@ig\alia.com>
157
158         * examples/hildon-stackable-window-example.c (new_window):
159         * src/Makefile.am (noinst_HEADERS):
160         * src/hildon-program.c (hildon_program_go_to_root_window):
161         * src/hildon-program.h:
162         * src/hildon-stackable-window-private.h:
163         * src/hildon-stackable-window.c:
164         * src/hildon-stackable-window.h:
165         Create hildon-stackable-window-private.h
166         Move hildon_stackable_window_go_to_root_window() to HildonProgram
167
168         * examples/hildon-app-menu-example.c (create_menu):
169         * examples/hildon-hvolumebar-insensitive-example.c (main):
170         * examples/hildon-hvolumebar-timer-example.c (on_idle):
171         * examples/hildon-toolbar-seekbar-example.c (main):
172         * src/hildon-app-menu.c (hildon_app_menu_add_filter):
173         * src/hildon-banner.c (hildon_banner_set_property):
174         * src/hildon-dialog.c (hildon_dialog_new_with_buttons):
175         Fix compilation warnings
176
177         * src/hildon-window.c:
178         Fix typo in doc
179
180 2008-06-24  Alberto Garcia  <agarcia@ig\alia.com>
181
182         * src/hildon-stackable-window.c
183         (hildon_stackable_window_unset_program):
184         Calculate correctly whether to show the previous window if the
185         last one is removed from the stack.
186         (hildon_stackable_window_go_to_root_window):
187         Send delete events starting from the topmost window.
188         Stop if one of the windows is not destroyed.
189         Update doc.
190         (hildon_stackable_window_delete_event)
191         (hildon_stackable_window_class_init):
192         Ignore the delete event if the window is not the topmost one.
193
194 2008-06-24  Alejandro G. Castro <alex@ig\alia.com>
195
196         * src/hildon-pannable-area.c
197         (hildon_pannable_area_expose_event): Fixed a problem when
198         selecting the background color of the scrollbars.
199
200 2008-06-23  Alberto Garcia  <agarcia@ig\alia.com>
201
202         * examples/hildon-stackable-window-example.c
203         * src/hildon-stackable-window.c
204         * src/hildon-stackable-window.h
205         hildon_stackable_window_go_home() renamed to
206         hildon_stackable_window_go_to_root_window()
207         Send delete events to windows rather than closing them with
208         gtk_widget_destroy()
209
210 2008-06-19  Alberto Garcia  <agarcia@ig\alia.com>
211
212         * src/hildon-pannable-area.c
213         (hildon_pannable_area_button_release_cb): Fix overshooting in
214         accel mode.
215
216 2008-06-19  Claudio Saavedra  <csaavedra@ig\alia.com>
217
218         * src/hildon-pannable-area.c
219         (hildon_pannable_area_init): Initially show the scroll indicators.
220         (hildon_pannable_area_map): Fade the scroll indicators out upon mapping.
221
222         Add initial effect showing the widget is pannable.
223
224 2008-06-19  Alberto Garcia  <agarcia@ig\alia.com>
225
226         * src/hildon-pannable-area.c
227         (hildon_pannable_area_class_init)
228         (hildon_pannable_area_set_property)
229         (hildon_pannable_area_get_property)
230         (hildon_pannable_area_button_press_cb):
231         New 'velocity_fast_factor' property to decide which velocity is
232         considered fast.
233
234 2008-06-19  Claudio Saavedra  <csaavedra@ig\alia.com>
235
236         * src/hildon-pannable-area.c
237         (hildon_pannable_draw_hscroll)
238         (hildon_pannable_draw_vscroll):
239         Use float variables to calculate the size of the scrollbars to
240         avoid error propagation and resizing during scrolling.
241
242 2008-06-19  Alberto Garcia  <agarcia@ig\alia.com>
243
244         * src/hildon-pannable-area.c
245         (hildon_pannable_draw_vscroll)
246         (hildon_pannable_draw_hscroll):
247         Define a minimum size for the scroll bars
248
249         * src/hildon-stackable-window.c
250         (hildon_stackable_window_go_home): Fix compilation warning
251         (get_last_window): Minor optimizations
252         (hildon_stackable_window_class_init): Fix initialization of
253         private structure.
254
255 2008-06-18  Alberto Garcia  <agarcia@ig\alia.com>
256
257         * src/hildon-stackable-window.c: Fixed typos in doc
258
259 2008-06-18  Claudio Saavedra  <csaavedra@ig\alia.com>
260
261         * src/hildon-pannable-area.c
262         (hildon_pannable_area_scroll):
263         Calculate here whether we need to scroll instead of using the booleans
264         that tell us whether to /draw/ the scrolling bars.
265
266 2008-06-17  Claudio Saavedra  <csaavedra@ig\alia.com>
267
268         * src/hildon-app-menu.h
269         Update API.
270         * src/hildon-app-menu.c
271         (hildon_app_menu_init, hildon_app_menu_class_init): Remove
272         multiple filter groups related code and API. Now we support only
273         one filter group.
274         * examples/hildon-app-menu-example.c:
275         (create_menu):
276         Update to reflect API changes.
277
278 2008-06-16  Claudio Saavedra  <csaavedra@ig\alia.com>
279
280         * src/hildon-stackable-window.c
281         (hildon_stackable_window_class_init):
282         Add hildon_stackable_window_realize.
283         (hildon_stackable_window_realize):
284         Append the window type _HILDON_WM_WINDOW_TYPE_STACKABLE to
285         the _NET_WM_WINDOW_TYPE hint. Window managers should use this type
286         to apply theming and behavior specific to HildonStackableWindow
287         windows.
288
289 2008-06-12  Alberto Garcia  <agarcia@ig\alia.com>
290
291         * src/hildon-note.c (hildon_note_button_release):
292         Close information notes also when tapping on them
293
294 2008-06-12  Alejandro G. Castro <alex@ig\alia.com>
295
296         Added BOUNCE_STEPS define to control the overshoot effect. Removed
297         ELASTICITY, refactor and review, fix some issues with drawing
298         scrollbars.
299
300         * src/hildon-pannable-area.c:
301         (hildon_pannable_area_button_press_cb): removed the conditions to
302         avoid clicks when overshooting. It is not required
303
304         (hildon_pannable_axis_scroll): Added BOUNCE_STEPS
305         define. Refatored and reviewed the code, now we do not need to
306         manage velocity in motion_notify.
307
308         (hildon_pannable_area_motion_notify_cb): We have moved the code
309         that controls the area_scroll to the axis_scroll function and get
310         rid of duplicated code.
311
312         (hildon_pannable_area_scroll): Remove the ELASTICITY define.
313
314         (hildon_pannable_area_button_release_cb): Added BOUNCE_STEPS.
315
316         (hildon_pannable_draw_vscroll),
317         (hildon_pannable_draw_hscroll): Fixed the problems with the
318         scrollbar drawing, now we do not use two surfaces, it is easier
319         and saves resources.
320
321         (hildon_pannable_area_get_property): Style modification.
322
323         (hildon_pannable_area_class_init): Changed some default values.
324
325 2008-06-12  Claudio Saavedra  <csaavedra@ig\alia.com>
326
327         * src/hildon-stackable-window.c: Fix some typos in the
328         documentation.
329
330 2008-06-12  Alberto Garcia  <agarcia@ig\alia.com>
331
332         * src/hildon-dialog.c:
333         Change indentation style
334
335         * src/hildon-note.c
336         (hildon_note_button_release):
337         Use root coordinates to check if the release event happened
338         outside the widget.
339
340         * src/hildon-app-menu.c
341         (hildon_app_menu_button_release):
342         Remove unnecessary check
343
344         * examples/hildon-app-menu-example.c
345         (button_clicked):
346         Add cast to fix warning
347
348         * src/hildon-app-menu.c
349         (hildon_app_menu_class_init):
350         New inner-border style property.
351         Set all default spacings to 16
352         (hildon_app_menu_init):
353         Use vertical-spacing to set the space between filter buttons and
354         regular menu buttons.
355         Set the default container border using the inner-border value.
356
357         * examples/hildon-app-menu-example.c
358         (create_menu):
359         Don't set the menu border explicitly, now we have the inner-border
360         style property for that.
361
362 2008-06-11  Alberto Garcia  <agarcia@ig\alia.com>
363
364         * src/hildon-app-menu.c (hildon_app_menu_init):
365         Make the window modal
366
367         * src/hildon-note.c (hildon_note_map)
368         * src/hildon-app-menu.c (hildon_app_menu_map):
369         Destroy the grab window if we're unable to grab the pointer
370
371         * src/hildon-app-menu-private.h
372         * src/hildon-app-menu.c
373         (hildon_app_menu_init, hildon_app_menu_finalize)
374         (hildon_app_menu_map, hildon_app_menu_unmap)
375         (hildon_app_menu_button_release)
376         (grab_transfer_window_get):
377         Bring back the grab window
378         (hildon_app_menu_realize):
379         Decorate the window, set WM hint for Matchbox
380
381         * src/hildon-note.c (hildon_note_realize):
382         * src/hildon-banner.c (hildon_banner_realize):
383         Add WM hints for Matchbox
384
385 2008-06-10  Alberto Garcia  <agarcia@ig\alia.com>
386
387         * src/hildon-app-menu-private.h
388         * src/hildon-app-menu.c
389         (hildon_app_menu_init, hildon_app_menu_finalize)
390         (hildon_app_menu_map, hildon_app_menu_unmap)
391         (hildon_app_menu_button_release):
392         Remove the grab window, it's not needed anymore
393
394         * src/hildon-program.c
395         Fixed typo in documentation
396
397         * src/hildon-app-menu.h
398         * src/hildon-app-menu.c
399         * examples/hildon-app-menu-example.c
400         Remove hildon_app_menu_popup(), use gtk_widget_show() instead
401
402 2008-06-09  Alberto Garcia  <agarcia@ig\alia.com>
403
404         * src/hildon-note.c
405         Added new transfer_window and close_if_pressed_outside private
406         attributes.
407         (hildon_note_rebuild):
408         Don't add a cancel button to the information note. It will be
409         closed when tapping outside
410         Remove the comment about the OK button in the documentation
411         (hildon_note_realize):
412         Set the notification type hint
413         (hildon_note_map, hildon_note_unmap, grab_transfer_window_get):
414         Grab/ungrab pointer and keyboard if the note has to be closed when
415         tapping outside
416         (hildon_note_button_release):
417         Close the note when tapping outside (if applicable)
418
419         * src/hildon-app-menu.c
420         Grab/ungrab pointer and keyboard on map/unmap
421         (hildon_app_menu_button_release, hildon_app_menu_class_init):
422         Close the menu on button release, not button press
423
424         * src/hildon-banner.c
425         (hildon_banner_set_property)
426         (hildon_banner_check_position):
427         Make the banner use the full width of the screen
428         (hildon_banner_show_information)
429         (hildon_banner_show_information_with_markup):
430         Don't display an icon by default
431
432 2008-06-09  Alejandro G. Castro <alex@ig\alia.com>
433
434         Added fading scrollbars and adapted all the overshooting code to
435         horizontal scrolling. We have also fixed bugs with overshooting
436         and current fading implementation.
437
438         * src/hildon-pannable-area.c
439         (hildon_pannable_area_scroll_indicator_fade): Time out function
440         used to change the transparency of the scrollbars.
441
442         (hildon_pannable_area_button_press_cb): Added horizontal overshot
443         control and fixed a problem with fading, we now remove the fade
444         timeout before adding a new one.
445
446         (hildon_pannable_axis_scroll):
447         (hildon_pannable_area_scroll):
448         (hildon_pannable_area_timeout): Added this functions so we can use
449         the scroll code both for vertical and horizontal.
450
451         (hildon_pannable_area_motion_notify_cb):
452         (hildon_pannable_area_button_release_cb): Added the horizontal
453         scrolling control, fixed a problem with the overshooting timeout.
454
455         (rgb_from_gdkcolor): Added this function, it is used in the cairo
456         painting of the scrolls.
457
458         (hildon_pannable_draw_vscroll):
459         (hildon_pannable_draw_hscroll):
460         (hildon_pannable_area_expose_event):
461         Draw both scrollbars and rectangles in the overshooting area.
462
463         (hildon_pannable_area_get_property):
464         (hildon_pannable_area_set_property):
465         Modified the overshoot property to overshoot_max
466
467         (hildon_pannable_area_map):
468         Replaced the comments symbols.
469
470         (hildon_pannable_area_size_allocate):
471         (hildon_pannable_area_class_init):
472         (hildon_pannable_area_init): Added horizontal scroll, fading
473         effect properties, fixed a problem when overshooting in the bottom
474         of the widget.
475
476         * examples/hildon-pannable-area-example.c:
477         (get_sawtooth_label): Now we use smaller sawtooths, the effect
478         looks better in the example.
479
480 2008-06-03  Alberto Garcia  <agarcia@ig\alia.com>
481
482         * src/hildon-window.c
483         * src/hildon-window.h
484         (hildon_window_class_init)
485         (hildon_window_unset_program)
486         (hildon_window_unset_program_real):
487         Make unset_program a virtual function
488
489         * src/hildon-stackable-window.c
490         * src/hildon-stackable-window.h
491         Added hildon_stackable_window_go_home()
492
493         * examples/Makefile.am
494         * examples/hildon-stackable-window-example.c
495         HildonStackableWindow example
496
497 2008-06-03 Alejandro G. Castro <alex@ig\alia.com>
498
499         * hildon-pannable-area.c: Added the overshoot property and removed
500         the OVERSHOOT define. Fixed an indent style error.
501         (hildon_pannable_area_motion_notify_cb):
502         (hildon_pannable_area_get_property):
503         (hildon_pannable_area_set_property): Add overshoot property.
504
505         (hildon_pannable_area_scroll): replaced OVERSHOOT define with
506         overshoot property.
507
508         (hildon_pannable_area_class_init): Installed the new property.
509
510         * hildon-pannable-area-example.c: Added a sawtooth function, this
511         way it is easier to check the movement in the pannable.
512         (get_sawtooth_label): Added this function.
513         (main): Now we get the labels from the new get_sawtooth_label
514         function.
515
516 2008-05-26  Alberto Garcia  <agarcia@ig\alia.com>
517
518         * src/hildon-app-menu.h
519         * src/hildon-app-menu.c
520         Renamed API variables for consistency
521
522         (hildon_app_menu_popup): Use also the default window size to
523         decide where to place the menu
524
525         (hildon_app_menu_init, hildon_app_menu_class_init): New
526         external-border style property
527
528 2008-05-26  Michael Natterer  <mitch@imendio.com>
529
530         * src/hildon-time-editor.c (hildon_time_editor_class_init): The
531         widget_class->tap_and_hold_setup signal slot doesn't exist any
532         longer, stop overriding it.
533
534         (hildon_time_editor_init): g_signal_connect() to the
535         tap-and-hold-setup signal instead.
536
537         (hildon_time_editor_entry_keypress): add cast to fix warning.
538
539 2008-05-23  Alberto Garcia  <agarcia@ig\alia.com>
540
541         * doc/hildon-docs.sgml
542         * doc/hildon.types
543         * examples/Makefile.am
544         * examples/hildon-app-menu-example.c
545         * src/Makefile.am
546         * src/hildon-app-menu-private.h
547         * src/hildon-app-menu.c
548         * src/hildon-app-menu.h
549         * src/hildon.h
550         New HildonAppMenu widget
551
552 2008-05-21 Alejandro G. Castro <alex@ig\alia.com>
553
554         Rearranged the inheritance of the pannable area, now it inherits
555         from GtkBin. This will allow us to control the event_window and
556         the allocation process of the widget, required for some effects.
557
558         * src/hildon-pannable-area.h: Replaced GtkEventBox structures with
559         GtkBin structures.  * src/hildon-pannable-area.c: Added the
560         event_window variable.
561         (hildon_pannable_area_button_press_cb):
562         (hildon_pannable_area_button_release_cb):
563         (hildon_pannable_area_motion_notify_cb):
564         Changed the signature of the method, now we override the event
565         callback instead of connecting to the signal.
566
567         (hildon_pannable_area_realize):
568         (hildon_pannable_area_unrealize):
569         (hildon_pannable_area_map):
570         (hildon_pannable_area_unmap):
571         (hildon_pannable_area_size_allocate):
572         Added functions to control the widget construction. We add a
573         INPUT_ONLY window and we put it over the widgets inside the
574         container, this event_window handles the events.
575
576         (hildon_pannable_area_class_init):
577         Replaced the signal connections with overrides of the event
578         callbacks.
579
580 2008-05-20 Alejandro G. Castro <alex@ig\alia.com>
581
582         Bouncing effect added when touching the borders, you can change
583         the elasticity of the border changing the ELASTICITY define.
584
585         * src/hildon-pannable-area.c: Added ELASTICITY define.
586         (hildon_pannable_area_timeout): Added inverse velocity when
587         touching the border of the child widget, that causes a bounce.
588
589 2008-05-20 Alejandro G. Castro <alex@ig\alia.com>
590
591         Improved performance, we now do not go to the X server in order to
592         get the list of window children. Apparently the effect is the
593         same, we have to be careful and check if this breaks something in
594         any corner case.
595
596         * src/hildon-pannable-area.c:
597         (get_ordered_children): Removed this function.
598         (hildon_pannable_area_get_topmost): Replaced the ad-hoc search of
599         the children windows function with gdk_window_get_children.
600
601 2008-05-20 Alejandro G. Castro <alex@ig\alia.com>
602
603         * src/hildon-pannable-area.c:
604         (hildon_pannable_area_dispose): Fixed a crash when closing the
605         window and kinetics is activated.
606
607 2008-05-19  Alberto Garcia  <agarcia@ig\alia.com>
608
609         * src/hildon-pannable-area.h
610         * src/hildon-pannable-area.c
611         Changed indentation style to meet the one used in Hildon
612
613 2008-05-19 Alejandro G. Castro <alex@ig\alia.com>
614
615         Reviewed the interaction of the AUTO mode, now we use the time
616         attribute of the events and calculate the velocity in the motion,
617         doing a gimp like calculation. The velocity is calculated in each
618         motion event using the last velocity and the current one, the
619         SMOOTH_FACTOR controls the percentage of the new velocity we use.
620
621         * src/hildon-pannable-area.c: Replaced the time based algorithm
622         for the AUTO mode.
623         (hildon_pannable_area_motion_notify_cb): now we do not launch the
624         timeout for the AUTO mode when we are still moving the cursor. We
625         added also the velocity calculation in this function.
626         (hildon_pannable_area_button_release_cb): launch the timeout in
627         case we are in AUTO mode. There are still some constants here that
628         come from the old implementation that should be reviewed and
629         handled properly.
630
631 2008-05-15  Alberto Garcia  <agarcia@ig\alia.com>
632
633         * doc/hildon-docs.sgml
634         * doc/hildon.types
635         * src/Makefile.am
636         * src/hildon-stackable-window.c
637         * src/hildon-stackable-window.h
638         * src/hildon.h
639         New HildonStackableWindow widget
640
641         * examples/hildon-dialog-example.c
642         * examples/hildon-pannable-area-example.c
643         Updated copyright
644
645 2008-05-14  Alberto Garcia  <agarcia@ig\alia.com>
646
647         * src/hildon-dialog.c
648         (hildon_dialog_new_with_buttons): New constructor.
649
650         * examples/hildon-dialog-example.c
651         (main): Update the example to use the new
652         hildon_dialog_new_with_buttons().
653
654         * examples/hildon-pannable-area-example.c
655         (main): Update example.
656
657 2008-05-13 Alberto Garcia <agarcia@ig\alia.com>
658
659         * doc/hildon-docs.sgml
660         * doc/hildon.types
661         Added HildonPannableArea to the documentation.
662
663 2008-05-13 Victor Jaquez <vjaquez@ig\alia.com>
664
665         * doc/visual_index.xml
666         Fix reference to HildonLoginDialog in documentation
667
668         * doc/hildon-docs.sgml
669         * doc/hildon.types
670         * examples/Makefile.am
671         * examples/hildon-dialog-example.c
672         * src/Makefile.am
673         * src/hildon-dialog.c
674         * src/hildon-dialog.h
675         * src/hildon.h
676         New HildonDialog widget.
677
678 2008-05-09 Alberto Garcia <agarcia@ig\alia.com>
679
680         * src/hildon-pannable-area.c
681         Merge latest changes (r4318, r4342) from libmokoui trunk
682
683 2008-05-09 Alberto Garcia <agarcia@ig\alia.com>
684
685         * examples/Makefile.am
686         * examples/hildon-pannable-area-example.c
687         * src/Makefile.am
688         * src/hildon-pannable-area.c
689         * src/hildon-pannable-area.h
690         * src/hildon.h
691         New HildonPannableArea widget.
692
693 2008-04-15 18:05:19    <timj@imendio.com>
694
695         * src/hildon-banner.c: revert the recent change, that introduced
696         gtk_window_present() calls. this reopens:
697           Bug 78481 - [freetest] information banners are hidden under browser menu
698         But resolves another variant of:
699           Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash
700
701 2008-04-15 13:21:13    <timj@imendio.com>
702
703         * src/hildon-banner.c: refetch layout pointer after GtkLabel possibly
704         recreated its layout, spotted by Kris. this fixes all remaining
705         artefacts and stability issues with the banner code. in particular:
706         Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash
707
708 2008-04-14 16:52:59    <timj@imendio.com>
709
710         * src/hildon-banner.c: guard force_to_wrap_truncated() against
711         operating on unrealized widgets, fixes:
712         Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash
713
714         * src/hildon-banner-private.h: coalesce boolean fields into bitfield.
715
716 2008-04-09  Kristian Rietveld  <kris@imendio.com>
717
718         Fixes: NB#77775: Media Player, Save Now playing list, too long name
719         makes banner disappear.
720         Fixes: NB#79182: info banner flickering with certain message lengts.
721
722         * src/hildon-banner.c (hildon_banner_constructor),
723         (hildon_banner_init), (hildon_banner_set_text),
724         (hildon_banner_set_markup): call hildon_banner_reset_wrap_state(),
725         (hildon_banner_reset_wrap_state): new function: reset wrap flags to
726         FALSE, reset size requests of label and banner,
727         (force_to_wrap_truncated): when the text is too wide, always enforce
728         the maximum possible width instead of recalculating it from the
729         layout; enforce the maximum banner height of 3 lines,
730         (hildon_banner_init): set WORD_CHAR wrapping, this will result in
731         nicer wrapping and no truncated chars if space gets tight.
732
733         * src/hildon-banner-private.h: add has_been_wrapped and
734         has_been_truncated fields.
735
736 2008-04-07  Sven Herzberg  <sven@imendio.com>
737
738         Fixes: NB#78896: libhildon code inspection/coverity: uninitialised
739         local values in hildon_date_editor_size_allocate
740
741         * src/hildon-date-editor.c: moved the real allocation code into the
742         if() branch
743
744 2008-04-07  Sven Herzberg  <sven@imendio.com>
745
746         Prepares: NB#78896: libhildon code inspection/coverity: uninitialised
747         local values in hildon_date_editor_size_allocate
748
749         * src/hildon-date-editor.c: merged the two if() branches together
750
751 2008-04-07  Sven Herzberg  <sven@imendio.com>
752
753         Prepares: NB#78896: libhildon code inspection/coverity: uninitialised
754         local values in hildon_date_editor_size_allocate
755
756         * src/hildon-date-editor.c: changed the arguments of the if()
757         conditions
758
759 2008-04-07  Sven Herzberg  <sven@imendio.com>
760
761         Prepares: NB#78896: libhildon code inspection/coverity: uninitialised
762         local values in hildon_date_editor_size_allocate
763
764         * src/hildon-date-editor.c: split the calculation of the allocation
765         from the real allocation
766
767 2008-03-27  Michael Natterer  <mitch@imendio.com>
768
769         Fixes: NB#81696: The passcode is not overwritten even after
770         selecting
771
772         * src/hildon-code-dialog.c
773         (hildon_code_dialog_button_clicked)
774         (hildon_code_dialog_im_commit): don't use gtk_entry_append_text()
775         because that doesn't overwrite selected text. Instead, emit the
776         "commit" signal on the entry's im_context so the entry's normal
777         insert logic is triggered. Set the cursor to the end of the entry
778         after each insert operation so that we *only* insert in the middle
779         of the text if something was selected.
780
781 2008-03-27  Michael Natterer  <mitch@imendio.com>
782
783         Enable fixing: NB#79916 and NB#79918: The help topic for Color
784         selector cannot be opened
785
786         * src/hildon-color-button.c: add signal "setup-dialog" and emit it
787         when the popup color selector is created. Please connect to this
788         signal in order to set the dialog's help ID.
789
790 2008-03-25  Sven Herzberg  <sven@imendio.com>
791
792         Fixes: MB#1212: Hide info banners (infoprints) on click
793
794         * src/hildon-banner.c: (simulate_close), (hildon_banner_timeout):
795         extracted the close event simulation into an extra function
796         (hildon_banner_button_press_event): simulate a close event and destroy
797         the widget if the event wasn't handled
798         (hildon_banner_class_init): added the button_press_event handler
799         (hildon_banner_init): added button-press events to the widget
800
801 2008-03-25  Sven Herzberg  <sven@imendio.com>
802
803         Fixes: MB:#924: Hildon widgets doesn't support RTL mode
804         Patch from: Mohammad Anwari  <mdamt@maemo.org>
805
806         * src/hildon-banner.c: let the HildonBanners pop up on the left side
807         instead of the right in RTL mode
808         * src/hildon-bread-crumb-trail.c: mirror the appearance of the
809         breadcrumb button list in RTL mode
810         * src/hildon-caption.c: mirror the appearance of the caption widget in
811         RTL mode
812         * src/hildon-date-editor.c: mirror appearance of the date editor in
813         RTL mode
814         * src/hildon-time-editor.c: mirror appearance of the time editor in
815         RTL mode
816         * src/hildon-window.c: fix the position of the popup in RTL mode
817
818 2008-03-25  Sven Herzberg  <sven@imendio.com>
819
820         Amendment to the fix of NB#22072. Fix compilation.
821
822         * src/hildon-banner.c: (hildon_banner_timeout): fix compilation
823
824 2008-03-19  Sven Herzberg  <sven@imendio.com>
825
826         Fixes: NB#22072: Revisiting fix for "Implement robust timer handling
827         in Info Banner" bug
828
829         * src/hildon-banner.c: (hildon_banner_timeout): reset the current
830         timeout id properly when the timeout will disappear this leaves no
831         artifacts around in the destroy(); there will only be the timeout
832         created by hildon_banner_ensure_timeout() and adding a new timeout
833         will also work if the timeout gets removed because the timeout_handler
834         returned FALSE
835
836 2008-03-19  Michael Natterer  <mitch@imendio.com>
837
838         Fixes: NB#79791: Cannot set focus to Master volume using stylus
839
840         * src/hildon-volumebar.c
841         * src/hildon-vvolumebar.c
842         * src/hildon-hvolumebar.c (init): remove UNSET_FLAGS(CAN_FOCUS) so
843         the widget becomes focussable at all.
844
845         * src/hildon-volumebar.c: implement GtkWidget::grab_focus() and
846         set the focus to wither the mute button or the volumebar.
847
848         Remove own "can-focus" property and instead listen to
849         notify::can-focus in order to update the widget's state.
850
851         Implement GtkWidget::focus() and make sure we can also *leave* the
852         widget, not only enter it, depending on volumebar orientation and
853         requested focus direction.
854
855         Clean up set_mute() to cooperate nicely with all the above.
856
857 2008-03-04  Michael Natterer  <mitch@imendio.com>
858
859         Fixes: NB#78481: information banners are hidden under browser menu
860
861         * src/hildon-banner.c: call gtk_window_present() on the banners so
862         they are risen if they are already visible.
863
864 2008-03-03  Sven Herzberg  <sven@imendio.com>
865
866         Fixes: MB#1220: HildonWindow should take GtkMenu accel_group into account
867
868         * examples/hildon-window-menu-example.c: (main): extended the window
869         menu example to serve as a testcase for automatically added
870         accelerator groups, too
871         * src/hildon-window.c: (hildon_window_add_accel_group),
872         (hildon_window_set_menu): added patch by Tommi Komulainen
873
874 2008-03-03  Sven Herzberg  <sven@imendio.com>
875
876         Fixes: MB#1276: wrong allocators used in hildon_window_get_borders
877
878         * src/hildon-window.c: (hildon_window_get_borders): don't imply any
879         knowledge about the border allocators used within GTK+
880
881 2008-02-26  Sven Herzberg  <sven@imendio.com>
882
883         Fixes: MB#2981: Build with asserts broken
884
885         * src/hildon-date-editor.c,
886         * src/hildon-number-editor.c,
887         * src/hildon-time-editor.c,
888         * src/hildon-weekday-picker.c: replace HILDON_IS_EDITOR_EDITOR by a
889         the proper GType instance check
890
891 2008-02-25  Sven Herzberg  <sven@imendio.com>
892
893         Fixed: MB#1221: HildonWindow shouldn't call show_all for GtkMenu
894
895         * doc/Makefile.am: tell gtk-doc about HILDON_DISABLE_DEPRECATED
896         * examples/hildon-window-menu-example.c: (main): explicitly show
897         the menu item
898         * src/hildon-window.c:
899         (hildon_window_set_main_menu): moved most of the code from set_menu()
900         to this place; skipped the call to gtk_widget_show_all(); also didn't
901         introduce gtk_widget_show() as gtk_menu_popup() will call that anyways
902         (hildon_window_set_menu): removed most of the code, just keep the
903         questionable gtk_widget_show_all()
904         * src/hildon-window.h: added the new function and deprecate the old
905         one
906
907 2008-01-10  Xan Lopez  <xan.lopez@nokia.com>
908
909         [2.0.1-1 release]
910
911         * NEWS:
912         * configure.ac:
913         * debian/changelog: Updating.
914
915 2008-01-10  Xan Lopez  <xan.lopez@nokia.com>
916
917         * configure.ac:
918         * pkgconfig/Makefile.am:
919         * pkgconfig/hildon.pc.in:
920         * src/Makefile.am:
921
922         Do not use PACKAGE_VERSION_MAJOR as the API revision,
923         use newly created API_MAJOR_VERSION.
924         
925 2008-01-09  Xan Lopez  <xan.lopez@nokia.com>
926
927         [2.0.0-1 release]
928
929         * NEWS:
930         * configure.ac:
931         * debian/changelog: Updating.
932
933 2008-01-09  Xan Lopez  <xan.lopez@nokia.com>
934
935         * src/hildon-color-chooser.c (hildon_color_chooser_class_init): 
936
937         Add outer_border style property, we use it but don't define it (!).
938
939         Fixes NB#75310
940
941 2007-12-21  Xan Lopez  <xan.lopez@nokia.com>
942
943         * examples/hildon-bread-crumb-trail-example.c (main): 
944
945         Add clear button.
946
947         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_remove): 
948
949         Fix logic for the bread crumb trail node removal.
950
951         Fixes: NB#78616
952
953 2007-12-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
954
955         [1.99.1-1 release]
956
957         * NEWS:
958         * configure.ac:
959         * debian/changelog: Updating.
960
961 2007-11-08  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
962
963         Patch by Alejandro to get/set passwords dialogs accesibility.
964
965         * hildon-1/src/hildon-get-password-dialog.c:
966         * hildon-1/src/hildon-set-password-dialog.c: 
967         Set atk_set_name to the passwd entries in order to allow 
968         accessibility by name on this entries.
969         
970 2007-10-11  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
971
972         [1.99.0-2 release]
973
974         * debian/changelog:
975         * debian/control: Updating gtk dep.
976
977 2007-10-10  Mohammad Anwari  <Mohammad.Anwari@nokia.com>
978
979         * configure.ac, pkgconfig/hildon-1.pc: Turn on -DMAEMO_CHANGES only if
980         USE_MAEMO_GTK is enabled.
981
982 2007-10-10  Xan Lopez  <xan.lopez@nokia.com>
983
984         * src/hildon-code-dialog.c (hildon_code_dialog_init): check for
985         MAEMO_GTK or GTK+ > 2.11 before using GTK_BUTTONBOX_CENTER mode.
986
987 2007-10-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
988
989         [1.99.0-1 release]
990
991         * NEWS:
992         * configure.ac:
993         * debian/changelog: Updating.
994
995 2007-10-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
996
997         * examples/Makefile.am:
998         * examples/hildon-logical-color-example.c:
999         * src/hildon-helper.c: Fixing the way logical colors/fonts are being
1000         applied + adding a test case. Fixes: NB#71660.
1001
1002 2007-10-08  Xan Lopez  <xan.lopez@nokia.com>
1003
1004         * src/hildon-window.c (hildon_window_map): only map the vbox if it's supposed
1005         to be visible, fixes warning on map for windows without toolbars.
1006
1007 2007-10-02  Xan Lopez  <xan.lopez@nokia.com>
1008
1009         * src/hildon-seekbar.c: gtk_range_get_fill_level is available in GTK+ since
1010         2.11.0, add a check for that besides the MAEMO_GTK check.
1011
1012 2007-09-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1013
1014         [1.0.17-1 release]
1015
1016         * NEWS:
1017         * configure.ac:
1018         * debian/changelog: Updating.
1019
1020 2007-09-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1021
1022         * src/hildon-window.c: Applying patches by Xan to fix the toolbar
1023         visibility. Fixes: NB#70842 and MB#615.
1024
1025 2007-09-25  Xan Lopez  <xan.lopez@nokia.com>
1026
1027         * src/hildon-bread-crumb-widget.c (hildon_bread_crumb_widget_constructor):
1028         set the separator as no-show-all so it doesn't unintentionally appear when
1029         someone does a show_all.
1030
1031 2007-09-25  Xan Lopez  <xan.lopez@nokia.com>
1032
1033         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_push_text)
1034         (hildon_bread_crumb_trail_push_icon): Do not show the separator for the
1035         toplevel item. Fixes: NB#62031
1036
1037 2007-09-24  Xan Lopez  <xan.lopez@nokia.com>
1038
1039         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_push_icon):
1040         fix the name of the function in the docs.
1041
1042 2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1043
1044         [1.0.16-1 release]
1045
1046         * NEWS:
1047         * configure.ac:
1048         * debian/changelog: Updating.
1049
1050 2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1051
1052         * examples/hildon-banner-long-example.c: Adding a test-case for long
1053         hildon banner.
1054
1055         * src/hildon-find-toolbar.c: Fixing the get_last_index function.
1056
1057 2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1058
1059         * src/hildon-color-chooser-dialog.c:
1060         * src/hildon-color-chooser.c:
1061         * src/hildon-font-selection-dialog.c: Adding two patches by Tommi to fix
1062         memory leaks in font selector and color selector. Fixes: NB#70499 and
1063         NB#70474.
1064
1065 2007-09-20  Johan Bilien  <johan.bilien@nokia.com> 
1066
1067         * src/hildon-helper.c: Fixed the leak of the a GList. Fixes: NB#70273.
1068
1069 2007-09-18  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1070
1071         * src/hildon-code-dialog.c: Making the hardcoded WIDTH/HEIGHT values a
1072         little bit bigger. Fixes: #NB63694.
1073
1074 2007-09-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1075
1076         [1.0.15-1 release]
1077
1078         * NEWS:
1079         * configure.ac:
1080         * debian/changelog: Updating.
1081
1082 2007-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1083
1084         * doc/Makefile.am:
1085         * doc/hildon-docs.sgml:
1086         * doc/images/bread-crumb-trail.png:
1087         * doc/images/calendar-popup.png:
1088         * doc/images/caption.png:
1089         * doc/images/code-dialog.png:
1090         * doc/images/color-button.png:
1091         * doc/images/color-chooser-dialog.png:
1092         * doc/images/color-chooser.png:
1093         * doc/images/controlbar.png:
1094         * doc/images/date-editor.png:
1095         * doc/images/font-selection-dialog.png:
1096         * doc/images/get-password-dialog.png:
1097         * doc/images/hvolumebar.png:
1098         * doc/images/login-dialog.png:
1099         * doc/images/note.png:
1100         * doc/images/number-editor.png:
1101         * doc/images/range-editor.png:
1102         * doc/images/seekbar.png:
1103         * doc/images/set-password-dialog.png:
1104         * doc/images/sort-dialog.png:
1105         * doc/images/time-editor.png:
1106         * doc/images/time-picker.png:
1107         * doc/images/vvolumebar.png:
1108         * doc/images/weekday-picker.png: Adding the new generated widget shots.
1109         Adding the bread-crumb-trial and helpers to the documentation.
1110
1111 2007-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1112
1113         * examples/hildon-find-toolbar-example.c:
1114         * src/hildon-find-toolbar.c:
1115         * src/hildon-find-toolbar.h: FIxing the default history-append handler to
1116         actually continue firing the other handlers if connected. Adding a new
1117         function:
1118         hildon_find_toolbar_get_last_index that gets the index of the most
1119         recently added (last) item. Fixes: NB#52301.
1120
1121 2007-09-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1122
1123         * src/hildon-caption.c: Applying a patch by Tommi to fix the focus
1124         behaviour. Fixes: NB#68610. 
1125
1126 2007-09-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1127
1128         * src/hildon-banner.c: Actually reverting the previous change. It somehow
1129         looks a bit worse.
1130
1131 2007-09-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1132
1133         * src/hildon-banner.c: Changing the infobanner background pixmap to NULL
1134         when realizing the banner. Should make the infonbanner effect a bit more
1135         bearable.
1136
1137 2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1138
1139         * src/hildon-volumebar.c:
1140         * src/hildon-volumebar.h: Changing the GtkWidget to HildonVolumebar in
1141         hildon_volumebar_set_range_insensitive_message and
1142         hildon_volumebar_set_range_insensitive_messagef. Fixes MB#1848.
1143
1144 2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1145
1146         * src/hildon-window.c: Fixing the border freeing on destroy.
1147
1148 2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1149
1150         * src/hildon-code-dialog-private.h:
1151         * src/hildon-code-dialog.c: Adding a patch by Tomas Junnonen to fix the
1152         kw keyboard support in HildonCodeDialog.
1153
1154 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1155
1156         [1.0.14-1 release]
1157
1158         * NEWS:
1159         * configure.ac:
1160         * debian/changelog: Updating.
1161
1162 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1163
1164         * src/hildon-date-editor.c:
1165         * src/hildon-number-editor.c:
1166         * src/hildon-private.c:
1167         * src/hildon-private.h:
1168         * src/hildon-time-editor.c:
1169         * src/hildon-weekday-picker.c: A patch by Xan Lopez to fix focus
1170         handling in subclassed composite widgets. Fixes: NB#66628.
1171
1172 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1173
1174         * src/hildon-window.c: Removing extra gtk_main_iteration () processing
1175         from destroy_ callback as it introduces problems in async dbus signal
1176         handlers. Fixes NB#66673.
1177
1178 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1179
1180         * examples/hildon-hvolumebar-example.c:
1181         * src/hildon-volumebar.c: Improving the focus handling in the
1182         volumebar widgets. Fixes NB#63955 and NB#65155. Also fixing the
1183         set_property accessor so that "mute" property can be actually set. I'm
1184         scared that nobody noticed it's totally broken.
1185
1186 2007-08-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1187
1188         * debian/control: Use libesd0-dev or osso-esd-dev as esd dependancy.
1189         Fixes NB#66548.
1190
1191 2007-08-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1192
1193         * src/hildon-calendar.c:
1194         * src/hildon-number-editor.c:
1195         * src/hildon-time-picker.c: Changing the timeout repeat so that it
1196         matches the spec of 6 chars per second. Fixes: NB#60489.
1197
1198 2007-08-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1199
1200         * src/hildon-helper.c: Really fixing NB#58352. Looks like
1201         gtk_style_lookup_color sometime returns FALSE even though color was
1202         found and values were filled properly. Weird. Removing the warning for the
1203         time being.
1204
1205 2007-08-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1206
1207         * src/hildon-find-toolbar.c: Puting the combobox inside alignment to not
1208         expand vertically. Adding some extra space to the find toolbar buttons to
1209         make them thumbable. Fixes NB#66060.
1210
1211 2007-08-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1212
1213         * src/hildon-calendar-popup.c: Replacing the "Done" button in the calendar
1214         popup with "Ok" and "Cancel". Fixes NB#59299.
1215
1216 2007-08-20  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1217
1218         * src/hildon-calendar.c: Process all window updates before executing next
1219         timeout. Fixes: NB#54146.
1220
1221 2007-08-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1222
1223         [1.0.13-1 release]
1224
1225         * NEWS:
1226         * configure.ac:
1227         * debian/changelog: Updating.
1228
1229 2007-08-16  Xan Lopez  <xan.lopez@nokia.com>
1230
1231         * src/hildon-banner.c: (hildon_banner_client_event): connect directly to
1232         the client event and ignore it, since we use the delete event to close
1233         after timeouts.
1234
1235 2007-08-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1236
1237         * src/hildon-helper.c: Remove the bogus warning about color not being
1238         found. Fixes NB#58352.
1239
1240 2007-08-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1241
1242         * examples/Makefile.am:
1243         * examples/hildon-toolbar-seekbar-example.c: Adding an example to test a
1244         HildonSeekbar widget inside a toolbar.
1245
1246 2007-08-16  Xan Lopez  <xan.lopez@nokia.com>
1247
1248         * src/hildon-banner.c (hildon_banner_init): mark the banners as
1249         temporary, depends on maemo-gtk >= 2.10.12-osso7. Also ignore the
1250         delete event that will come from _GTK_DELETE_TEMPORARIES, as we
1251         don't want to be closed by non-temporary windows on map.
1252
1253         Also use G_DEFINE_TYPE instead of manually typed code.
1254
1255 2007-08-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1256
1257         [1.0.12-1 release]
1258
1259         * NEWS:
1260         * configure.ac:
1261         * debian/changelog:
1262         * debian/rules: Updating.
1263
1264 2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1265
1266         * examples/Makefile.am:
1267         * examples/hildon-hvolumebar-timer-example.c: Adding an exmaple to debug
1268         bug NB#61128. Strangely it works.
1269
1270 2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1271
1272         * src/hildon-date-editor.c: When the date editor entry has been changed
1273         but the numbers of characters < max, turn off the skip validation flag.
1274         Prevents a situation when we enter first a valid year and later re-write
1275         it with an invalid one. Fixes NB#60154.
1276
1277 2007-07-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1278
1279         * src/hildon-code-dialog.c: Fixing the dialog button alignment inside the
1280         code dialog. Fixes NB#64355.
1281
1282 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1283
1284         * src/hildon-wizard-dialog.c: Don't call the _set_sensitivity again after
1285         switching the page. Fixes NB#49374.
1286
1287         * examples/Makefile.am:
1288         * examples/hildon-wizard-dialog-example.c: Adding an example for
1289         HildonWizardDialog that shows how to handle manual sensitivity setting on
1290         the wizard dialog.
1291
1292 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1293
1294         * configure.ac:
1295         * src/Makefile.am:
1296         * src/hildon-version.h.in:
1297         * src/hildon.h: Adding the HILDON_CHECK_VERSION macro. Fixes: NB#62061.
1298
1299 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1300
1301         * src/hildon-volumebar.c: Updating the docs.
1302
1303 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1304
1305         [1.0.11-1 release]
1306
1307         * NEWS:
1308         * configure.ac:
1309         * debian/changelog: Updating.
1310
1311 2007-07-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1312
1313         * src/hildon-find-toolbar.c:
1314         * src/hildon-find-toolbar.h: Adding a few new functions to control the
1315         selected item: hildon_find_toolbar_set_active,
1316         hildon_find_toolbar_set_active_iter, hildon_find_toolbar_get_active, 
1317         hildon_find_toolbar_get_active_iter . They correspond to respective
1318         GtkComboBox functions. 
1319
1320         * examples/Makefile.am:
1321         * examples/hildon-find-toolbar-example.c: Adding the example to test the
1322         new functionality.
1323
1324 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1325
1326         * examples/Makefile.am:
1327         * examples/hildon-seekbar-example.c: Adding the seekbar example to check
1328         theming easily.
1329
1330         * src/hildon-font-selection-dialog.c: Fixing the default focus for dialog
1331         when font size > 32 and we pack a focusable widget inside. Actually using
1332         the default response would work too, but since we don't show default
1333         response state in any way (no theming) it would not be visible to the
1334         user. Fixes NB#63430.
1335
1336 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1337
1338         * src/hildon-date-editor.c: Adding the missing variable setter in the
1339         set_property handler. Fixes NB#54182.
1340
1341 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1342
1343         * src/hildon-window.h: Changing the long key press time from 1500ms to
1344         800ms as requested in NB#63700. I have a bad feeling about this, let's
1345         see... Fixes NB#63700.
1346
1347 2007-07-12  Tommi Komulainen  <tommi.komulainen@nokia.com>
1348
1349         * src/hildon-time-picker.c (hildon_time_picker_class_init,
1350         hildon_time_picker_map, hildon_time_picker_realize,
1351         hildon_time_picker_style_set): Split the contents of map to more
1352         appropriate functions; set window decorations on realize and update
1353         arrows' size requisitions on style-set. Avoids unnecessary resizing.
1354
1355 2007-07-02  Xan Lopez <xan.lopez@nokia.com>
1356
1357         [1.0.10-2 release]
1358
1359         * NEWS:
1360         * debian/changelog: Updating.
1361
1362 2007-07-02  Johan Bilien  <johan.bilien@nokia.com>
1363
1364         * src/Makefile.am: fixed installation of the header files
1365
1366 2007-06-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1367
1368         [1.0.10-1 release]
1369
1370         * NEWS:
1371         * configure.ac:
1372         * debian/changelog: Updating.
1373
1374 2007-06-27  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1375
1376         * configure.ac: Removing some remaining of --enable-xan.
1377
1378 2007-06-26  Xan Lopez  <xan.lopez@nokia.com>
1379
1380         * src/hildon-date-editor.c: (hildon_date_editor_keypress):
1381         * src/hildon-time-editor.c: (hildon_time_editor_entry_keypress):
1382
1383         Move all focus crazyness to the rc files. This depends on gtk+2.0 >=
1384         2.10.12-osso6 because the move-focus signal needs to be available in
1385         GtkWidget.
1386
1387 2007-06-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1388
1389         * examples/Makefile.am:
1390         * examples/hildon-hvolumebar-insensitive-map-example.c: Adding an example
1391         that makes a HildonVolumebar insensitive before mapping it. Seems to work
1392         fine. Prolly NB#61128 is fixed now.
1393
1394 2007-06-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1395
1396         * src/hildon-volumebar.c:
1397         * src/hildon-volumebar.h: Adding the
1398         hildon_volumebar_set_range_insensitive_message and
1399         hildon_volumebar_set_range_insensitive_messagef functions to set
1400         insensitive message on the slider of the volumebar. Fixes NB#61129.
1401
1402         * examples/Makefile.am:
1403         * examples/hildon-hvolumebar-insensitive-example.c: Adding an example to
1404         test the new insensitive messsage functionality on HildonVolumebar.
1405
1406 2007-06-14  Xan Lopez  <xan.lopez@nokia.com>
1407
1408         * src/hildon-private.c (hildon_private_composite_focus): make the focus handler
1409         work again.
1410
1411 2007-06-13  Xan Lopez  <xan.lopez@nokia.com>
1412
1413         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_clear): workaround
1414         http://bugzilla.gnome.org/show_bug.cgi?id=56070 hiding and showing the back
1415         button on after clearing the trail.
1416
1417 2007-06-13  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1418
1419         * src/hildon-code-dialog.c: Removing the separator from the dialog.
1420
1421 2007-06-12  Xan Lopez  <xan.lopez@nokia.com>
1422
1423         * src/Makefile.am: remove circular dependency in hildon-enum-types.h creation
1424         by splitting the installed headers in generated and non-generated groups. Use
1425         only the non-generated headers to create the hildon-enum-types.h file.
1426
1427         * src/hildon-seekbar.h: gtkscale.h already includes gtkrange.h.
1428
1429 2007-06-12  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1430
1431         * src/hildon-window.c: Hide the window before performing the destroy.
1432         Should make the app closing a little tiny bit more snappy. 
1433
1434 2007-06-12  Xan Lopez  <xan.lopez@nokia.com>
1435
1436         * src/hildon-seekbar.c: add gtkrange.h header
1437         * src/hildon-caption.c: remove unused variable
1438
1439 2007-06-08  Tommi Komulainen  <tommi.komulainen@nokia.com>
1440
1441         * configure.ac: Remove dysfunctional AC_ARG_ENABLE. Pointed out by
1442         Loic Minier.
1443
1444 2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1445
1446         [1.0.9-1 release]
1447
1448         * NEWS:
1449         * configure.ac:
1450         * debian/changelog: Updating.
1451
1452 2007-06-07  Tommi Komulainen  <tommi.komulainen@nokia.com>
1453
1454         * src/hildon-window.c (hildon_window_window_state_event,
1455         hildon_window_is_topmost_notify, hildon_window_class_init): Stop the
1456         escape timeout on focus-out-event rather than notify::is-topmost; the
1457         latter doesn't get called when menus pop up. Fixes: NB#52946, MB#1101
1458
1459 2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1460
1461         * src/hildon-window.c: Adding a patch from Tommi Komulainen to pass the
1462         correct timestamp and button to gtk_menu_popup. Fixes MB#1466. 
1463
1464 2007-06-07  Xan Lopez  <xan.lopez@nokia.com>
1465
1466         * src/hildon-window: actually, you need to use the macro always, there's
1467         no private pointer in the instance structure. We should have cleaned this up
1468         when we had the chance...
1469         
1470 2007-06-07  Xan Lopez  <xan.lopez@nokia.com>
1471
1472         * src/hildon-window.c: do not get the private date from HildonWindow before
1473         it passes the g_return_if_fail check. Once it's passed the test, there's no
1474         need to g_assert that it exists. Do not create a HildonWindowPrivate variable
1475         if you are only going to access the data once. Whitespace cleanups.
1476
1477 2007-06-04  Xan Lopez  <xan.lopez@nokia.com>
1478
1479         * src/hildon-bread-crumb-trail.c: set children visible before allocation.
1480         * src/hildon-bread-crumb-widget.c: set xalign to 0.0 for labels.
1481
1482 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1483
1484         [1.0.8-1 release]
1485
1486         * NEWS:
1487         * configure.ac:
1488         * debian/changelog: Updating.
1489
1490 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1491
1492         * src/hildon-window.c: When destroying the window, remove (if exists) the
1493         escape timeout handler. Fixes #NB59276.
1494
1495 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1496
1497         * src/hildon-banner.c: When realizing the widget, set the window
1498         transiency. Setting the transiency in the gobject constructor is not
1499         good, as the widget is not realized at that point. Fixes: #NB56624.
1500
1501 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
1502
1503         * src/hildon-bread-crumb-trail.h (struct _HildonBreadCrumbTrailClass):
1504         Add padding for future expansions.
1505
1506 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
1507
1508         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_class_init):
1509         Add a new signal "move-parent", bind Escape and BackSpace to it. The handler
1510         will fake an activation on the previous to the last item of the trail, so
1511         the effect can be overrided by the developer as usual.
1512         Also change the callback for the back button to do the same thing, so its
1513         effect can be overrided too. Fixes: NB#58982
1514
1515 2007-05-30  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1516
1517         * src/hildon-caption.c: Implementing the proper focus grabbing in the
1518         HildonCaption. Fixes NB#52379. 
1519
1520 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
1521
1522         * src/hildon-bread-crumb-trail.c (crumb_activated_cb): be very paranoid about
1523         the internal state of the trail after the user has had the chance of executing
1524         his handler for the signal. Specifically, it may happen that the activated button
1525         is removed and the user still lets the default handler run. This would segfault
1526         previously.
1527
1528 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1529
1530         * src/hildon-font-selection-dialog.c: When the font is really big, add the
1531         scrollbar to the preview dialog. Fixes NB#54147.
1532
1533 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1534
1535         * src/hildon-date-editor.c: Changing the default max year to 2037. The
1536         max/min year properties can be altered, so the client can modify it
1537         anyways. 1970 - 2037 sounds like a sane default. Fixes NB#54147.
1538
1539 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1540
1541         * src/hildon-calendar.c: Removing the unused 'hildonlike' property, making
1542         hildonlike by default. Fixing a problem with disappearing arrows when
1543         scrolling through months and years. Fixes NB#54127. 
1544
1545 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1546
1547         * examples/hildon-date-editor-example.c: Adding error callback to the date
1548         editor example. 
1549
1550 2007-05-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1551
1552         [1.0.7-1 release]
1553
1554         * NEWS:
1555         * debian/changelog:
1556         * configure.ac: Updating.
1557
1558 2007-05-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1559
1560         * configure.ac: Adding a special '--enable-xan' configure option that
1561         turns off the -Werror compilation setting. Usefull for development.
1562
1563         * src/hildon-calendar.c:
1564         * src/hildon-number-editor.c:
1565         * src/hildon-time-picker.c: Adding the 5* multiplier to
1566         gtk-timeout-update.
1567
1568 2007-05-24  Xan Lopez  <xan.lopez@nokia.com>
1569
1570         * src/hildon-note.c (hildon_note_init): Use g_object_ref_sink
1571         instead of g_object_ref + gtk_object_sink.
1572
1573 2007-05-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1574
1575         [1.0.6-1 release]
1576
1577         * NEWS:
1578         * configure.ac:
1579         * debian/changelog: Updating.
1580
1581 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1582
1583         * src/hildon-color-chooser-dialog.c:
1584         * src/hildon-color-chooser.c: A few more GdkColor struct allocation fixes
1585         straight from Tommi labs.
1586
1587 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1588
1589         * examples/hildon-finger-example.c: Correcting the header file path.
1590
1591         * src/hildon-color-chooser-dialog.c: Allocate the color on the stack for 
1592         the changed signal. Fixes a small memory leak.
1593
1594 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1595
1596         * autogen.sh:
1597         * debian/rules:
1598         * src/hildon-banner.c: Importing several usefull fixes from the
1599         ubuntu-mobile branch.
1600
1601 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1602
1603         * examples/Makefile.am:
1604         * examples/hildon-finger-example.c: Adding a finger-checking code
1605         example. 
1606
1607         * src/hildon-font-selection-dialog.c: Do not allocate the color
1608         structure using the g_new. Fixes NB#54061.
1609
1610 2007-05-09  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1611
1612         * src/hildon-helper.c: Correcting tabs in file.
1613
1614 2007-05-08  Xan Lopez  <xan.lopez@nokia.com>
1615
1616         * src/hildon-bread-crumb-trail.c: Use set_child_visible only to
1617         control the visibility of the children.
1618
1619         * examples/hildon-bread-crumb-trail-example.c: Plug leak.
1620
1621 2007-05-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1622
1623         [1.0.5-1 release]
1624
1625         * NEWS:
1626         * configure.ac:
1627         * debian/changelog: Updating.
1628
1629 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
1630
1631         * src/hildon-bread-crumb-trail.c:
1632         (hildon_bread_crumb_trail_size_allocate): 
1633
1634         Make the back button always a square.
1635
1636 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
1637
1638         * src/hildon-bread-crumb-trail.h: Include hildon-bread-crumb-widget.h
1639         from the .c file as it's a private file. 
1640
1641 2007-05-03  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1642
1643         * examples/hildon-vvolumebar-example.c: The VVolumebar example now
1644         uses slightly bigger height.
1645
1646         * src/hildon-font-selection-dialog.c: Adding some checks before
1647         freeing memory in the font selection dialog.
1648
1649 2007-05-02  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1650
1651         * src/hildon-font-selection-dialog.c: Adding a small check when
1652         freeing memory. 
1653
1654         * src/hildon-wizard-dialog.c: Applying a patch by Iain Holmes to fix
1655         buttons sensitivity on page switching.
1656
1657 2007-04-27  Xan Lopez  <xan.lopez@nokia.com>
1658
1659         * src/hildon-bread-crumb-trail.c: make the add method handle all the
1660         internal details of adding a bread crumb to the trail.
1661
1662 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1663
1664         [1.0.4-1 release]
1665
1666         * README:
1667         * configure.ac:
1668         * debian/changelog: Updating.
1669
1670         * src/hildon-bread-crumb-trail.h:
1671         * src/hildon-bread-crumb.h: Changing the API guard to
1672         HILDON_ENABLE_UNSTABLE_API.
1673
1674 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1675
1676         [1.0.3-1 release]
1677
1678         * NEWS:
1679         * configure.ac:
1680         * debian/changelog:
1681         * debian/rules:
1682         * src/hildon-helper.h: Updating.
1683
1684 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1685
1686         [1.0.2-1 release]
1687
1688         * NEWS:
1689         * configure.ac:
1690         * debian/changelog:
1691
1692 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1693
1694         * README:
1695         * configure.ac:
1696         * src/hildon-helper.h: Small fix to make the package actually compile.
1697
1698 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
1699
1700         * src/hildon-bread-crumb-trail.h:
1701         * src/hildon-bread-crumb.h:
1702
1703         Guard with ENABLE_UNSTABLE_API. To use the bread crumb you'll need
1704         to define ENABLE_UNSTABLE_API in the code that includes these headers.
1705         
1706 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
1707         
1708         * examples/hildon-bread-crumb-trail-example.c:
1709         * src/Makefile.am:
1710         * src/hildon-bread-crumb-trail.c:
1711         * src/hildon-bread-crumb-trail.h:
1712         * src/hildon-bread-crumb.c:
1713         * src/hildon-bread-crumb.h:
1714         * src/hildon-marshalers.list:
1715         * src/hildon-bread-crumb-widget.c:
1716         * src/hildon-bread-crumb-widget.h:
1717
1718         Slight change in the widget design. The bread crumb trail API is
1719         unchanged, but HildonBreadCrumb is now an interface. A *private*
1720         implementation, hildon-bread-crumb-widget, is provided and used
1721         internally by the trail for the push_text/push_icon functions.
1722
1723         The generic push API is still available, so anyone can implement
1724         and use its own bread crumb widget.
1725         
1726 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1727
1728         * debian/rules: Fixing the shlibs.
1729
1730 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1731
1732         * src/hildon-banner.c: Fixing a problem with timed banners having
1733         their parrent destroyed before they are.
1734
1735 2007-04-17  Xan Lopez  <xan.lopez@nokia.com>
1736
1737         * src/hildon-bread-crumb.c:
1738         * src/hildon-bread-crumb.h:
1739
1740         Make the get_natural_size function a vfunc.
1741
1742 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
1743
1744         * src/hildon-bread-crumb.c:
1745         * src/hildon-bread-crumb-trail.c:
1746
1747         Some cleanups.
1748
1749 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1750
1751         [1.0.1-1 release]
1752
1753         * AUTHORS:
1754         * NEWS:
1755         * configure.ac:
1756         * debian/changelog: Updating for release.
1757
1758 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
1759
1760         * src/hildon-bread-crumb.c (hildon_bread_crumb_get_natural_size):
1761         don't leak the pango layout.
1762
1763 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
1764
1765         * src/hildon.h:
1766         * examples/hildon-bread-crumb-trail-example.c:
1767
1768         Fix example.
1769
1770 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1771
1772         * debian/changelog: Removing the bug-fixed entries that were actually
1773         resolved as WONTFIX.
1774
1775         * src/hildon-date-editor.c: Removing a redundant check. Fixes
1776         NB#54182.
1777
1778 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
1779
1780         * src/hildon-bread-crumb-trail.c:
1781         * src/hildon-bread-crumb-trail.h:
1782         * src/hildon-bread-crumb.c:
1783         * src/hildon-bread-crumb.h:
1784
1785         Untabify.
1786         
1787 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
1788
1789         * src/hildon-bread-crumb-trail.c: don't use the priv data of bct
1790         until it's passed the type check.
1791
1792 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
1793
1794         * examples/hildon-bread-crumb-trail-example.c
1795
1796         Add license.
1797         
1798 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
1799
1800         * examples/Makefile.am
1801         * examples/hildon-bread-crumb-trail-example.c
1802         * src/Makefile.am
1803         * src/hildon-bread-crumb-trail.c
1804         * src/hildon-bread-crumb-trail.h
1805         * src/hildon-bread-crumb.c
1806         * src/hildon-bread-crumb.h
1807
1808         New HildonBreadCrumbTrail widget.
1809
1810 2007-04-02  Lucas Rocha  <lucas.rocha@nokia.com>
1811
1812         * src/hildon-range-editor.c (hildon_range_editor_init),
1813         src/hildon-seekbar.c (hildon_seekbar_get_fraction,
1814         hildon_seekbar_set_fraction, hildon_seekbar_set_position),
1815         src/hildon-time-editor.c (hildon_time_editor_tap_and_hold_setup,
1816         hildon_time_editor_class_init, hildon_time_editor_init),
1817         src/hildon-get-password-dialog.c (invalid_input,
1818         hildon_get_password_set_property, hildon_get_password_get_property,
1819         create_contents, hildon_get_password_dialog_set_max_characters),
1820         src/hildon-set-password-dialog.c (create_contents),
1821         src/hildon-date-editor.c (hildon_date_editor_init),
1822         src/hildon-login-dialog.c (hildon_login_dialog_init),
1823         src/hildon-number-editor.c (hildon_number_editor_init),
1824         src/hildon-find-toolbar.c (hildon_find_toolbar_emit_invalid_input,
1825         hildon_find_toolbar_emit_close, hildon_find_toolbar_init): made all
1826         the Maemo GTK+ specific API optional by adding a --with-maemo-gtk
1827          configure option and adding the respective checks in the code.
1828         * src/hildon-calendar.c (hildon_calendar_paint_week_numbers,
1829         hildon_calendar_drag_data_received): fixed some build warnings.
1830
1831 2007-03-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
1832
1833         * debian/changelog: A 1.0.0 release notes.
1834