* src/gnome/modest-account-view-window.c:
authorJose Dapena Paz <jdapena@igalia.com>
Wed, 12 Mar 2008 08:15:45 +0000 (08:15 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Wed, 12 Mar 2008 08:15:45 +0000 (08:15 +0000)
commit42346499332a89c1cc32d9ec4127e88de4ddf2da
tree98e8c80e2c1955a908ade4b254741fe686dcb8db
parenta8e958293946f2b6de24c191d236a4a9cacac97d
* src/gnome/modest-account-view-window.c:
        * Check wether any connection is active, and cancel them if
          user wants to when we try to set the account.
* src/gnome/modest-msg-edit-window.c:
        * Added support for handling attachments (attachments view and
          attach button).
        * Added management of drafts and outbox messages. Keeps properly
          the current message uid.
        * Better layout of the recipients buttons.
        * Now body editor shows a box around.
        * Added support for dimming rules (fixes menus) and translations
          in menus.
* src/gnome/modest-platform.c:
        * Add stub implementation for double_connect_and_perform.
* src/gnome/Makefile.am:
        * Added gnome implementation for gnome account settings dialog.
* src/gnome/modest-account-settings-dialog.c:
        * Added. New gnome implementation for account settings dialog.
          With this we can begin to edit properly an account.
* src/gnome/modest-msg-edit-window-ui-dimming.h:
        * Dimming rules for gnome editor. Should be very similar to
          maemo counterpart.
* src/gnome/ui/modest-msg-edit-window-ui.xml:
        * Restructure the menu of the editor to get more or less the
          same features the maemo client has.
* Moved src/maemo/modest-account-settings-dialog.h to src/widgets. Also
  added .c in maemo.
* src/modest-tny-account-store.c:
        * Remove specific maemo implementation in account store. All the
          code should be common now.

pmo-trunk-r4296
12 files changed:
src/gnome/Makefile.am
src/gnome/modest-account-settings-dialog.c [new file with mode: 0644]
src/gnome/modest-account-view-window.c
src/gnome/modest-msg-edit-window-ui-dimming.h [new file with mode: 0644]
src/gnome/modest-msg-edit-window.c
src/gnome/modest-platform.c
src/gnome/ui/modest-msg-edit-window-ui.xml
src/maemo/Makefile.am
src/maemo/modest-account-settings-dialog.h [deleted file]
src/modest-tny-account-store.c
src/widgets/Makefile.am
src/widgets/modest-account-settings-dialog.h [new file with mode: 0644]