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