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