Mercurial > hg > Feedworm
graph
-
MainWindowController -> MainWindowThu, 29 Apr 2010 05:43:57 +0200, by Dirk Olmes
-
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)Thu, 29 Apr 2010 05:41:52 +0200, by Dirk Olmes
-
Put the widgets into a layout to have proper resize behaviourThu, 29 Apr 2010 05:22:59 +0200, by Dirk Olmes
-
pull out DisplayModel into its own file, add the scaffolding for the add feed menu entryThu, 29 Apr 2010 05:03:38 +0200, by Dirk Olmes
-
oops forgot these onesWed, 28 Apr 2010 04:00:56 +0200, by Dirk Olmes
-
display the summary of the selected feed entryWed, 28 Apr 2010 04:00:30 +0200, by Dirk Olmes
-
add a list view for displaying feed entries from the selected feedWed, 28 Apr 2010 03:46:47 +0200, by Dirk Olmes
-
make the model used to display feeds generic (so it can be used to display FeedEntries, too)Wed, 28 Apr 2010 03:37:01 +0200, by Dirk Olmes
-
move fetch logic into FeedWed, 28 Apr 2010 03:00:11 +0200, by Dirk Olmes
-
Add a list view displaying all feedsWed, 28 Apr 2010 02:57:41 +0200, by Dirk Olmes
-
first version of the GUIWed, 28 Apr 2010 02:36:00 +0200, by Dirk Olmes
-
move logging configuration to the util module, configure logging for sqlalchemyWed, 28 Apr 2010 02:23:00 +0200, by Dirk Olmes
-
move session creation into its own moduleWed, 28 Apr 2010 02:09:48 +0200, by Dirk Olmes
-
use the logging framework for printing messagesTue, 27 Apr 2010 20:18:22 +0200, by Dirk Olmes
-
catch the FeedUpdateException that might be raised when updating a feed, print it and continue with next feedTue, 27 Apr 2010 20:08:21 +0200, by Dirk Olmes
-
FeedUpdater throws an exception if the URL could not be retrieved successfully. Includes unit tests.Tue, 27 Apr 2010 10:22:35 +0200, by Dirk Olmes
-
unfinished pretty printer for feed's plain text representationTue, 27 Apr 2010 03:42:08 +0200, by Dirk Olmes
-
Feed.url -> Feed.rss_urlTue, 27 Apr 2010 02:38:21 +0200, by Dirk Olmes
-
add a creation date for the feed entryTue, 27 Apr 2010 02:30:50 +0200, by Dirk Olmes
-
add the updated date of the feedMon, 26 Apr 2010 20:46:37 +0200, by Dirk Olmes
-
retrieve a feed for the given URL, store entries as feed_entry rows into the databaseMon, 26 Apr 2010 19:33:07 +0200, by Dirk Olmes
-
add the .hgignore file to ignore .pyc filesMon, 26 Apr 2010 17:43:48 +0200, by Dirk Olmes
-
First skeleton for sqlalchemy: define the mapping and create the first feedMon, 26 Apr 2010 17:40:55 +0200, by Dirk Olmes
-
Add readme for the required project versionsMon, 26 Apr 2010 15:17:51 +0200, by Dirk Olmes
-
initial project setup of the feedworm feed readerMon, 26 Apr 2010 15:15:21 +0200, by Dirk Olmes