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