Thu, 29 Jul 2010 21:37:46 +0200 |
dirk |
log when creating a new FeedEntry
|
Thu, 29 Jul 2010 21:05:41 +0200 |
dirk |
add a runner script for Xanthippe
|
Thu, 29 Jul 2010 20:58:16 +0200 |
dirk |
feedupdate-main updates all feeds per default
|
Wed, 28 Jul 2010 21:14:34 +0200 |
dirk |
helper class to create Feed objects from an OPML feed
|
Wed, 28 Jul 2010 20:30:34 +0200 |
dirk |
FeedEntry provides a static method for creating new entries: better modularization and support for working with the class in interactive mode. FeedUpdater's normalize method is a module function now, again for ease of use in interactive scenarios
|
Sat, 24 Jul 2010 03:11:06 +0200 |
Dirk Olmes |
add a preference to hide read feed entries
|
Fri, 23 Jul 2010 17:41:05 +0200 |
Dirk Olmes |
When clicking an entry, it's marked as read
|
Fri, 23 Jul 2010 17:29:22 +0200 |
Dirk Olmes |
Marking all articles in a feed as read doesn't toggle any more ... it marks all articles as read.
|
Fri, 23 Jul 2010 17:24:32 +0200 |
Dirk Olmes |
Adding a feed now logs the exception if one occurred during retrieval. More normalization of feed entries before creating new FeedEntry objects.
|
Fri, 23 Jul 2010 04:39:08 +0200 |
Dirk Olmes |
make sqlalchemy logging configurable through the --databaseLogging commandline parameter
|
Fri, 23 Jul 2010 04:06:10 +0200 |
Dirk Olmes |
add a menu item to mark all entries in a feed as read
|
Tue, 18 May 2010 03:17:06 +0200 |
Dirk Olmes |
pull out FeedEntryItemDelegate into its own file
|
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
|
Tue, 18 May 2010 02:58:31 +0200 |
Dirk Olmes |
the feed settings menu item starts out disabled and gets enabled once a feed is selected
|
Tue, 18 May 2010 02:56:02 +0200 |
Dirk Olmes |
allow changing a feed's title
|
Tue, 18 May 2010 02:32:33 +0200 |
Dirk Olmes |
set our custom window icon on all dialogs
|
Mon, 17 May 2010 04:30:55 +0200 |
Dirk Olmes |
better error handling while adding feeds: data is only saved if a feed could be created and entries could be retrieved. MainWindow displays feedback in the status bar if an exception occurred while adding a feed.
|
Mon, 17 May 2010 03:52:13 +0200 |
Dirk Olmes |
move the logic to add a feed into AddFeed
|
Sun, 16 May 2010 08:26:46 +0200 |
Dirk Olmes |
GUI for feed settings
|
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
|
Sun, 16 May 2010 07:54:24 +0200 |
Dirk Olmes |
Better preferences handling: the GUI's responsibility is to convert the input from the event into a boolean value
|
Fri, 14 May 2010 15:24:51 +0200 |
Dirk Olmes |
pass session when creating a new feed
|
Fri, 14 May 2010 15:02:15 +0200 |
Dirk Olmes |
saving the preference "start maximized" from GUI implemented
|
Fri, 14 May 2010 08:31:46 +0200 |
Dirk Olmes |
first system preference: configure app to stat maximized.
|
Fri, 14 May 2010 08:08:17 +0200 |
Dirk Olmes |
Rename Preferences to PreferencesDialog
|
Fri, 14 May 2010 08:04:54 +0200 |
Dirk Olmes |
use Qt resources for window icons
|
Fri, 14 May 2010 07:05:02 +0200 |
Dirk Olmes |
add preferences dialog
|
Fri, 14 May 2010 06:48:48 +0200 |
Dirk Olmes |
Disable the article menu by default, enable it when the first article is selected
|
Fri, 14 May 2010 06:40:12 +0200 |
Dirk Olmes |
when displaying the window, maximize it
|
Fri, 14 May 2010 06:16:05 +0200 |
Dirk Olmes |
database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser.
|