* hildon-widgets/hildon-color-popup.c (hildon_popup_palette_expose): removed debug...
[hildon] / ChangeLog
1 2005-08-05  Luc Pionchon  <luc.pionchon@nokia.com>
2
3         * hildon-widgets/hildon-color-popup.c
4         (hildon_popup_palette_expose): removed debug printing
5
6 2005-08-03  Luc Pionchon  <luc.pionchon@nokia.com>
7
8         * doc/tmpl/hildon-note.sgml: code example, use slightly less funny
9         string examples.
10
11         * hildon-widgets/hildon-scroll-area.c
12         (hildon_scroll_area_destroy): one-instruction function:
13         removed. Call g_free directly.
14         + minor cleanup
15         (hildon_scroll_area_size_allocate):When a scrollbar appears to the
16         right edge of window, size of the child is also shrinked. 'fixed'
17         does not automatically update this data -> Doing it manually.
18
19         * hildon-widgets/hildon-date-editor.h: added
20         HildonDateEditorErrorType error enumeration type, removed signal
21         "validate-date" virtual function, added signal "date-error"
22         virtual function.
23
24         * hildon-widgets/hildon-date-editor.c (hildon_date_editor_date_error):
25         added custom info prints.
26         (hildon_date_editor_validate_date): removed
27         (hildon_date_editor_entry_validate): validate maximum and minimum
28         limits on each field.
29         (hildon_date_editor_entry_focus_out): check the date validation
30         in simpler manner, don't put content if field is empty (spec
31         doesn't say if there should be anything placed in the entry if
32         it is empty).
33         (hildon_date_editor_get_date),
34         (hildon_date_editor_get_month),
35         (hildon_date_editor_get_year),
36         (hildon_date_editor_get_day): use direct entry content, so that 0
37         indicates empty entry, and information is more accurate.
38
39 2005-08-01  Luc Pionchon  <luc.pionchon@nokia.com>
40
41         * configure.ac: Adjusted CFLAGS and removed -Werror due to the
42         glib-2.0 flaw. See
43         http://bugzilla.gnome.org/show_bug.cgi?id=310175 and
44         http://bugzilla.gnome.org/show_bug.cgi?id=310216
45
46 2005-07-29  Luc Pionchon  <luc.pionchon@nokia.com>
47
48         * hildon-widgets/hildon-controlbar.h: added missing signal when end reached
49
50 2005-07-26  Luc Pionchon  <luc.pionchon@nokia.com>
51
52         * hildon-widgets/hildon-number-editor.c: 
53         (hildon_number_editor_select_all): new function, selects all
54         the text in the entry.
55         * hildon-widgets/hildon-number-editor.c: added several calls to
56         hildon_number_editor_select_all with g_idle_add.
57
58         * hildon-controlbar.c : add signal when end reached
59
60         * hildon-time-editor.c : fixed: Time chooser widget displays am/pm and time separator indicators badly alligned.
61
62         * hildon-time-picker.c : displays valid date at 12:00 am/pm. 
63         
64 2005-07-25  Luc Pionchon  <luc.pionchon@nokia.com>
65
66         Fixed incorrect values in <Filetype> Details Dialog
67         
68         Fixed help button usage in dialogs
69         
70         * hildon-dialoghelp.c: Added more documentation about the
71         help signal
72         
73         * hildon-file-details-dialog.c: Updated to match
74         'File Management in OSSO' version 3.0
75         
76         * Fixed application hang after calling gtk_main_quit
77         
78         * hildon-date-editor.c: Fixed HildonDateEditor that caught
79         ESC presses needlessly
80         
81         * hildon-time-editor.c: Fixed memory corruption