log Mapping.py @ 88:48d1d7bba548

age author description
Sat, 14 Aug 2010 03:11:15 +0200 Dirk Olmes Make update interval editable via the feed's settings dialog.
Sat, 14 Aug 2010 02:53:49 +0200 Dirk Olmes Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Wed, 11 Aug 2010 03:59:33 +0200 Dirk Olmes some links/ids can be very long. give the link/id column more space
Tue, 10 Aug 2010 03:32:29 +0200 Dirk Olmes Make FeedEntry table object available in Mapping to use it to expire old, read feed entries.
Tue, 18 May 2010 03:12:00 +0200 Dirk Olmes the relationship between feed and its entries can be mapped as lazy -> fewer DB round trips
Sun, 16 May 2010 08:13:07 +0200 Dirk Olmes add an option to Feed that allows loading an entry's link right away instead of displaying a feed's summary
Fri, 14 May 2010 08:31:46 +0200 Dirk Olmes first system preference: configure app to stat maximized.
Wed, 05 May 2010 03:07:59 +0200 Dirk Olmes Feeds manage the point in time when the next update should happen. FeedUpdater only updates feeds that are due.
Wed, 05 May 2010 02:14:05 +0200 Dirk Olmes move the database logic out into its own module. Make everything reload safe so that multiple sessions can be created from interactive sessions
Thu, 29 Apr 2010 16:49:45 +0200 Dirk Olmes map the potentially long columns as Text (CLOB) not as String (VARCHAR)
Thu, 29 Apr 2010 16:48:16 +0200 Dirk Olmes add a read flag for feed entries so they can be marked read
Tue, 27 Apr 2010 02:38:21 +0200 Dirk Olmes Feed.url -> Feed.rss_url
Tue, 27 Apr 2010 02:30:50 +0200 Dirk Olmes add a creation date for the feed entry
Mon, 26 Apr 2010 20:46:37 +0200 Dirk Olmes add the updated date of the feed
Mon, 26 Apr 2010 19:33:07 +0200 Dirk Olmes retrieve a feed for the given URL, store entries as feed_entry rows into the database