Mercurial > hg > Feedworm
graph
-
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