log backend/couchdb/Preferences.py @ 180:a4832a180c69

age author description
Fri, 09 Sep 2011 17:17:39 +0200 dirk always return an int value for daysToKeepFeedEntries
Fri, 09 Sep 2011 14:52:54 +0200 dirk introdue an abstraction for the name of the database so it can be changed via commandline parameter
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.
Sat, 27 Aug 2011 10:17:07 +0200 Dirk Olmes displaying the preferences dialog works, saving prefs doesn't yet
Thu, 25 Aug 2011 07:01:45 +0200 Dirk Olmes move getting the entries for a feed to the backend so that the couchdb backend can use a custom view for feed entries
Tue, 23 Aug 2011 03:44:08 +0200 Dirk Olmes implement proxyHost/proxyPort in Preferences