log Feed.py @ 220:e079faa547b8 python3

age author description
Wed, 29 Dec 2010 04:27:58 +0100 Dirk Olmes filter out read entries first before sorting
Sat, 14 Aug 2010 02:53:49 +0200 Dirk Olmes Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
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
Tue, 27 Apr 2010 02:38:21 +0200 Dirk Olmes Feed.url -> Feed.rss_url
Mon, 26 Apr 2010 19:33:07 +0200 Dirk Olmes retrieve a feed for the given URL, store entries as feed_entry rows into the database
Mon, 26 Apr 2010 17:40:55 +0200 Dirk Olmes First skeleton for sqlalchemy: define the mapping and create the first feed