log

age author description
Mon, 29 Aug 2011 03:07:50 +0200 dirk Do not fetch and parse the feed twice when creating a new one. Pass the parsed info into the update method instead to reuse.
Mon, 29 Aug 2011 02:41:24 +0200 dirk after a feed update, calculate a feed's update date from the current date, not the original next update date
Mon, 29 Aug 2011 02:33:51 +0200 dirk all preferences are stored in a single JSON document in the couchdb backend. PreferencesDialog converts QString to a proper Python datatybe before sending it to the backend.