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.
|
Wed, 05 May 2010 03:10:15 +0200 |
Dirk Olmes |
adjust the gui starter to the new database initialization
|
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
|
Fri, 30 Apr 2010 06:22:33 +0200 |
Dirk Olmes |
mark unread feed entries bold. Add a menu item to toggle between read/unread
|
Fri, 30 Apr 2010 06:02:06 +0200 |
Dirk Olmes |
TODO items
|
Fri, 30 Apr 2010 06:01:54 +0200 |
Dirk Olmes |
display a feed's entries sorted by their update date
|
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
|
Thu, 29 Apr 2010 07:04:42 +0200 |
Dirk Olmes |
better logging when updating feeds, handle entries that have no id
|
Thu, 29 Apr 2010 06:47:47 +0200 |
Dirk Olmes |
implemented adding a feed
|
Thu, 29 Apr 2010 06:47:22 +0200 |
Dirk Olmes |
add a window icon
|
Thu, 29 Apr 2010 06:46:37 +0200 |
Dirk Olmes |
add a bulider that keeps the .ui files in sync automatically
|
Thu, 29 Apr 2010 05:43:57 +0200 |
Dirk Olmes |
MainWindowController -> MainWindow
|
Thu, 29 Apr 2010 05:41:52 +0200 |
Dirk Olmes |
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
|
Thu, 29 Apr 2010 05:22:59 +0200 |
Dirk Olmes |
Put the widgets into a layout to have proper resize behaviour
|
Thu, 29 Apr 2010 05:03:38 +0200 |
Dirk Olmes |
pull out DisplayModel into its own file, add the scaffolding for the add feed menu entry
|
Wed, 28 Apr 2010 04:00:56 +0200 |
Dirk Olmes |
oops forgot these ones
|
Wed, 28 Apr 2010 04:00:30 +0200 |
Dirk Olmes |
display the summary of the selected feed entry
|
Wed, 28 Apr 2010 03:46:47 +0200 |
Dirk Olmes |
add a list view for displaying feed entries from the selected feed
|
Wed, 28 Apr 2010 03:37:01 +0200 |
Dirk Olmes |
make the model used to display feeds generic (so it can be used to display FeedEntries, too)
|
Wed, 28 Apr 2010 03:00:11 +0200 |
Dirk Olmes |
move fetch logic into Feed
|
Wed, 28 Apr 2010 02:57:41 +0200 |
Dirk Olmes |
Add a list view displaying all feeds
|
Wed, 28 Apr 2010 02:36:00 +0200 |
Dirk Olmes |
first version of the GUI
|
Wed, 28 Apr 2010 02:23:00 +0200 |
Dirk Olmes |
move logging configuration to the util module, configure logging for sqlalchemy
|
Wed, 28 Apr 2010 02:09:48 +0200 |
Dirk Olmes |
move session creation into its own module
|
Tue, 27 Apr 2010 20:18:22 +0200 |
Dirk Olmes |
use the logging framework for printing messages
|
Tue, 27 Apr 2010 20:08:21 +0200 |
Dirk Olmes |
catch the FeedUpdateException that might be raised when updating a feed, print it and continue with next feed
|
Tue, 27 Apr 2010 10:22:35 +0200 |
Dirk Olmes |
FeedUpdater throws an exception if the URL could not be retrieved successfully. Includes unit tests.
|
Tue, 27 Apr 2010 03:42:08 +0200 |
Dirk Olmes |
unfinished pretty printer for feed's plain text representation
|
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
|
Mon, 26 Apr 2010 17:43:48 +0200 |
Dirk Olmes |
add the .hgignore file to ignore .pyc files
|
Mon, 26 Apr 2010 17:40:55 +0200 |
Dirk Olmes |
First skeleton for sqlalchemy: define the mapping and create the first feed
|
Mon, 26 Apr 2010 15:17:51 +0200 |
Dirk Olmes |
Add readme for the required project versions
|
Mon, 26 Apr 2010 15:15:21 +0200 |
Dirk Olmes |
initial project setup of the feedworm feed reader
|