* src/widgets/modest-header-view.c:
authorJose Dapena Paz <jdapena@igalia.com>
Wed, 20 Feb 2008 11:07:32 +0000 (11:07 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Wed, 20 Feb 2008 11:07:32 +0000 (11:07 +0000)
commitc7d97f3f8158d317bd5fa78fbb91277a1c3b7555
tree335f7de631e9310387089954734558d1637cc0c2
parent21769473d57f9c64cececc8c7857c97de7bb6f6c
* src/widgets/modest-header-view.c:
        * Set the fixed height from font in text cell renderers.
* src/widgets/modest-header-view-render.c:
        * Avoid using pango markup as pango parsing is expensive.
          Instead of this use cell renderer properties to set the
          default fonts.
        * We set the properties now using freeze and thaw, for avoiding
          preparing the font as many times as properties we have.
* src/modest-ui-actions.c:
        * Show proper information banner on opening a drafts message.
* src/maemo/modest-msg-edit-window.c:
        * Delay show all just until all the window is ready to be shown.
          This should reduce expensive redraws and relocations.
* src/maemo/modest-msg-view-window.c:
        * Also delay show all until all the window is ready to be shown.

pmo-trunk-r4206
src/maemo/modest-msg-edit-window.c
src/maemo/modest-msg-view-window.c
src/modest-ui-actions.c
src/widgets/modest-hbox-cell-renderer.c
src/widgets/modest-header-view-render.c
src/widgets/modest-header-view.c