Mercurial > hg > Feedworm
graph
-
display the number of feeds and articles above the table2014-08-07, by Dirk Olmes
-
fix the preferences dialog after update to the new style api2014-07-02, by Dirk Olmes
-
use GenericTableModel instead of FeedEntryTableModel2014-05-31, by Dirk Olmes
-
fix the column title display2014-05-28, by Dirk Olmes
-
use our generic PyQtLib instead of custom Qt models in this project2014-05-22, by Dirk Olmes
-
use SIP API v22014-05-22, by Dirk Olmes
-
ignore eric5 project files2014-05-22, by Dirk Olmes
-
do not use python3 - the couchdb lib is not ready for it2014-05-22, by Dirk Olmes
-
ignore hg reverted files2014-05-22, by Dirk Olmes
-
update to python32014-05-22, by Dirk Olmes
-
close the python3 branch - it does not contain any work worth kepping python32014-05-22, by Dirk Olmes
-
include the time when logging2014-04-27, by Dirk Olmes
-
unify imports, especially Qt imports. Use consistent super syntax2014-04-27, by Dirk Olmes
-
add source file endcoding header2014-04-27, by Dirk Olmes
-
change the hardcoded browser2014-04-27, by Dirk Olmes
-
run make prior to starting the worm2013-05-13, by Dirk Olmes
-
Merge with 1ac0b8e2feae3bd8336dded8247ae201b13d9ca12013-05-04, by dirk
-
use correct TODO tags so they show up in the tasks view in Eclipse2012-11-28, by dirk
-
calculate the number of unread entries while performing map/reduce2012-08-18, by dirk
-
Automated merge with https://xanthippe.dyndns.org/hg/Feedworm2012-07-25, by Dirk Olmes
-
Automated merge with https://xanthippe.dyndns.org/hg/Feedworm2012-06-04, by Dirk Olmes
-
display the feed's URL on the feed settings dialog2012-06-01, by Dirk Olmes
-
implement zooming the web view2012-07-24, by dirk
-
remove obsolete couchdb snippets - this feature is implemented2012-04-03, by dirk
-
adjust logging if feed entry does not have a published date2012-02-26, by dirk
-
method ordering2012-02-01, by dirk
-
remove unimplemented test2012-01-27, by dirk
-
implement a somewhat useful unit test for the Feed class2012-01-27, by dirk
-
create the database if it doesn't exist and drop it after test2012-01-27, by dirk
-
normalize the published date if the feed contains none2012-01-24, by dirk
-
log the publish date of a feed entry that's stored in the database2012-01-24, by dirk
-
filter out warnings that we cannot handle2011-11-25, by Dirk Olmes
-
enable/disable using the proxy via a preference setting2011-10-07, by dirk
-
add a toolbar icon for marking selected entries as read2011-09-24, by Dirk Olmes
-
remove obsolete methods2011-09-21, by dirk
-
switch to the couchdb backend as default2011-09-21, by dirk
-
emit the feedEntries sorted by feed and by update date so they come out sorted2011-09-13, by dirk
-
handle a missing updated_parsed attribute in a feed entry gracefully2011-09-13, by dirk
-
when replicating, also compact the database2011-09-13, by Dirk Olmes
-
when replicating pull from remote first2011-09-12, by dirk
-
fix abug in the view2011-09-11, by dirk
-
clean up2011-09-11, by dirk
-
hide read feed entries if configured2011-09-10, by dirk
-
sort the feed entries2011-09-10, by dirk
-
allow setting the URL to the database via command line2011-09-10, by dirk
-
add script to trigger couchdb replication2011-09-10, by Dirk Olmes
-
default DB name is feedworm, fix setting the dbname via commandline parameter2011-09-10, by dirk
-
make setup.sh work with non-local coucdhb URLs2011-09-10, by Dirk Olmes
-
clean code2011-09-09, by dirk
-
implement getting a list of feeds that have unread entries2011-09-09, by dirk
-
implement expiring read feed entries2011-09-09, by dirk
-
pull the calculation of the epxire date up into AbstractBackend2011-09-09, by dirk
-
always return an int value for daysToKeepFeedEntries2011-09-09, by dirk
-
use the new ListDateTimeField in FeedEntries to store their creation date2011-09-09, by dirk