Mercurial > hg > Feedworm
graph
-
do a proper update when marking all feed entries as readWed, 11 Aug 2010 03:35:37 +0200, by Dirk Olmes
-
Simplify: no classes needed for simple ifWed, 11 Aug 2010 03:26:21 +0200, by Dirk Olmes
-
control the display of unread feeds/all feeds via PreferencesWed, 11 Aug 2010 03:23:02 +0200, by 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.Wed, 11 Aug 2010 03:10:32 +0200, by Dirk Olmes
-
have the DB URL as parameter when creating a session and fall back to commandline arguments if no DB URL was passed inWed, 11 Aug 2010 02:30:47 +0200, by Dirk Olmes
-
grr, need to re-enable the actual updating of entriesTue, 10 Aug 2010 03:41:24 +0200, by Dirk Olmes
-
Make FeedEntry table object available in Mapping to use it to expire old, read feed entries.Tue, 10 Aug 2010 03:32:29 +0200, by Dirk Olmes
-
maintain a better TODO listMon, 02 Aug 2010 02:43:41 +0200, by Dirk Olmes
-
log when creating a new FeedEntryThu, 29 Jul 2010 21:37:46 +0200, by dirk
-
add a runner script for XanthippeThu, 29 Jul 2010 21:05:41 +0200, by dirk
-
feedupdate-main updates all feeds per defaultThu, 29 Jul 2010 20:58:16 +0200, by dirk
-
helper class to create Feed objects from an OPML feedWed, 28 Jul 2010 21:14:34 +0200, by dirk
-
add a preference to hide read feed entriesSat, 24 Jul 2010 03:11:06 +0200, by Dirk Olmes
-
When clicking an entry, it's marked as readFri, 23 Jul 2010 17:41:05 +0200, by 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 17:29:22 +0200, by Dirk Olmes
-
Adding a feed now logs the exception if one occurred during retrieval. More normalization of feed entries before creating new FeedEntry objects.Fri, 23 Jul 2010 17:24:32 +0200, by Dirk Olmes
-
make sqlalchemy logging configurable through the --databaseLogging commandline parameterFri, 23 Jul 2010 04:39:08 +0200, by Dirk Olmes
-
add a menu item to mark all entries in a feed as readFri, 23 Jul 2010 04:06:10 +0200, by Dirk Olmes
-
pull out FeedEntryItemDelegate into its own fileTue, 18 May 2010 03:17:06 +0200, by Dirk Olmes
-
the relationship between feed and its entries can be mapped as lazy -> fewer DB round tripsTue, 18 May 2010 03:12:00 +0200, by Dirk Olmes
-
the feed settings menu item starts out disabled and gets enabled once a feed is selectedTue, 18 May 2010 02:58:31 +0200, by Dirk Olmes
-
allow changing a feed's titleTue, 18 May 2010 02:56:02 +0200, by Dirk Olmes
-
set our custom window icon on all dialogsTue, 18 May 2010 02:32:33 +0200, by Dirk Olmes
-
move the logic to add a feed into AddFeedMon, 17 May 2010 03:52:13 +0200, by Dirk Olmes
-
GUI for feed settingsSun, 16 May 2010 08:26:46 +0200, by Dirk Olmes
-
add an option to Feed that allows loading an entry's link right away instead of displaying a feed's summarySun, 16 May 2010 08:13:07 +0200, by Dirk Olmes
-
Better preferences handling: the GUI's responsibility is to convert the input from the event into a boolean valueSun, 16 May 2010 07:54:24 +0200, by Dirk Olmes
-
pass session when creating a new feedFri, 14 May 2010 15:24:51 +0200, by Dirk Olmes