Attempt to commit. See ChangeLog2
[modest] / ChangeLog2
1 2007-04-16  Murray Cumming  <murrayc@murrayc.com>
2
3         * src/modest-account-mgr-helpers.c: Clarified the documentation to say that the initial 
4         display name is based on the supplied account name.
5         * src/modest-account-mgr.c:
6         * src/modest-account-mgr.h: Added modest_account_mgr_account_with_display_name_exists(), 
7         with an inefficient, but good-enough, implementation.
8         
9         * src/maemo/easysetup/modest-easysetup-wizard.c:
10         (create_page_account_details), (on_before_next), (create_account): 
11         Check for existing display names rather than (non-user-visible) account names, and just 
12         create and set a unique account name at the end.
13         
14         * src/maemo/modest-account-settings-dialog.c:
15         (modest_account_settings_dialog_init),
16         (modest_account_settings_dialog_set_account_name),
17         (create_page_incoming): Show the display name, instead of the account name.
18         (on_response): Do some (not all) extra checks, as in the UI spec.
19         (save_configuration): Save the display name if it was changed.
20
21 2007-04-16  Murray Cumming  <murrayc@murrayc.com>
22
23         * po/en_GB.po: Added needed logical ID and translation.
24         * src/widgets/modest-account-view.c: (on_account_default_toggled),
25         (init_view): Made the is-default column clicking work.
26
27 2007-04-16  Murray Cumming  <murrayc@murrayc.com>
28
29         * configure.ac:
30         * src/maemo/easysetup/Makefile.am:
31         * src/maemo/easysetup/modest-easysetup-wizard.c:
32         (modest_easysetup_wizard_dialog_init):
33         * src/maemo/easysetup/provider-data-test.keyfile:
34         * src/maemo/easysetup/provider-data.keyfile: 
35         Moved the provider data file to the new modest-providers-data package and used it from there.
36
37 2007-04-16  Murray Cumming  <murrayc@murrayc.com>
38
39         * src/modest-local-folder-info.c:
40         (modest_local_folder_info_get_type_display_name): Use _() to actually get the translated string. 
41         N_() was already used on the static strings, but this just marks it for translation without 
42         using the translation.
43
44 2007-04-06  Murray Cumming  <murrayc@murrayc.com>
45
46         * src/maemo/modest-account-settings-dialog.c:
47         (create_page_incoming),
48         (modest_account_settings_dialog_set_account_name): 
49         Added comments about the need for new API in ModestAccountMgr to handle the authentication 
50         and secure-connection stuff that is stored in the options GSList* with hard-coded names.
51         I will do this if nobody else gets there first.
52
53 2007-04-06  Murray Cumming  <murrayc@murrayc.com>
54
55         * src/maemo/modest-account-settings-dialog.c: (save_configuration): 
56         Saved much of the incoming and outgoing data too, though I cannot yet see how to 
57         save the security stuff.
58
59 2007-04-06  Murray Cumming  <murrayc@murrayc.com>
60
61         * src/maemo/easysetup/modest-easysetup-wizard.c: (create_account): 
62         Set the email address and user fullname, which I now see must be 
63         done separately.
64         
65         * src/maemo/modest-account-settings-dialog.h:
66         * src/maemo/modest-account-settings-dialog.c:
67          (on_response),
68         (modest_account_settings_dialog_set_account_name): Show the email address, fullname, 
69         leave-on-server and authentication.
70         (save_configuration): Save most of the non-server-account specific stuff, but I don't see 
71         how to do the rest.
72
73 2007-04-06  Murray Cumming  <murrayc@murrayc.com>
74
75
76         * src/maemo/modest-account-settings-dialog.c:
77         * src/maemo/modest-account-settings-dialog.h:
78         Most (but not all) of the widgets are now present as specified by the UI spec.
79         No changes are yet saved, and some details are not properly shown yet.
80         
81         * po/en_GB.po: Added translations for logical IDs used by the Account Settings dialog.
82
83 2007-04-06  Murray Cumming  <murrayc@murrayc.com>
84
85         * src/maemo/Makefile.am:
86         * src/maemo/modest-account-settings-dialog.c:
87         * src/maemo/modest-account-settings-dialog.h: The beginnings of the dialog to edit 
88         an existing account. Doesn't do much yet.
89         
90         * src/maemo/modest-account-view-window.c: (on_edit_button_clicked): 
91         Open the accounts settings dialog when Edit is clicked.
92
93 2007-04-05  Murray Cumming  <murrayc@murrayc.com>
94
95         * src/maemo/easysetup/Makefile.am:
96         * src/maemo/easysetup/modest-easysetup-country-combo-box.c:
97         (load_from_file): 
98         * src/maemo/easysetup/modest-easysetup-wizard.c:
99         (modest_easysetup_wizard_dialog_init):
100         Try to get the source directory from the build system,
101         instead of hard-coding "./" into the source code, when opening our local 
102         copies of the configuration files.
103         But this still fails when opening the wizard from the Accounts window, 
104         maybe because the working directory seems to change at runtime.
105         So the wizard will fail the second time unless you copy the files into their 
106         proper locations - see the stdout warnings for the paths.
107         
108         (create_page_account_details),(on_before_next): 
109         Check for existing non-server accounts instead of server accounts, 
110         so the default account name is useful again, and to prevent trying to 
111         recreate accounts.
112         
113         * src/maemo/modest-account-view-window.c: (on_new_button_clicked): 
114         Show the wizard when New is clicked.
115         
116         * src/widgets/modest-account-view.c: (on_account_default_toggled),
117         (init_view): Show the column headers, and show the columns that are 
118         specified in the UI specs. However, something in Maemo's GTK+ prevents 
119         us from handling the GtkCellRendererToggle::toggled signal, so we cannot 
120         change the default account. This is despite unsetting the special properties.
121
122 2007-04-05  Murray Cumming  <murrayc@murrayc.com>
123
124         * docs/reference/modest-design.sgml: Corrected spelling mistake.
125         * src/maemo/easysetup/modest-easysetup-wizard.c: (create_account): 
126         Create the 2 server accounts and then create the account, using the names of the 2 server accounts.
127         This seems to be how this should be used. If it is, then I will update the AccountMgr documentation 
128         to make that clearer.
129         * src/modest-account-mgr.h: Corrected the modest_account_mgr_search_server_account() documentation.
130
131 2007-04-05  Murray Cumming  <murrayc@murrayc.com>
132
133         * src/maemo/modest-account-view-window.c:
134         (modest_account_view_window_init),
135         (modest_account_view_window_new):
136         Use the same buttons as specified in the 
137         UI spec. Add the widgets to the vbox and action_area instead of just assigning them to 
138         the existing widgets, which never had a chance of working.
139         Put the ModestAccountView treeview in a scrolled window.
140         Do not repeat the initialization in both _init() and _new().
141         
142         * src/widgets/modest-account-view.c: (update_account_view):
143         Add a warning about modest_account_mgr_account_names() returning NULL, which is why 
144         this widget and window shows no accounts.
145         
146         * po/en_GB.po: Added translations needed for the dialog button logical IDs.
147         
148 2007-04-05  Murray Cumming  <murrayc@murrayc.com>
149
150         * src/maemo/easysetup/modest-easysetup-wizard.c:
151         (set_default_custom_servernames): Avoid a dereference of a destroyed widget.
152         (create_account): Do a sanity check, showing that modest_account_mgr_account_names() 
153         returns NULL after modest_account_mgr_add_server_account() returned TRUE, 
154         which seems wrong.
155         
156         * src/maemo/modest-main-window-ui.h: Specify the callback for the Accounts menu item.
157         * src/modest-ui-actions.c: (modest_ui_actions_on_accounts): Open the wizard if no 
158         accounts exist yet, as in the UI spec.
159         
160         * src/modest-account-mgr.h: Add TODO comment about a possible memory leak.
161
162 2007-04-05  Murray Cumming  <murrayc@murrayc.com>
163
164         * src/maemo/Makefile.am:
165         * src/maemo/modest-connection-specific-smtp-edit-window.c:
166         * src/maemo/modest-connection-specific-smtp-edit-window.h: 
167         New window for editing connection-specific smtp details.
168         Not fully implemented.
169
170         * src/maemo/modest-connection-specific-smtp-window.c:
171         (modest_connection_specific_smtp_window_finalize) :
172         unref the tree model.
173         (on_button_edit): Show the edit window.
174
175 2007-04-05  Murray Cumming  <murrayc@murrayc.com>
176
177         * src/Makefile.am: Change sequence of sub-libraries, which fixed an undefined symbol 
178         error for me.
179         
180         * src/maemo/Makefile.am:
181         * src/maemo/modest-connection-specific-smtp-window.c:
182         * src/maemo/modest-connection-specific-smtp-window.h:
183         New window for showing the list of connections, for connection-specific 
184         SMTP servers. Not fully implemented, because it needs an enhancement to TnyMaemoDevice.
185         * src/maemo/easysetup/modest-easysetup-wizard.c:
186         (create_page_custom_outgoing): Show the new window when the button is clicked.
187
188 2007-04-04  Murray Cumming  <murrayc@murrayc.com>
189
190         * src/maemo/easysetup/modest-easysetup-wizard.c: (create_account):
191         * src/maemo/easysetup/modest-presets.c: (modest_presets_new):
192         * src/maemo/modest-msg-edit-window.c:
193         (modest_msg_edit_window_insert_image):
194         * src/modest-conf.c: (modest_conf_key_escape):
195         * src/modest-mail-operation.c:
196         (modest_mail_operation_send_new_mail):
197         * src/modest-ui-actions.c: (modest_ui_actions_on_accounts),
198         (modest_ui_actions_on_new_account):
199         * src/widgets/modest-attachment-view.c: (update_filename_request):
200         * src/widgets/modest-mail-header-view.c: 
201         Corrected warnings that were breaking the build, by commenting out unused variables, 
202         and a function, and by including a header.
203
204 2007-04-04  Murray Cumming  <murrayc@murrayc.com>
205
206         * configure.ac: Define MODEST_PLATFORM_MAEMO and MODEST_PLATFORM_GNOME in config.h, 
207         so we can #ifdef around platform-specific code when necessary.
208         * src/modest-ui-actions.c: (modest_ui_actions_on_new_account): Use MODEST_PLATFORM_MAEMO 
209         to allow this to build for the GNOME platform too.
210
211 2007-04-04  Murray Cumming  <murrayc@murrayc.com>
212
213         * src/maemo/easysetup/modest-easysetup-wizard.c:
214         Added util_increment_name() and used it in create_page_account_details() 
215         to make sure that the default account name is always a new name.
216         
217         (modest_easysetup_wizard_dialog_init), 
218         (set_default_custom_servernames): Some minor memory management fixes.
219
220 2007-04-04  Murray Cumming  <murrayc@murrayc.com>
221
222         * Makefile.am:
223         * configure.ac:
224         * src/modest-runtime.c: (init_i18n): Restored the translation 
225         infrastructure, so that GETTEXT_PACKAGE and MODEST_LOCALE_DIR 
226         are defined in config.h, and the translations are installed.
227         
228         * src/maemo/easysetup/: Include config.h so that GETTEXT_PACKAGE 
229         is defined for translation.
230
231 2007-04-03  Murray Cumming  <murrayc@murrayc.com>
232
233         * src/maemo/easysetup/modest-easysetup-country-combo-box.c:
234         (load_from_file):
235         * src/maemo/easysetup/modest-easysetup-wizard.c:
236         (modest_easysetup_wizard_dialog_init):
237         * src/maemo/easysetup/modest-presets.c: (modest_presets_new): 
238         Use realistic paths (though they should use $prefix generically) to the 
239         mcc_mapping and provider-data.keyfile files which might work when they 
240         are installed by the future version of the operator-wizard package, 
241         and then fallback to paths in our source code, with an explanatory 
242         warning.
243
244 2007-04-03  Murray Cumming  <murrayc@murrayc.com>
245
246         * configure.ac:
247         * src/Makefile.am:
248         * src/maemo/Makefile.am:
249         * src/maemo/easysetup/: Added files from the previously-exernal 
250         osso-modest-easysetup.
251         * src/maemo/modest-main-window-ui.h:
252         * src/modest-ui-actions.c: 
253         * src/modest-ui-actions.h:
254         Added modest_ui_actions_on_new_account() as a signal handler for the 
255         New Account menu item. It shows the easysetup wizard.
256         * po/en_GB.po: Added additional needed logical IDs and translations.
257         
258 Started ChangeLog2 file, because I cannot work without a ChangeLog. murrayc.
259 Apparently ChangeLog is not used for some vague Nokia legal reasons.
260