* src/modest-address-book.h:
authorJose Dapena Paz <jdapena@igalia.com>
Thu, 19 Apr 2007 11:01:55 +0000 (11:01 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Thu, 19 Apr 2007 11:01:55 +0000 (11:01 +0000)
commit326ddf804e1bc2542650028660f4eb5cc82af96a
treef8b1b32665b042edf9b947b06066014821417b49
parent6d2cc7fda4c21ce383c62737a2804e388cb48b26
* src/modest-address-book.h:
        * Now modest_address_book_select_addresses adds the selected
          addresses to the ModestRecptEditor instead of returning them.
* src/maemo/modest-address-book.c:
        * Implementation of the new ..._select_addresses method. This
          uses the osso abook api to retrieve addresses from device
          addressbook.
* src/gnome/modest-address-book.c:
        * Updated the stub functions to conform the new API.
* src/widgets/modest-msg-edit-window.h:
        * New method for setting priorities from ui actions.
* src/widgets/modest-msg-edit-window-ui.h:
        * Added actions for handling priorities.
* src/widgets/modest-combo-box.c:
        * Set the widget to ellipsize.
        * Make selected options expand in the available space.
* src/widgets/modest-recpt.editor.[ch]:
        * Added "open-addressbook" signal, for attaching handlers to the
          addressbook button click.
        * Added new add_recipients method, that adds a non resolved
          recipient to the recipient list.
        * Added new add_resolved_recipient method, that gets a list of
          resolved recipients with an ID. It adds them underlined, and
          with a specific tag id.
        * Now recipient adders add the recipients one per line, adding
          \n. It also returns the recipients with the \n characters
          filtered.
        * Now it uses the ModestScrollText to support scroll line by
          line limited to 5 lines.
* src/widgets/modest-scroll-text.c:
        * Fixed a bug, that moved the cursor to the start every time
          the embedded text view changed its contents.
        * Correct the size request to take into account the shadow of
          the scroll.
* src/widgets/modest-attachments-view.[ch]:
        * Refactored to create a new add_attachment method. It's used
          to add new attachments to the list one by one, and in the
          existing modest_attachments_view_set_message.
* src/maemo/modest-msg-edit-window.c:
        * Added handler for "open-addressbook" signal in To: recipients
          editor. It calls the addressbook corresponding method.
        * Added handling of priority flags (added menu to change the
          mail priority, priority icon to the left of the subject,
          and sending mails with the priority field).
        * Added "add attachment" button to the right of subject. No
          functionality yet.
        * Added frame to the body editor.
        * Use HildonScrollArea to implement full view scroll.
        * Added attachments view, using ModestAttachmentsView. Also
          added code to update the view when new images are added.
* src/maemo/ui/modest-msg-edit-window-ui.xml:
        * Added priority handling menu options.
* src/modest-ui-actions.[ch]:
        * (added modest_ui_action_msg_edit_on_change_priority): action
          to handle priority radio buttons change in editor.
        * (modest_ui_actions_on_send): added handling for priority
          field.
* src/modest-account-mgr-helpers.c:
        * Added minor fixes to avoid warnings (GSList method called
          without assigning their result).
* src/modest-mail-operation.[ch]:
        * Now ..._send_new_mail method receives also the required
          priority for the mail.
* src/modest-main.c:
        * Small change to use the new priority parameter in
          _send_new_mail method with default value in CLI invokation.

pmo-trunk-r1594
19 files changed:
src/gnome/modest-address-book.c
src/maemo/modest-address-book.c
src/maemo/modest-msg-edit-window.c
src/maemo/ui/modest-msg-edit-window-ui.xml
src/modest-account-mgr-helpers.c
src/modest-address-book.h
src/modest-mail-operation.c
src/modest-mail-operation.h
src/modest-main.c
src/modest-ui-actions.c
src/modest-ui-actions.h
src/widgets/modest-attachments-view.c
src/widgets/modest-attachments-view.h
src/widgets/modest-combo-box.c
src/widgets/modest-msg-edit-window-ui.h
src/widgets/modest-msg-edit-window.h
src/widgets/modest-recpt-editor.c
src/widgets/modest-recpt-editor.h
src/widgets/modest-scroll-text.c