Part of N#11129,
[hildon] / ChangeLog
1 2005-09-13  Luc Pionchon  <luc.pionchon@nokia.com>
2
3         Part of N#11129,
4
5         * po/en_GB.po: Added "Ckct_wi_grid_no_items"
6
7         * hildon-widgets/hildon-grid.c
8         (hildon_grid_class_init, hildon_grid_init): Replaced default empty
9         label by logical name "Ckct_wi_grid_no_items"
10
11
12 2005-08-31  Luc Pionchon  <luc.pionchon@nokia.com>
13
14         * po/en_GB.po (ecdg_ti_verify_password): translation update.
15
16 2005-08-30  Tommi Komulainen  <tommi.komulainen@nokia.com>
17
18         * configure.ac: Release 0.9.49
19
20 2005-08-30  Tommi Komulainen  <tommi.komulainen@nokia.com>
21
22         * hildon-widgets/hildon-number-editor.c (add_select_all_idle,
23         hildon_number_editor_finalize, hildon_number_editor_entry_changed):
24         Save the id of the idle callback and remove it when the widget is
25         destroyed to avoid crashing.  N#18096
26
27 2005-08-30  Tommi Komulainen  <tommi.komulainen@nokia.com>
28
29         * hildon-widgets/hildon-number-editor.c (button_event_id): GSource
30         id's are unsigned and undefined at zero (instead of signed and -1)
31
32 2005-08-30  Tommi Komulainen  <tommi.komulainen@nokia.com>
33         
34         * hildon-widgets/hildon-time-editor.c (convert_to_12h): Removed a hack
35         that was not working.  N#16805
36
37 2005-08-22  Tommi Komulainen  <tommi.komulainen@nokia.com>
38
39         * configure.ac: Release 0.9.48
40
41 2005-08-22  Tommi Komulainen  <tommi.komulainen@nokia.com>
42
43         * hildon-widgets/hildon-grid.c (hildon_grid_set_num_columns): Never
44         allow area_rows to be 0 (ie. before widget is visible), otherwise the
45         initial jump_scrollbar_to_focused() scrolls wrong.  N#17152
46
47 2005-08-22  Tommi Komulainen  <tommi.komulainen@nokia.com>
48
49         * hildon-widgets/hildon-calendar-popup.c (hildon_calendar_popup_init):
50         Do not override the week-start property of GtkCalendar according to
51         the hildon-libs PO file, it is automatically determined from locale
52         data.  N#12176
53
54 2005-08-17  Tommi Komulainen  <tommi.komulainen@nokia.com>
55
56         * configure.ac: Release 0.9.47
57
58 2005-08-17  Tommi Komulainen  <tommi.komulainen@nokia.com>
59
60         * hildon-widgets/hildon-get-password-dialog.c: Add "numbers_only"
61         property for setting the password entry accept only numeric values.
62         N#15212
63
64 2005-08-17  Tommi Komulainen  <tommi.komulainen@nokia.com>
65
66         * hildon-widgets/hildon-calendar-popup.c (MAX_YEAR, MIN_YEAR):
67         * hildon-widgets/hildon-note.c (ELLIPSATION_STRING, BOX_SPAXING):
68         * hildon-widgets/hildon-volumebar-range.c (CHANGE_THRESHOLD):
69         Use defines rather than magic numbers in the code.
70
71 2005-08-17  Tommi Komulainen  <tommi.komulainen@nokia.com>
72
73         Update to new l10n packaging style.  po-files (inside this package)
74         are not used for now, the message catalogs come from separate packages
75         and including them here would conflict.
76
77         * Makefile.am (SUBDIRS): stop including po-files
78         * Makefile.am (EXTRA_DIST):
79         * debian/hildon-libs-l10n-engb.install:
80         * debian/hildon-libs-l10n-src.install:
81         * po/debian/*: Removed
82
83 2005-08-09  Luc Pionchon  <luc.pionchon@nokia.com>
84
85         * hildon-widgets/hildon-file-details-dialog.c: Added read only
86         checks to cover gateway content as well.
87         
88         * hildon-widgets/hildon-time-editor.c:
89         (hildon_time_editor_validate): Replace solid numbers with defined
90         values
91         (convert_to_12h): Remove "work-around" for the broken 12h timespec
92
93
94 2005-08-05  Luc Pionchon  <luc.pionchon@nokia.com>
95
96         * hildon-widgets/hildon-color-selector.c (modify_selected): fix
97         invalid cast from `GdkWindow' to `GtkWindow' 
98
99         * hildon-widgets/hildon-color-popup.c
100         (hildon_popup_palette_expose): removed debug printing
101
102 2005-08-03  Luc Pionchon  <luc.pionchon@nokia.com>
103
104         * doc/tmpl/hildon-note.sgml: code example, use slightly less funny
105         string examples.
106
107         * hildon-widgets/hildon-scroll-area.c
108         (hildon_scroll_area_destroy): one-instruction function:
109         removed. Call g_free directly.
110         + minor cleanup
111         (hildon_scroll_area_size_allocate):When a scrollbar appears to the
112         right edge of window, size of the child is also shrinked. 'fixed'
113         does not automatically update this data -> Doing it manually.
114
115         * hildon-widgets/hildon-date-editor.h: added
116         HildonDateEditorErrorType error enumeration type, removed signal
117         "validate-date" virtual function, added signal "date-error"
118         virtual function.
119
120         * hildon-widgets/hildon-date-editor.c (hildon_date_editor_date_error):
121         added custom info prints.
122         (hildon_date_editor_validate_date): removed
123         (hildon_date_editor_entry_validate): validate maximum and minimum
124         limits on each field.
125         (hildon_date_editor_entry_focus_out): check the date validation
126         in simpler manner, don't put content if field is empty (spec
127         doesn't say if there should be anything placed in the entry if
128         it is empty).
129         (hildon_date_editor_get_date),
130         (hildon_date_editor_get_month),
131         (hildon_date_editor_get_year),
132         (hildon_date_editor_get_day): use direct entry content, so that 0
133         indicates empty entry, and information is more accurate.
134
135 2005-08-01  Luc Pionchon  <luc.pionchon@nokia.com>
136
137         * configure.ac: Adjusted CFLAGS and removed -Werror due to the
138         glib-2.0 flaw. See
139         http://bugzilla.gnome.org/show_bug.cgi?id=310175 and
140         http://bugzilla.gnome.org/show_bug.cgi?id=310216
141
142 2005-07-29  Luc Pionchon  <luc.pionchon@nokia.com>
143
144         * hildon-widgets/hildon-controlbar.h: added missing signal when end reached
145
146 2005-07-26  Luc Pionchon  <luc.pionchon@nokia.com>
147
148         * hildon-widgets/hildon-number-editor.c: 
149         (hildon_number_editor_select_all): new function, selects all
150         the text in the entry.
151         * hildon-widgets/hildon-number-editor.c: added several calls to
152         hildon_number_editor_select_all with g_idle_add.
153
154         * hildon-controlbar.c : add signal when end reached
155
156         * hildon-time-editor.c : fixed: Time chooser widget displays am/pm and time separator indicators badly alligned.
157
158         * hildon-time-picker.c : displays valid date at 12:00 am/pm. 
159         
160 2005-07-25  Luc Pionchon  <luc.pionchon@nokia.com>
161
162         Fixed incorrect values in <Filetype> Details Dialog
163         
164         Fixed help button usage in dialogs
165         
166         * hildon-dialoghelp.c: Added more documentation about the
167         help signal
168         
169         * hildon-file-details-dialog.c: Updated to match
170         'File Management in OSSO' version 3.0
171         
172         * Fixed application hang after calling gtk_main_quit
173         
174         * hildon-date-editor.c: Fixed HildonDateEditor that caught
175         ESC presses needlessly
176         
177         * hildon-time-editor.c: Fixed memory corruption