log FeedEntry.py @ 100:99807963d9e0

age author description
Wed, 28 Jul 2010 20:30:34 +0200 dirk FeedEntry provides a static method for creating new entries: better modularization and support for working with the class in interactive mode. FeedUpdater's normalize method is a module function now, again for ease of use in interactive scenarios
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, 30 Apr 2010 06:22:33 +0200 Dirk Olmes mark unread feed entries bold. Add a menu item to toggle between read/unread
Fri, 30 Apr 2010 06:01:54 +0200 Dirk Olmes display a feed's entries sorted by their update date
Thu, 29 Apr 2010 16:48:16 +0200 Dirk Olmes add a read flag for feed entries so they can be marked read
Wed, 28 Apr 2010 04:00:56 +0200 Dirk Olmes oops forgot these ones
Wed, 28 Apr 2010 03:46:47 +0200 Dirk Olmes add a list view for displaying feed entries from the selected feed
Tue, 27 Apr 2010 02:30:50 +0200 Dirk Olmes add a creation date for the feed entry
Mon, 26 Apr 2010 20:46:37 +0200 Dirk Olmes add the updated date of the feed
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