Movie list store & view: store prepared title + year markup and rating text
authorPhilipp Zabel <philipp.zabel@gmail.com>
Mon, 12 Jul 2010 16:28:47 +0000 (18:28 +0200)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Mon, 12 Jul 2010 16:28:47 +0000 (18:28 +0200)
commit21336daab7ce7bacc8c826f292b30442ee18439d
treec852b60169e7e112b012f7c86009f55878cb195a
parent7d9cdb818f4024c08f619be7f40d5b1087551c86
Movie list store & view: store prepared title + year markup and rating text

To avoid allocating / freeing strings during cell rendering.
This also empties the year column and appends the year to the title in
parentheses and in a smaller font.
src/movie-list-store.vala
src/movie-list-view.vala