* src/widgets/modest-header-view-render.c:
authorJose Dapena Paz <jdapena@igalia.com>
Wed, 30 May 2007 16:55:50 +0000 (16:55 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Wed, 30 May 2007 16:55:50 +0000 (16:55 +0000)
commit32aa324fb6312e9a86f9b244f63178fa1807043d
treeed967ea5e683f8bcea4c68293e0d2d96ec179a50
parente58f14c0d0f1c548c697abd437a2ed2d770f612a
* src/widgets/modest-header-view-render.c:
        * (get_pixbuf_for_flag): now it also supports getting specific
          icons for high and low priorities.
        * Removed get_pixbuf_for_compact_flag,
          _modest_header_view_header_cell_data,
          _modest_header_view_compact_date_cell_data,  as it's not
          required in the new header view.
        * Modified the compact view for header view. Now it uses the
          new hbox and vbox cell renderers. Modified also to have
          specific cell renderers for the attachment and priority
          icons. Here we fill the new cell renderers using the model.
* Added src/widgets/modest-hbox-cell-renderer.c:
        * New cell renderer that let's developer embed cell renderers
          in an horizontal layout. Supports specific expanded cell
          renderers.
* Added src/widgets/modest-vbox-cell-renderer.c:
        * New cell renderer that let's developer embed cell renderers
          in an vertical layout. Supports specific expanded cell
          renderers.
* src/widgets/modest-header-view.c:
        * Now cmp_rows is only used for comparing flag columns.
        * Reworked all the sorting code, to use tree model column id's.
        * Modified the compact view for header view. Now it uses the
          new hbox and vbox cell renderers. Modified also to have
          specific cell renderers for the attachment and priority
          icons. Here we construct the cell renderers.
* src/modest-init.c:
        * Removed the old layout cells for compact view.
* src/maemo/modest-platform.c:
        * Reworked the sort dialog to fit with the new sort code
          in header view.

pmo-trunk-r2001
src/maemo/modest-msg-view-window.c
src/maemo/modest-platform.c
src/modest-init.c
src/widgets/Makefile.am
src/widgets/modest-hbox-cell-renderer.c [new file with mode: 0644]
src/widgets/modest-hbox-cell-renderer.h [new file with mode: 0644]
src/widgets/modest-header-view-priv.h
src/widgets/modest-header-view-render.c
src/widgets/modest-header-view.c
src/widgets/modest-vbox-cell-renderer.c [new file with mode: 0644]
src/widgets/modest-vbox-cell-renderer.h [new file with mode: 0644]