* src/modest-tny-attachment.h:
* src/modest-tny-attachment.c:
(modest_tny_attachment_get_stream): replaced TnyStreamIface with TnyStream
* src/gtk/modest-account-view-window.h:
* src/gtk/modest-account-view-window.c: removed the ModestAccountMgr
from the private structure. Added some platform factory needed calls.
(modest_account_view_window_new): removed account manager from the
method signature
* src/gtk/modest-ui.h:
* src/gtk/modest-ui.c: removed ModestAccountMgr and
ModestTnyAccountStore from the private structure.
(modest_ui_new): removed ModestConf from the method signature. Added
some calls to the platform factory
* src/gtk/modest-edit-msg-window.h:
* src/gtk/modest-edit-msg-window.c: removed ModestConf from the
private structure. Added ModestPlatformFactory to it.
(send_mail): added some code just for testing purposes for sending mail
(modest_edit_msg_window_new): modified method signature
* src/gtk/modest-main-window.h:
* src/gtk/modest-main-window.c: added the platform factory to the
private structure. Change in the name of the widget factory. Removed
ModestConf and ModestAccountMgr from it.
(modest_main_window_new): removed ModestConf and ModestAccountMgr from
the method signature. Added some calls to the platform factory
* src/modest-tny-platform-factory.h:
* src/modest-tny-platform-factory.c: New files in the repository
* src/modest-mail-operation.h:
* src/modest-mail-operation.c: New files in the repository
* src/modest-main.c: Added some calls to the platform factory
(start_ui): modified method signature, removed ModestConf
(send_mail): modified method signature, removed ModestConf
* src/modest-widget-factory.h:
* src/modest-widget-factory.c: replaced ModestTnyAccountStore by
TnyAccountStore, Removed ModestConf and ModestAccountMgr from the
private structure. Added the platform factory.
(modest_widget_factory_new (): modified method signature, removed all
attributes.
* src/modest-tny-account-store.c: replaced a call to the GNOME factory
by a call to Modest factory
* src/Makefile.am: added the new files
pmo-trunk-r481
19 files changed: