Mercurial > hg > Feedworm
graph
-
pass session when creating a new feedFri, 14 May 2010 15:24:51 +0200, by Dirk Olmes
-
saving the preference "start maximized" from GUI implementedFri, 14 May 2010 15:02:15 +0200, by Dirk Olmes
-
first system preference: configure app to stat maximized.Fri, 14 May 2010 08:31:46 +0200, by Dirk Olmes
-
Rename Preferences to PreferencesDialogFri, 14 May 2010 08:08:17 +0200, by Dirk Olmes
-
use Qt resources for window iconsFri, 14 May 2010 08:04:54 +0200, by Dirk Olmes
-
add preferences dialogFri, 14 May 2010 07:05:02 +0200, by Dirk Olmes
-
Disable the article menu by default, enable it when the first article is selectedFri, 14 May 2010 06:48:48 +0200, by Dirk Olmes
-
when displaying the window, maximize itFri, 14 May 2010 06:40:12 +0200, by 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, 14 May 2010 06:16:05 +0200, by Dirk Olmes
-
adjust the gui starter to the new database initializationWed, 05 May 2010 03:10:15 +0200, by 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 03:07:59 +0200, by Dirk Olmes
-
move the database logic out into its own module. Make everything reload safe so that multiple sessions can be created from interactive sessionsWed, 05 May 2010 02:14:05 +0200, by Dirk Olmes
-
mark unread feed entries bold. Add a menu item to toggle between read/unreadFri, 30 Apr 2010 06:22:33 +0200, by Dirk Olmes
-
TODO itemsFri, 30 Apr 2010 06:02:06 +0200, by Dirk Olmes
-
display a feed's entries sorted by their update dateFri, 30 Apr 2010 06:01:54 +0200, by Dirk Olmes
-
map the potentially long columns as Text (CLOB) not as String (VARCHAR)Thu, 29 Apr 2010 16:49:45 +0200, by Dirk Olmes
-
add a read flag for feed entries so they can be marked readThu, 29 Apr 2010 16:48:16 +0200, by Dirk Olmes
-
better logging when updating feeds, handle entries that have no idThu, 29 Apr 2010 07:04:42 +0200, by Dirk Olmes
-
implemented adding a feedThu, 29 Apr 2010 06:47:47 +0200, by Dirk Olmes
-
add a window iconThu, 29 Apr 2010 06:47:22 +0200, by Dirk Olmes
-
add a bulider that keeps the .ui files in sync automaticallyThu, 29 Apr 2010 06:46:37 +0200, by Dirk Olmes
-
MainWindowController -> MainWindowThu, 29 Apr 2010 05:43:57 +0200, by Dirk Olmes
-
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)Thu, 29 Apr 2010 05:41:52 +0200, by Dirk Olmes
-
Put the widgets into a layout to have proper resize behaviourThu, 29 Apr 2010 05:22:59 +0200, by Dirk Olmes
-
pull out DisplayModel into its own file, add the scaffolding for the add feed menu entryThu, 29 Apr 2010 05:03:38 +0200, by Dirk Olmes
-
oops forgot these onesWed, 28 Apr 2010 04:00:56 +0200, by Dirk Olmes
-
display the summary of the selected feed entryWed, 28 Apr 2010 04:00:30 +0200, by Dirk Olmes
-
add a list view for displaying feed entries from the selected feedWed, 28 Apr 2010 03:46:47 +0200, by Dirk Olmes
-
make the model used to display feeds generic (so it can be used to display FeedEntries, too)Wed, 28 Apr 2010 03:37:01 +0200, by Dirk Olmes
-
move fetch logic into FeedWed, 28 Apr 2010 03:00:11 +0200, by Dirk Olmes