Mercurial > hg > Feedworm
graph
-
displaying entries for a feed works now with the couchdb backendFri, 26 Aug 2011 06:13:39 +0200, by Dirk Olmes
-
use couchdb's mapping API instead of manually coding around Rows - much leaner code :-)Thu, 25 Aug 2011 11:05:05 +0200, by Dirk Olmes
-
move getting the entries for a feed to the backend so that the couchdb backend can use a custom view for feed entriesThu, 25 Aug 2011 07:01:45 +0200, by Dirk Olmes
-
move the code from FeedList into the backend classThu, 25 Aug 2011 05:39:03 +0200, by Dirk Olmes
-
updating feeds on the couchdb backend works nowWed, 24 Aug 2011 11:54:06 +0200, by Dirk Olmes
-
remove the normalize method, it was pulled up to the parent classWed, 24 Aug 2011 11:04:09 +0200, by Dirk Olmes
-
remove unused constantWed, 24 Aug 2011 10:57:42 +0200, by Dirk Olmes
-
pull out common code for updating a feed into an abstract class, have the sqlalchemy backend use that class.Wed, 24 Aug 2011 10:53:46 +0200, by Dirk Olmes
-
Automated merge with https://xanthippe.dyndns.org/hg/FeedwormWed, 24 Aug 2011 09:39:10 +0200, by Dirk Olmes
-
add the required methods for determining if a feed needs to be updatedTue, 23 Aug 2011 16:02:35 +0200, by Dirk Olmes
-
added TODO itemWed, 24 Aug 2011 09:15:29 +0200, by Dirk Olmes
-
allow choosing the backend via commandline optionTue, 23 Aug 2011 14:36:58 +0200, by Dirk Olmes
-
implement a Feed class that can be used to query feed and that wraps view resultsTue, 23 Aug 2011 04:15:46 +0200, by Dirk Olmes
-
added a TODO itemTue, 23 Aug 2011 03:51:15 +0200, by Dirk Olmes
-
rename feedupdate-main to feedupdate, adjust the launch scriptTue, 23 Aug 2011 03:49:29 +0200, by Dirk Olmes
-
implement proxyHost/proxyPort in PreferencesTue, 23 Aug 2011 03:44:08 +0200, by Dirk Olmes
-
new backend for using CouchDB as persistence mechanism ... currently all methods are unimplementedMon, 22 Aug 2011 19:51:59 +0200, by Dirk Olmes
-
closing the backend branch now that it's merged into default backendMon, 22 Aug 2011 15:35:32 +0200, by Dirk Olmes
-
merge with "backend" branchMon, 22 Aug 2011 15:30:33 +0200, by Dirk Olmes
-
get rid of the toplevel util module, in only contained unused functions backendMon, 22 Aug 2011 15:06:02 +0200, by Dirk Olmes
-
editing a feed's properties is implemented through the backend now backendMon, 22 Aug 2011 11:02:53 +0200, by Dirk Olmes
-
restructured adding a feed so that only the URL is passed into the backend - the rest of the operation is backend-internal backendMon, 22 Aug 2011 10:30:33 +0200, by Dirk Olmes
-
move all sqlalchemy related classes to the respective sub-package. use a backend to abstract from access to the data backendSun, 21 Aug 2011 03:55:16 +0200, by Dirk Olmes
-
add design document for couchdb backendSun, 21 Aug 2011 02:44:13 +0200, by Dirk Olmes
-
update READMESat, 20 Aug 2011 07:15:03 +0200, by Dirk Olmes
-
add a toolbar with actionsSun, 26 Jun 2011 11:29:00 +0200, by Dirk Olmes
-
move the "mark as read" menu items up in the feed menu as they are used most oftenSat, 28 May 2011 07:43:56 +0200, by Dirk Olmes
-
Add a menu item to copy the selected article's link to the clipboardFri, 29 Apr 2011 12:15:57 +0200, by Dirk Olmes
-
add a comment about a Feedparser bug wrt python3Thu, 31 Mar 2011 03:50:46 +0200, by Dirk Olmes
-
make the keep interval for feeds configurable via the GUI. Fix saving the proxy settingsThu, 31 Mar 2011 03:15:39 +0200, by Dirk Olmes
-
store the number of days to keep feed entries as preference setting in the database. The feed update process reads and uses that value.Wed, 30 Mar 2011 02:59:22 +0200, by Dirk Olmes
-
expire articles only after 90 days, it seems some feeds keep sending very old stuffTue, 29 Mar 2011 04:06:50 +0200, by Dirk Olmes
-
do not toggle selected feed entries' read status, mark them as read for goodThu, 17 Mar 2011 02:56:56 +0100, by Dirk Olmes
-
reorder the menu itemsThu, 10 Mar 2011 20:30:27 +0100, by Dirk Olmes
-
add marking the entire current selection as readMon, 07 Mar 2011 07:08:12 +0100, by Dirk Olmes
-
double clicking a feed entry opens it in the external browserSat, 05 Mar 2011 03:40:35 +0100, by Dirk Olmes
-
implement deleting a feed from the GUIWed, 16 Feb 2011 06:57:06 +0100, by Dirk Olmes
-
remove all feed entries when removing a feedWed, 16 Feb 2011 06:18:40 +0100, by Dirk Olmes
-
Provide a better error message if updating a feed fails.Tue, 15 Feb 2011 03:40:26 +0100, by Dirk Olmes
-
use the URL as feed title if the feed itself does not come with a titleMon, 14 Feb 2011 20:51:03 +0100, by Dirk Olmes
-
filter out read entries first before sortingWed, 29 Dec 2010 04:27:58 +0100, by Dirk Olmes
-
do not display grid for the feed entry table view so it looks the same as the feed listTue, 28 Dec 2010 03:57:13 +0100, by Dirk Olmes
-
use a smaller default row heightTue, 28 Dec 2010 03:56:45 +0100, by Dirk Olmes
-
when selecting a feed entry, mark the entire row as selectedTue, 28 Dec 2010 03:44:51 +0100, by Dirk Olmes
-
do not display a vertical header in the feed entries tableTue, 28 Dec 2010 03:38:38 +0100, by Dirk Olmes
-
rename some parameters to be in line with the pyqt docsMon, 27 Dec 2010 08:30:09 +0100, by Dirk Olmes
-
when selecting a feed, set the title column width to 80% of the total widthMon, 27 Dec 2010 07:41:11 +0100, by Dirk Olmes
-
alternating row colors in feed entry listMon, 27 Dec 2010 07:26:42 +0100, by Dirk Olmes
-
convert feed list to a table view. TODO: proper resizing for columnsSun, 26 Dec 2010 08:35:36 +0100, by Dirk Olmes
-
save pending changes when quitting the appFri, 24 Dec 2010 05:06:21 +0100, by Dirk Olmes
-
When selecting a new feed, scroll its first entry to visibleFri, 24 Dec 2010 04:36:06 +0100, by Dirk Olmes