2007-04-05 Murray Cumming <murrayc@murrayc.com>
[modest] / ChangeLog2
1 2007-04-05  Murray Cumming  <murrayc@murrayc.com>
2
3         * docs/reference/modest-design.sgml: Corrected spelling mistake.
4         * src/maemo/easysetup/modest-easysetup-wizard.c: (create_account): 
5         Create the 2 server accounts and then create the account, using the names of the 2 server accounts.
6         This seems to be how this should be used. If it is, then I will update the AccountMgr documentation 
7         to make that clearer.
8         * src/modest-account-mgr.h: Corrected the modest_account_mgr_search_server_account() documentation.
9
10 2007-04-05  Murray Cumming  <murrayc@murrayc.com>
11
12         * src/maemo/modest-account-view-window.c:
13         (modest_account_view_window_init),
14         (modest_account_view_window_new):
15         Use the same buttons as specified in the 
16         UI spec. Add the widgets to the vbox and action_area instead of just assigning them to 
17         the existing widgets, which never had a chance of working.
18         Put the ModestAccountView treeview in a scrolled window.
19         Do not repeat the initialization in both _init() and _new().
20         
21         * src/widgets/modest-account-view.c: (update_account_view):
22         Add a warning about modest_account_mgr_account_names() returning NULL, which is why 
23         this widget and window shows no accounts.
24         
25         * po/en_GB.po: Added translations needed for the dialog button logical IDs.
26         
27 2007-04-05  Murray Cumming  <murrayc@murrayc.com>
28
29         * src/maemo/easysetup/modest-easysetup-wizard.c:
30         (set_default_custom_servernames): Avoid a dereference of a destroyed widget.
31         (create_account): Do a sanity check, showing that modest_account_mgr_account_names() 
32         returns NULL after modest_account_mgr_add_server_account() returned TRUE, 
33         which seems wrong.
34         
35         * src/maemo/modest-main-window-ui.h: Specify the callback for the Accounts menu item.
36         * src/modest-ui-actions.c: (modest_ui_actions_on_accounts): Open the wizard if no 
37         accounts exist yet, as in the UI spec.
38         
39         * src/modest-account-mgr.h: Add TODO comment about a possible memory leak.
40
41 2007-04-05  Murray Cumming  <murrayc@murrayc.com>
42
43         * src/maemo/Makefile.am:
44         * src/maemo/modest-connection-specific-smtp-edit-window.c:
45         * src/maemo/modest-connection-specific-smtp-edit-window.h: 
46         New window for editing connection-specific smtp details.
47         Not fully implemented.
48
49         * src/maemo/modest-connection-specific-smtp-window.c:
50         (modest_connection_specific_smtp_window_finalize) :
51         unref the tree model.
52         (on_button_edit): Show the edit window.
53
54 2007-04-05  Murray Cumming  <murrayc@murrayc.com>
55
56         * src/Makefile.am: Change sequence of sub-libraries, which fixed an undefined symbol 
57         error for me.
58         
59         * src/maemo/Makefile.am:
60         * src/maemo/modest-connection-specific-smtp-window.c:
61         * src/maemo/modest-connection-specific-smtp-window.h:
62         New window for showing the list of connections, for connection-specific 
63         SMTP servers. Not fully implemented, because it needs an enhancement to TnyMaemoDevice.
64         * src/maemo/easysetup/modest-easysetup-wizard.c:
65         (create_page_custom_outgoing): Show the new window when the button is clicked.
66
67 2007-04-04  Murray Cumming  <murrayc@murrayc.com>
68
69         * src/maemo/easysetup/modest-easysetup-wizard.c: (create_account):
70         * src/maemo/easysetup/modest-presets.c: (modest_presets_new):
71         * src/maemo/modest-msg-edit-window.c:
72         (modest_msg_edit_window_insert_image):
73         * src/modest-conf.c: (modest_conf_key_escape):
74         * src/modest-mail-operation.c:
75         (modest_mail_operation_send_new_mail):
76         * src/modest-ui-actions.c: (modest_ui_actions_on_accounts),
77         (modest_ui_actions_on_new_account):
78         * src/widgets/modest-attachment-view.c: (update_filename_request):
79         * src/widgets/modest-mail-header-view.c: 
80         Corrected warnings that were breaking the build, by commenting out unused variables, 
81         and a function, and by including a header.
82
83 2007-04-04  Murray Cumming  <murrayc@murrayc.com>
84
85         * configure.ac: Define MODEST_PLATFORM_MAEMO and MODEST_PLATFORM_GNOME in config.h, 
86         so we can #ifdef around platform-specific code when necessary.
87         * src/modest-ui-actions.c: (modest_ui_actions_on_new_account): Use MODEST_PLATFORM_MAEMO 
88         to allow this to build for the GNOME platform too.
89
90 2007-04-04  Murray Cumming  <murrayc@murrayc.com>
91
92         * src/maemo/easysetup/modest-easysetup-wizard.c:
93         Added util_increment_name() and used it in create_page_account_details() 
94         to make sure that the default account name is always a new name.
95         
96         (modest_easysetup_wizard_dialog_init), 
97         (set_default_custom_servernames): Some minor memory management fixes.
98
99 2007-04-04  Murray Cumming  <murrayc@murrayc.com>
100
101         * Makefile.am:
102         * configure.ac:
103         * src/modest-runtime.c: (init_i18n): Restored the translation 
104         infrastructure, so that GETTEXT_PACKAGE and MODEST_LOCALE_DIR 
105         are defined in config.h, and the translations are installed.
106         
107         * src/maemo/easysetup/: Include config.h so that GETTEXT_PACKAGE 
108         is defined for translation.
109
110 2007-04-03  Murray Cumming  <murrayc@murrayc.com>
111
112         * src/maemo/easysetup/modest-easysetup-country-combo-box.c:
113         (load_from_file):
114         * src/maemo/easysetup/modest-easysetup-wizard.c:
115         (modest_easysetup_wizard_dialog_init):
116         * src/maemo/easysetup/modest-presets.c: (modest_presets_new): 
117         Use realistic paths (though they should use $prefix generically) to the 
118         mcc_mapping and provider-data.keyfile files which might work when they 
119         are installed by the future version of the operator-wizard package, 
120         and then fallback to paths in our source code, with an explanatory 
121         warning.
122
123 2007-04-03  Murray Cumming  <murrayc@murrayc.com>
124
125         * configure.ac:
126         * src/Makefile.am:
127         * src/maemo/Makefile.am:
128         * src/maemo/easysetup/: Added files from the previously-exernal 
129         osso-modest-easysetup.
130         * src/maemo/modest-main-window-ui.h:
131         * src/modest-ui-actions.c: 
132         * src/modest-ui-actions.h:
133         Added modest_ui_actions_on_new_account() as a signal handler for the 
134         New Account menu item. It shows the easysetup wizard.
135         * po/en_GB.po: Added additional needed logical IDs and translations.
136         
137 Started ChangeLog2 file, because I cannot work without a ChangeLog. murrayc.
138 Apparently ChangeLog is not used for some vague Nokia legal reasons.
139