* src/maemo/modest-msg-edit-window.c:
authorJose Dapena Paz <jdapena@igalia.com>
Fri, 13 Apr 2007 09:16:27 +0000 (09:16 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Fri, 13 Apr 2007 09:16:27 +0000 (09:16 +0000)
commit8f1fca99bd58a28c51d2a017e9b0ccc9e75954f6
tree383915a594b61a645f4066baba8b68c5717c85f0
parent2768976ccfcb850098f8c5eaed317048184f4ad1
* src/maemo/modest-msg-edit-window.c:
        * Replaced the toolbar font size combobox with a completely new
          button fitting better the specs.
        * Also replaced the font face selector. Now it previews the font
          in the combo and in the button.
        * Changed the recipient buttons, to use the new
          ModestRecptEditor widget.
        * Unref the labels size group when it's initialized to avoid a
          leak.
        * Added size group for all the entry fields.
        * Policy for horizontal scrollbar in scrolled window set to
          never.
        * Changed placeholder positions to put font color at the end and
          font size and face at the beginning.
        * Added expand and homogeneous properties to all buttons in
          toolbar.
        * Removed bullet list toolbar button.
* src/maemo/ui/modest-msg-edit-window-ui.xml:
        * Added independent place holders for font color and font
          attributes (size and face).
* src/widgets/modest-msg-edit-window-ui.h:
        * Updated the zoom +/- actions to call modest ui actions instead
          of private methods in edit window.
* Added src/widgets/modest-recpt-editor.[ch]:
        * New widget to edit a list of recipients. It will be used to
          implement the specific UI interactions and addressbook
          integration expected in clients.
        * It shows an addressbook button that will be used for
          opening the addressbook and adding addresses to the recipient
          list.
        * It's work-in-progress
* src/widgets/Makefile.am:
        * Added ModestRecptEditor to compilation.

pmo-trunk-r1556
debian/files
debian/modest.substvars
src/maemo/modest-msg-edit-window.c
src/maemo/ui/modest-msg-edit-window-ui.xml
src/widgets/Makefile.am
src/widgets/modest-recpt-editor.c [new file with mode: 0644]
src/widgets/modest-recpt-editor.h [new file with mode: 0644]