log Ui_MainWindow.ui @ 112:e4038dd8cc0e

age author description
Thu, 10 Mar 2011 20:30:27 +0100 Dirk Olmes reorder the menu items
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:57:13 +0100 Dirk Olmes do not display grid for the feed entry table view so it looks the same as the feed list
Tue, 28 Dec 2010 03:44:51 +0100 Dirk Olmes when selecting a feed entry, mark the entire row as selected
Tue, 28 Dec 2010 03:38:38 +0100 Dirk Olmes do not display a vertical header in the feed entries table
Mon, 27 Dec 2010 07:26:42 +0100 Dirk Olmes alternating row colors in feed entry list
Sun, 26 Dec 2010 08:35:36 +0100 Dirk Olmes convert feed list to a table view. TODO: proper resizing for columns
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 02:58:31 +0200 Dirk Olmes the feed settings menu item starts out disabled and gets enabled once a feed is selected
Sun, 16 May 2010 08:26:46 +0200 Dirk Olmes GUI for feed settings
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: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.
Fri, 30 Apr 2010 06:22:33 +0200 Dirk Olmes mark unread feed entries bold. Add a menu item to toggle between read/unread
Thu, 29 Apr 2010 06:47:22 +0200 Dirk Olmes add a window icon
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
Wed, 28 Apr 2010 04:00:56 +0200 Dirk Olmes oops forgot these ones
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 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