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