log MainWindow.py @ 77:d292ab61ed6f

age author description
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.
Sat, 24 Jul 2010 03:11:06 +0200 Dirk Olmes add a preference to hide read feed entries
Fri, 23 Jul 2010 17:41:05 +0200 Dirk Olmes When clicking an entry, it's marked as read
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
Tue, 18 May 2010 03:17:06 +0200 Dirk Olmes pull out FeedEntryItemDelegate into its own file
Tue, 18 May 2010 02:58:31 +0200 Dirk Olmes the feed settings menu item starts out disabled and gets enabled once a feed is selected
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
Sun, 16 May 2010 08:26:46 +0200 Dirk Olmes GUI for feed settings
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