* Review ModestProgressBarWidge, adding a GtkAlignment and
authorJavier Fernandez Garcia-Boente <jfernandez@igalia.com>
Thu, 3 May 2007 07:32:37 +0000 (07:32 +0000)
committerJavier Fernandez Garcia-Boente <jfernandez@igalia.com>
Thu, 3 May 2007 07:32:37 +0000 (07:32 +0000)
commitcc36ea20ffc9bc9dbd884f511db9bae55f4d97ca
treedc4957e9177ab4ac76a2bbf38435728e575ef13b
parentcfbd16446cd7132c689edcea005317b8018386ba
* Review ModestProgressBarWidge, adding a GtkAlignment and
GtkAdjustment.
* Fix bug on GB potfile in "Sending %d/%d1" message.
* New operation mail_operation_process_msg, to get one or several
messages, applying them an user define function, using a
helper data structure to do this.
* Change tny_get_msg_async calls in modest-ui_actions
by a new mail_operation method called mail_operation_process_msg.
* Add a new method to ModestPropressObject to cancel current
mail operation in progress.
* Connect ModestMainWindow as observer of MailOperatinQueue, to
add and remove mail operations from their observer.
* Connect ModestMsgViewWindow as observer of MailOperatinQueue, to
add and remove mail operations from their observer.
* Manage toolbar of MsgViewWindow, dimming toolbar options
in transfer mode.

pmo-trunk-r1739
12 files changed:
po/en_GB.po
src/maemo/modest-main-window.c
src/maemo/modest-msg-view-window.c
src/maemo/modest-progress-bar-widget.c
src/maemo/ui/modest-msg-view-window-ui.xml
src/modest-mail-operation-queue.c
src/modest-mail-operation-queue.h
src/modest-mail-operation.c
src/modest-mail-operation.h
src/modest-progress-object.c
src/modest-progress-object.h
src/modest-ui-actions.c