* Added src/widgets/modest-recpt-view.[ch].
authorJose Dapena Paz <jdapena@igalia.com>
Wed, 28 Feb 2007 18:08:57 +0000 (18:08 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Wed, 28 Feb 2007 18:08:57 +0000 (18:08 +0000)
commitdd00071e3b3dba6e7d35f7142ba61a89c8f205c3
tree0bc0f0292b9d71894cb094296a4385f751eda0ad
parent0489db9d4ed582aecd48b26cdd71f3ade843a16d
* Added src/widgets/modest-recpt-view.[ch].
        * Inherits from GtkLabel.
        * It's a tweaked GtkLabel for showing a list of recipients.
        * Main feature is the way it handles selections (tries to
          select a full recipient).
        * Emits a signal when a recipient is selected and clicked/
          double clicked.
* Added src/widgets/modest-mail-header-view.[ch].
        * Contains implementation of ModestMailHeaderView, which is
          an implementation of TnyHeaderView.
        * It's used in ModestMsgView to show the mail headers.
        * It shows the recipients list with the new ModestRecptView
        * It features an expansor, to hide or show more headers.
* src/modest-text-utils.[ch]:
        * Added modest_text_utils_split_addresses_list. It splits a
          list of email addresses in the format accepted by mail
          recipients list.
* src/modest-ui-actions.[ch]:
        * Added stub handler for message recipient activation (click on
          emails in a mail header).
* src/gtk/modest_main_window.c:
        * Main window GtkVBox spacing is now 0 for better HIG compliance.
        * Now scrolled windows are added with shadow (HIG compliance).
        * Added handling of signal from recipients in mail preview.

pmo-trunk-r868
13 files changed:
src/gtk/modest-main-window.c
src/modest-main.c
src/modest-text-utils.c
src/modest-text-utils.h
src/modest-ui-actions.c
src/modest-ui-actions.h
src/widgets/Makefile.am
src/widgets/modest-mail-header-view.c [new file with mode: 0644]
src/widgets/modest-mail-header-view.h [new file with mode: 0644]
src/widgets/modest-msg-view.c
src/widgets/modest-msg-view.h
src/widgets/modest-recpt-view.c [new file with mode: 0644]
src/widgets/modest-recpt-view.h [new file with mode: 0644]