Mercurial > hg > Feedworm
log Feed.py @ 61:db35ab7753f0
age | author | description |
---|---|---|
Sat, 24 Jul 2010 03:11:06 +0200 | Dirk Olmes | add a preference to hide read feed entries |
Fri, 23 Jul 2010 17:29:22 +0200 | Dirk Olmes | Marking all articles in a feed as read doesn't toggle any more ... it marks all articles as read. |
Fri, 23 Jul 2010 04:06:10 +0200 | Dirk Olmes | add a menu item to mark all entries in a feed as read |
Sun, 16 May 2010 08:13:07 +0200 | Dirk Olmes | add an option to Feed that allows loading an entry's link right away instead of displaying a feed's summary |
Wed, 05 May 2010 03:07:59 +0200 | Dirk Olmes | Feeds manage the point in time when the next update should happen. FeedUpdater only updates feeds that are due. |
Fri, 30 Apr 2010 06:01:54 +0200 | Dirk Olmes | display a feed's entries sorted by their update date |
Wed, 28 Apr 2010 03:37:01 +0200 | Dirk Olmes | make the model used to display feeds generic (so it can be used to display FeedEntries, too) |
Wed, 28 Apr 2010 03:00:11 +0200 | Dirk Olmes | move fetch logic into Feed |