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