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