Mon, 22 Aug 2011 14:04:42 +0200 |
Dirk Olmes |
mark feed entries as read in the backend
backend
|
Mon, 22 Aug 2011 11:22:45 +0200 |
Dirk Olmes |
deleting a feed is now done via the backend
backend
|
Mon, 22 Aug 2011 11:02:53 +0200 |
Dirk Olmes |
editing a feed's properties is implemented through the backend now
backend
|
Mon, 22 Aug 2011 10:30:33 +0200 |
Dirk Olmes |
restructured adding a feed so that only the URL is passed into the backend - the rest of the operation is backend-internal
backend
|
Sun, 21 Aug 2011 18:39:02 +0200 |
Dirk Olmes |
move more operations to the backend
backend
|
Sun, 21 Aug 2011 04:17:13 +0200 |
Dirk Olmes |
re-enabled AddFeed - does not work yet
backend
|
Sun, 21 Aug 2011 04:04:37 +0200 |
Dirk Olmes |
re-enabled PreferencesDialog
backend
|
Sun, 21 Aug 2011 03:55:16 +0200 |
Dirk Olmes |
move all sqlalchemy related classes to the respective sub-package. use a backend to abstract from access to the data
backend
|
Sun, 26 Jun 2011 11:29:00 +0200 |
Dirk Olmes |
add a toolbar with actions
|
Fri, 29 Apr 2011 12:15:57 +0200 |
Dirk Olmes |
Add a menu item to copy the selected article's link to the clipboard
|
Thu, 17 Mar 2011 02:56:56 +0100 |
Dirk Olmes |
do not toggle selected feed entries' read status, mark them as read for good
|
Mon, 07 Mar 2011 07:08:12 +0100 |
Dirk Olmes |
add marking the entire current selection as read
|
Sat, 05 Mar 2011 03:40:35 +0100 |
Dirk Olmes |
double clicking a feed entry opens it in the external browser
|
Wed, 16 Feb 2011 06:57:06 +0100 |
Dirk Olmes |
implement deleting a feed from the GUI
|
Tue, 28 Dec 2010 03:56:45 +0100 |
Dirk Olmes |
use a smaller default row height
|
Mon, 27 Dec 2010 07:41:11 +0100 |
Dirk Olmes |
when selecting a feed, set the title column width to 80% of the total width
|
Sun, 26 Dec 2010 08:35:36 +0100 |
Dirk Olmes |
convert feed list to a table view. TODO: proper resizing for columns
|
Fri, 24 Dec 2010 05:06:21 +0100 |
Dirk Olmes |
save pending changes when quitting the app
|
Fri, 24 Dec 2010 04:36:06 +0100 |
Dirk Olmes |
When selecting a new feed, scroll its first entry to visible
|
Sun, 22 Aug 2010 16:45:25 +0200 |
Dirk Olmes |
update the status bar when an article is opened
|
Thu, 19 Aug 2010 07:03:32 +0200 |
Dirk Olmes |
update the status bar when opening a feed's rss url via WebView or external browser
|
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:41:15 +0200 |
Dirk Olmes |
Properly update the feed entry list when marking an entry as read/unread
|
Wed, 11 Aug 2010 03:35:37 +0200 |
Dirk Olmes |
do a proper update when marking all feed entries as read
|
Wed, 11 Aug 2010 03:10:32 +0200 |
Dirk Olmes |
MainWindow relies on FeedList to get the feeds to display now. FeedList has two inner/private classes: one for returning all known feeds and one to return only feeds with unread entries.
|
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 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
|