* src/modest-ui-actions.[ch]:
authorJose Dapena Paz <jdapena@igalia.com>
Fri, 20 Apr 2007 16:52:34 +0000 (16:52 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Fri, 20 Apr 2007 16:52:34 +0000 (16:52 +0000)
commit333577dd6c4b399722c688082799950d7fced90d
treecb105c53f210ea7b6143965c12d33cc0f50f971a
parent23b77fcc7767731bd6d8b59c303afc393694908c
* src/modest-ui-actions.[ch]:
        * Action to select contacts in editor to add to a recipient
          list.
* src/maemo/modest-msg-edit-window.c:
        * Dim font attribute actions depending on rich text disabled.
        * Dim Undo when required.
        * Make add attachment button non focusable.
        * Add open addressbook handler for buttons in Cc: and Bcc:
          recipients lists.
        * Fix a warning because the action name of the send toolbar
          button was not correct in the method that expands it.
        * Update the file format (formatted/plain) on undo, as it can
          be changed.
        * (Added modest_msg_edit_window_select_contacts): method that
          shows select contacts dialog for focused recipient list (or
          To: recipient list if no recipient list focused).
* src/maemo/ui/modest-msg-edit-window-ui.xml:
        * Added SelectContacts menu action.
* src/gnome/modest-msg-edit-window.c:
        * Removed non used code about zooming.
        * Removed duplicated set_priority_flags stub code.
        * Added stub implementation for ...select_contacts method.
* src/widgets/modest-mail-header-view.c:
        * Now field name labels align to right.
* src/widgets/modest-msg-edit-window.h:
        * Added ..._select_contacs method.
* src/widgets/modest-recpt-editor.c:
        * Now the widget is focusable.
* src/widgets/modest-msg-edit-window-ui.h:
        * Added email menu, and select contacts action.

pmo-trunk-r1614
src/gnome/modest-msg-edit-window.c
src/maemo/modest-msg-edit-window.c
src/maemo/ui/modest-msg-edit-window-ui.xml
src/modest-ui-actions.c
src/modest-ui-actions.h
src/widgets/modest-mail-header-view.c
src/widgets/modest-msg-edit-window-ui.h
src/widgets/modest-msg-edit-window.h
src/widgets/modest-recpt-editor.c