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