2005-08-17 Tommi Komulainen <tommi.komulainen@nokia.com>
[hildon] / ChangeLog
1 2005-08-17  Tommi Komulainen  <tommi.komulainen@nokia.com>
2
3         Update to new l10n packaging style.  po-files (inside this package)
4         are not used for now, the message catalogs come from separate packages
5         and including them here would conflict.
6
7         * Makefile.am (SUBDIRS): stop including po-files
8         * Makefile.am (EXTRA_DIST):
9         * debian/hildon-libs-l10n-engb.install:
10         * debian/hildon-libs-l10n-src.install:
11         * po/debian/*: Removed
12
13 2005-08-09  Luc Pionchon  <luc.pionchon@nokia.com>
14
15         * hildon-widgets/hildon-file-details-dialog.c: Added read only
16         checks to cover gateway content as well.
17         
18         * hildon-widgets/hildon-time-editor.c:
19         (hildon_time_editor_validate): Replace solid numbers with defined
20         values
21         (convert_to_12h): Remove "work-around" for the broken 12h timespec
22
23
24 2005-08-05  Luc Pionchon  <luc.pionchon@nokia.com>
25
26         * hildon-widgets/hildon-color-selector.c (modify_selected): fix
27         invalid cast from `GdkWindow' to `GtkWindow' 
28
29         * hildon-widgets/hildon-color-popup.c
30         (hildon_popup_palette_expose): removed debug printing
31
32 2005-08-03  Luc Pionchon  <luc.pionchon@nokia.com>
33
34         * doc/tmpl/hildon-note.sgml: code example, use slightly less funny
35         string examples.
36
37         * hildon-widgets/hildon-scroll-area.c
38         (hildon_scroll_area_destroy): one-instruction function:
39         removed. Call g_free directly.
40         + minor cleanup
41         (hildon_scroll_area_size_allocate):When a scrollbar appears to the
42         right edge of window, size of the child is also shrinked. 'fixed'
43         does not automatically update this data -> Doing it manually.
44
45         * hildon-widgets/hildon-date-editor.h: added
46         HildonDateEditorErrorType error enumeration type, removed signal
47         "validate-date" virtual function, added signal "date-error"
48         virtual function.
49
50         * hildon-widgets/hildon-date-editor.c (hildon_date_editor_date_error):
51         added custom info prints.
52         (hildon_date_editor_validate_date): removed
53         (hildon_date_editor_entry_validate): validate maximum and minimum
54         limits on each field.
55         (hildon_date_editor_entry_focus_out): check the date validation
56         in simpler manner, don't put content if field is empty (spec
57         doesn't say if there should be anything placed in the entry if
58         it is empty).
59         (hildon_date_editor_get_date),
60         (hildon_date_editor_get_month),
61         (hildon_date_editor_get_year),
62         (hildon_date_editor_get_day): use direct entry content, so that 0
63         indicates empty entry, and information is more accurate.
64
65 2005-08-01  Luc Pionchon  <luc.pionchon@nokia.com>
66
67         * configure.ac: Adjusted CFLAGS and removed -Werror due to the
68         glib-2.0 flaw. See
69         http://bugzilla.gnome.org/show_bug.cgi?id=310175 and
70         http://bugzilla.gnome.org/show_bug.cgi?id=310216
71
72 2005-07-29  Luc Pionchon  <luc.pionchon@nokia.com>
73
74         * hildon-widgets/hildon-controlbar.h: added missing signal when end reached
75
76 2005-07-26  Luc Pionchon  <luc.pionchon@nokia.com>
77
78         * hildon-widgets/hildon-number-editor.c: 
79         (hildon_number_editor_select_all): new function, selects all
80         the text in the entry.
81         * hildon-widgets/hildon-number-editor.c: added several calls to
82         hildon_number_editor_select_all with g_idle_add.
83
84         * hildon-controlbar.c : add signal when end reached
85
86         * hildon-time-editor.c : fixed: Time chooser widget displays am/pm and time separator indicators badly alligned.
87
88         * hildon-time-picker.c : displays valid date at 12:00 am/pm. 
89         
90 2005-07-25  Luc Pionchon  <luc.pionchon@nokia.com>
91
92         Fixed incorrect values in <Filetype> Details Dialog
93         
94         Fixed help button usage in dialogs
95         
96         * hildon-dialoghelp.c: Added more documentation about the
97         help signal
98         
99         * hildon-file-details-dialog.c: Updated to match
100         'File Management in OSSO' version 3.0
101         
102         * Fixed application hang after calling gtk_main_quit
103         
104         * hildon-date-editor.c: Fixed HildonDateEditor that caught
105         ESC presses needlessly
106         
107         * hildon-time-editor.c: Fixed memory corruption