log AddFeed.py @ 249:5695197a3ca5

age author description
Sun, 27 Apr 2014 06:04:57 +0200 Dirk Olmes unify imports, especially Qt imports. Use consistent super syntax
Sun, 27 Apr 2014 05:33:34 +0200 Dirk Olmes add source file endcoding header
Mon, 22 Aug 2011 10:30:33 +0200 Dirk Olmes restructured adding a feed so that only the URL is passed into the backend - the rest of the operation is backend-internal backend
Sun, 21 Aug 2011 04:17:13 +0200 Dirk Olmes re-enabled AddFeed - does not work yet backend
Fri, 23 Jul 2010 17:24:32 +0200 Dirk Olmes Adding a feed now logs the exception if one occurred during retrieval. More normalization of feed entries before creating new FeedEntry objects.
Mon, 17 May 2010 04:30:55 +0200 Dirk Olmes better error handling while adding feeds: data is only saved if a feed could be created and entries could be retrieved. MainWindow displays feedback in the status bar if an exception occurred while adding a feed.
Mon, 17 May 2010 03:52:13 +0200 Dirk Olmes move the logic to add a feed into AddFeed