Mercurial > hg > Feedworm
graph
-
merge the pyqt5 branch into the default branch2017-11-10, by Dirk Olmes
-
ignore the eric project directory2017-10-21, by Dirk Olmes
-
Add an about Qt help menu item2016-06-09, by Dirk Olmes
-
remove unused import2016-06-09, by Dirk Olmes
-
remove obsolete file2015-11-26, by Dirk Olmes
-
Fix all remaining code style bugs2015-06-09, by Dirk Olmes
-
Fix the docstrings2015-06-09, by Dirk Olmes
-
re-activate the use of proxy2015-06-09, by Dirk Olmes
-
remove debug printing of the response2015-06-08, by Dirk Olmes
-
use Qt to open the selected article in the system browser2015-04-28, by Dirk Olmes
-
Automated merge with https://xanthippe.duckdns.org/hg/Feedworm2015-04-25, by Dirk Olmes
-
add a test profile2015-04-25, by Dirk Olmes
-
add maintainance script2015-04-23, by Dirk Olmes
-
remove a workaround along with its wrong explanation2015-01-26, by Dirk Olmes
-
remove old eclipse artifacts2015-01-26, by Dirk Olmes
-
fixes from eric's style check2014-09-25, by Dirk Olmes
-
all __init__.py files must contain at least an empty line to avoid eric's style checker choking2014-09-25, by Dirk Olmes
-
hard-code python22014-09-25, by Dirk Olmes
-
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
-
move methods around so the SqlAlchemyBackend only needs to import the class2011-09-05, by dirk
-
adjust the sqlalchemy backend to the changes in AbstractFeedUpdater2011-09-05, by dirk
-
add a couchapp for easy/automated setup2011-08-29, by Dirk Olmes
-
delete a feed via the GUI works now2011-08-29, by dirk
-
re-enable finding a FeedEntry by its link2011-08-29, by dirk
-
setting a feed's properties via the GUI works now2011-08-29, by dirk
-
Creating a feed via the GUI works now.2011-08-29, by dirk
-
add a todo item2011-08-27, by Dirk Olmes
-
displaying the preferences dialog works, saving prefs doesn't yet2011-08-27, by Dirk Olmes
-
reorder methods2011-08-27, by Dirk Olmes
-
rename some methods2011-08-27, by Dirk Olmes
-
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
-
convert feed list to a table view. TODO: proper resizing for columns2010-12-26, by Dirk Olmes
-
save pending changes when quitting the app2010-12-24, by Dirk Olmes
-
When selecting a new feed, scroll its first entry to visible2010-12-24, by Dirk Olmes
-
UI for setting the proxy settings2010-11-18, by Dirk Olmes
-
use a proxy if one is configured. TODO: GUI for configuring the proxy server2010-11-17, by Dirk Olmes
-
feedupate-main should be executable2010-09-09, by Dirk Olmes
-
look at the bozo value of the result to determine if something went wrong with the HTTP call2010-09-09, by Dirk Olmes
-
update the status bar when an article is opened2010-08-22, by Dirk Olmes
-
Automated merge with ssh://xanthippe.dyndns.org//home/dirk/Projekte/Python/Feedworm2010-08-22, by Dirk Olmes
-
update the status bar when opening a feed's rss url via WebView or external browser2010-08-19, by Dirk Olmes
-
add another idea that has been going round in my head for some time2010-08-19, by Dirk Olmes
-
add script to launch feedworm gui against xanthippe2010-08-16, by Dirk Olmes
-
Make update interval editable via the feed's settings dialog.2010-08-14, by Dirk Olmes
-
add some todo items2010-08-14, by Dirk Olmes
-
some links/ids can be very long. give the link/id column more space2010-08-11, by Dirk Olmes
-
Properly update the feed entry list when marking an entry as read/unread2010-08-11, by Dirk Olmes
-
do a proper update when marking all feed entries as read2010-08-11, by Dirk Olmes
-
Simplify: no classes needed for simple if2010-08-11, by Dirk Olmes
-
control the display of unread feeds/all feeds via Preferences2010-08-11, by Dirk Olmes
-
grr, need to re-enable the actual updating of entries2010-08-10, by Dirk Olmes
-
Make FeedEntry table object available in Mapping to use it to expire old, read feed entries.2010-08-10, by Dirk Olmes
-
maintain a better TODO list2010-08-02, by Dirk Olmes
-
log when creating a new FeedEntry2010-07-29, by dirk
-
add a runner script for Xanthippe2010-07-29, by dirk
-
feedupdate-main updates all feeds per default2010-07-29, by dirk
-
helper class to create Feed objects from an OPML feed2010-07-28, by dirk
-
add a preference to hide read feed entries2010-07-24, by Dirk Olmes
-
When clicking an entry, it's marked as read2010-07-23, by Dirk Olmes
-
Marking all articles in a feed as read doesn't toggle any more ... it marks all articles as read.2010-07-23, by Dirk Olmes
-
make sqlalchemy logging configurable through the --databaseLogging commandline parameter2010-07-23, by Dirk Olmes
-
add a menu item to mark all entries in a feed as read2010-07-23, by Dirk Olmes
-
pull out FeedEntryItemDelegate into its own file2010-05-18, by Dirk Olmes
-
the relationship between feed and its entries can be mapped as lazy -> fewer DB round trips2010-05-18, by Dirk Olmes
-
the feed settings menu item starts out disabled and gets enabled once a feed is selected2010-05-18, by Dirk Olmes
-
allow changing a feed's title2010-05-18, by Dirk Olmes
-
set our custom window icon on all dialogs2010-05-18, by Dirk Olmes
-
move the logic to add a feed into AddFeed2010-05-17, by Dirk Olmes
-
GUI for feed settings2010-05-16, by Dirk Olmes
-
pass session when creating a new feed2010-05-14, by Dirk Olmes
-
saving the preference "start maximized" from GUI implemented2010-05-14, by Dirk Olmes
-
first system preference: configure app to stat maximized.2010-05-14, by Dirk Olmes
-
Rename Preferences to PreferencesDialog2010-05-14, by Dirk Olmes
-
use Qt resources for window icons2010-05-14, by Dirk Olmes
-
add preferences dialog2010-05-14, by Dirk Olmes
-
Disable the article menu by default, enable it when the first article is selected2010-05-14, by Dirk Olmes
-
when displaying the window, maximize it2010-05-14, by Dirk Olmes
-
adjust the gui starter to the new database initialization2010-05-05, by Dirk Olmes
-
mark unread feed entries bold. Add a menu item to toggle between read/unread2010-04-30, by Dirk Olmes
-
TODO items2010-04-30, by Dirk Olmes
-
display a feed's entries sorted by their update date2010-04-30, by Dirk Olmes
-
map the potentially long columns as Text (CLOB) not as String (VARCHAR)2010-04-29, by Dirk Olmes
-
add a read flag for feed entries so they can be marked read2010-04-29, by Dirk Olmes
-
better logging when updating feeds, handle entries that have no id2010-04-29, by Dirk Olmes
-
implemented adding a feed2010-04-29, by Dirk Olmes
-
add a window icon2010-04-29, by Dirk Olmes
-
add a bulider that keeps the .ui files in sync automatically2010-04-29, by Dirk Olmes
-
MainWindowController -> MainWindow2010-04-29, by Dirk Olmes
-
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)2010-04-29, by Dirk Olmes
-
Put the widgets into a layout to have proper resize behaviour2010-04-29, by Dirk Olmes
-
pull out DisplayModel into its own file, add the scaffolding for the add feed menu entry2010-04-29, by Dirk Olmes
-
oops forgot these ones2010-04-28, by Dirk Olmes
-
display the summary of the selected feed entry2010-04-28, by Dirk Olmes
-
add a list view for displaying feed entries from the selected feed2010-04-28, by Dirk Olmes
-
make the model used to display feeds generic (so it can be used to display FeedEntries, too)2010-04-28, by Dirk Olmes
-
move fetch logic into Feed2010-04-28, by Dirk Olmes
-
Add a list view displaying all feeds2010-04-28, by Dirk Olmes
-
first version of the GUI2010-04-28, by Dirk Olmes
-
move logging configuration to the util module, configure logging for sqlalchemy2010-04-28, by Dirk Olmes
-
move session creation into its own module2010-04-28, by Dirk Olmes
-
use the logging framework for printing messages2010-04-27, by Dirk Olmes
-
FeedUpdater throws an exception if the URL could not be retrieved successfully. Includes unit tests.2010-04-27, by Dirk Olmes
-
unfinished pretty printer for feed's plain text representation2010-04-27, by Dirk Olmes
-
Feed.url -> Feed.rss_url2010-04-27, by Dirk Olmes
-
add a creation date for the feed entry2010-04-27, by Dirk Olmes
-
add the updated date of the feed2010-04-26, by Dirk Olmes
-
retrieve a feed for the given URL, store entries as feed_entry rows into the database2010-04-26, by Dirk Olmes
-
add the .hgignore file to ignore .pyc files2010-04-26, by Dirk Olmes
-
First skeleton for sqlalchemy: define the mapping and create the first feed2010-04-26, by Dirk Olmes
-
Add readme for the required project versions2010-04-26, by Dirk Olmes
-
initial project setup of the feedworm feed reader2010-04-26, by Dirk Olmes