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