Mercurial > hg > Feedworm
graph
-
move the selected feed into the backend - sqlalchemy backend works, couchdb backend currently broken2011-08-27, by Dirk Olmes
-
ignore .sqlite files2011-08-26, by Dirk Olmes
-
displaying entries for a feed works now with the couchdb backend2011-08-26, by Dirk Olmes
-
use couchdb's mapping API instead of manually coding around Rows - much leaner code :-)2011-08-25, by Dirk Olmes
-
move the code from FeedList into the backend class2011-08-25, by Dirk Olmes
-
updating feeds on the couchdb backend works now2011-08-24, by Dirk Olmes
-
remove the normalize method, it was pulled up to the parent class2011-08-24, by Dirk Olmes
-
remove unused constant2011-08-24, by Dirk Olmes
-
Automated merge with https://xanthippe.dyndns.org/hg/Feedworm2011-08-24, by Dirk Olmes
-
add the required methods for determining if a feed needs to be updated2011-08-23, by Dirk Olmes
-
added TODO item2011-08-24, by Dirk Olmes
-
allow choosing the backend via commandline option2011-08-23, by Dirk Olmes
-
implement a Feed class that can be used to query feed and that wraps view results2011-08-23, by Dirk Olmes
-
added a TODO item2011-08-23, by Dirk Olmes
-
rename feedupdate-main to feedupdate, adjust the launch script2011-08-23, by Dirk Olmes
-
implement proxyHost/proxyPort in Preferences2011-08-23, by Dirk Olmes
-
new backend for using CouchDB as persistence mechanism ... currently all methods are unimplemented2011-08-22, by Dirk Olmes
-
merge with "backend" branch2011-08-22, by Dirk Olmes
-
get rid of the toplevel util module, in only contained unused functions backend2011-08-22, by Dirk Olmes
-
editing a feed's properties is implemented through the backend now backend2011-08-22, 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 backend2011-08-22, by Dirk Olmes
-
move all sqlalchemy related classes to the respective sub-package. use a backend to abstract from access to the data backend2011-08-21, by Dirk Olmes
-
add design document for couchdb backend2011-08-21, by Dirk Olmes
-
update README2011-08-20, by Dirk Olmes
-
add a toolbar with actions2011-06-26, by Dirk Olmes
-
move the "mark as read" menu items up in the feed menu as they are used most often2011-05-28, by Dirk Olmes
-
Add a menu item to copy the selected article's link to the clipboard2011-04-29, by Dirk Olmes
-
add a comment about a Feedparser bug wrt python32011-03-31, by Dirk Olmes
-
make the keep interval for feeds configurable via the GUI. Fix saving the proxy settings2011-03-31, by Dirk Olmes
-
expire articles only after 90 days, it seems some feeds keep sending very old stuff2011-03-29, by Dirk Olmes
-
do not toggle selected feed entries' read status, mark them as read for good2011-03-17, by Dirk Olmes
-
reorder the menu items2011-03-10, by Dirk Olmes
-
add marking the entire current selection as read2011-03-07, by Dirk Olmes
-
double clicking a feed entry opens it in the external browser2011-03-05, by Dirk Olmes
-
implement deleting a feed from the GUI2011-02-16, by Dirk Olmes
-
remove all feed entries when removing a feed2011-02-16, by Dirk Olmes
-
Provide a better error message if updating a feed fails.2011-02-15, by Dirk Olmes
-
use the URL as feed title if the feed itself does not come with a title2011-02-14, by Dirk Olmes
-
filter out read entries first before sorting2010-12-29, by Dirk Olmes
-
do not display grid for the feed entry table view so it looks the same as the feed list2010-12-28, by Dirk Olmes
-
use a smaller default row height2010-12-28, by Dirk Olmes
-
when selecting a feed entry, mark the entire row as selected2010-12-28, by Dirk Olmes
-
do not display a vertical header in the feed entries table2010-12-28, by Dirk Olmes
-
rename some parameters to be in line with the pyqt docs2010-12-27, by Dirk Olmes
-
when selecting a feed, set the title column width to 80% of the total width2010-12-27, by Dirk Olmes
-
alternating row colors in feed entry list2010-12-27, by Dirk Olmes