log MainWindow.py @ 89:2eddb44920d1

age author description
Fri, 24 Dec 2010 04:36:06 +0100 Dirk Olmes When selecting a new feed, scroll its first entry to visible
Sun, 22 Aug 2010 16:45:25 +0200 Dirk Olmes update the status bar when an article is opened
Thu, 19 Aug 2010 07:03:32 +0200 Dirk Olmes update the status bar when opening a feed's rss url via WebView or external browser
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.
Wed, 11 Aug 2010 03:41:15 +0200 Dirk Olmes Properly update the feed entry list when marking an entry as read/unread
Wed, 11 Aug 2010 03:35:37 +0200 Dirk Olmes do a proper update when marking all feed entries as read
Wed, 11 Aug 2010 03:10:32 +0200 Dirk Olmes MainWindow relies on FeedList to get the feeds to display now. FeedList has two inner/private classes: one for returning all known feeds and one to return only feeds with unread entries.