log AddFeed.py @ 156:2d159eb2a91b

age author description
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
Thu, 29 Apr 2010 06:47:47 +0200 Dirk Olmes implemented adding a feed