Mercurial > hg > Feedworm
log MainWindow.py @ 60:d063e4814357
age | author | description |
---|---|---|
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 |