- Be less restrictive about RSS feeds, we now display articles even if they don't have embedded torrents. However, RSS feed downloader is not available for said feeds.

- Added an icon to differenciate articles with attachment (torrent)
This commit is contained in:
Christophe Dumez 2009-08-29 03:47:14 +00:00
commit 6f89b1f131
6 changed files with 94 additions and 45 deletions

View file

@ -127,15 +127,37 @@ p, li { white-space: pre-wrap; }
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
<property name="rootIsDecorated">
<bool>false</bool>
</property>
<property name="itemsExpandable">
<bool>false</bool>
</property>
<property name="allColumnsShowFocus">
<bool>true</bool>
</property>
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
<attribute name="headerVisible">
<bool>false</bool>
<attribute name="headerStretchLastSection">
<bool>true</bool>
</attribute>
<attribute name="headerStretchLastSection">
<bool>true</bool>
</attribute>
<column>
<property name="text">
<string>1</string>
<string>Bullet</string>
</property>
</column>
<column>
<property name="text">
<string>Attachment</string>
</property>
</column>
<column>
<property name="text">
<string>Article title</string>
</property>
</column>
<column>