321 date column #399
321 date column #399
Conversation
With your change the favicon ends up at the end of the line. I think it looks better in front of the headline. |
Didn't realize about that. Now favicon is before the headlines and the attachment column between headline and date. |
Nice, thanks ! |
The click to toggle flagged status (line 661) is broken by the column move. |
@Leiaz thanks for spotting that issue! |
I prefer to resize the date column to its minimum width, so it is not visible anymore and does not take up space. I do this because the article date is irrelevant to me. Would this change break this? Is it still possible to remove the date column? |
Perhaps a GSettings switch. |
Ah, thank you. Date is still irrelevant to me, but at least it won't get in the way anymore. That seems like a good compromise. |
@mikelolasagasti The 200px hard-coded do prevent me from merging this... It should be auto-sizing because 200px mean totally different things on a 1280px wide screen width vs mad HiDPi screen widths... |
@lwindolf I'll explore other options |
@lwindolf now it uses GTK_TREE_VIEW_COLUMN_AUTOSIZE and it seems to do the trick but currently just have my laptop to test. |
Now there are two date columns :D The default GTK_TREE_VIEW_COLUMN_GROW_ONLY should work too. Also the doc says :
|
Thanks @Leiaz ! I removed the duplicated date column and changed to use GTK_TREE_VIEW_COLUMN_GROW_ONLY. I tested with Spanish locale and it resizes correctly in my laptop. |
You still have two enclosure icon columns. Don't forget to change the attribute for the icon from "pixbuf" to "gicon". |
@Leiaz thanks again for reviewing. I removed the extra column and fixed the flag toggling logic when the favicon is not present. |
It looks good |
@mikelolasagasti Great work! Having the date out of the way makes focusing on the story titles much more pleasant. |
Fix proposal for #321
Invert order of columns, setting fixed width for date to 200 and filling space with headline.