Mercurial > hg > Feedworm
graph
-
add script to launch feedworm gui against xanthippeMon, 16 Aug 2010 17:37:31 +0200, by Dirk Olmes
-
Make update interval editable via the feed's settings dialog.Sat, 14 Aug 2010 03:11:15 +0200, by Dirk Olmes
-
add some todo itemsSat, 14 Aug 2010 02:54:01 +0200, by 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.Sat, 14 Aug 2010 02:53:49 +0200, by Dirk Olmes
-
some links/ids can be very long. give the link/id column more spaceWed, 11 Aug 2010 03:59:33 +0200, by Dirk Olmes
-
Properly update the feed entry list when marking an entry as read/unreadWed, 11 Aug 2010 03:41:15 +0200, by Dirk Olmes
-
do a proper update when marking all feed entries as readWed, 11 Aug 2010 03:35:37 +0200, by Dirk Olmes
-
Simplify: no classes needed for simple ifWed, 11 Aug 2010 03:26:21 +0200, by Dirk Olmes
-
control the display of unread feeds/all feeds via PreferencesWed, 11 Aug 2010 03:23:02 +0200, by 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.Wed, 11 Aug 2010 03:10:32 +0200, by Dirk Olmes
-
have the DB URL as parameter when creating a session and fall back to commandline arguments if no DB URL was passed inWed, 11 Aug 2010 02:30:47 +0200, by Dirk Olmes
-
grr, need to re-enable the actual updating of entriesTue, 10 Aug 2010 03:41:24 +0200, by Dirk Olmes
-
Make FeedEntry table object available in Mapping to use it to expire old, read feed entries.Tue, 10 Aug 2010 03:32:29 +0200, by Dirk Olmes
-
maintain a better TODO listMon, 02 Aug 2010 02:43:41 +0200, by Dirk Olmes
-
log when creating a new FeedEntryThu, 29 Jul 2010 21:37:46 +0200, by dirk
-
add a runner script for XanthippeThu, 29 Jul 2010 21:05:41 +0200, by dirk
-
feedupdate-main updates all feeds per defaultThu, 29 Jul 2010 20:58:16 +0200, by dirk
-
helper class to create Feed objects from an OPML feedWed, 28 Jul 2010 21:14:34 +0200, by dirk
-
add a preference to hide read feed entriesSat, 24 Jul 2010 03:11:06 +0200, by Dirk Olmes
-
When clicking an entry, it's marked as readFri, 23 Jul 2010 17:41:05 +0200, by 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:29:22 +0200, by 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 17:24:32 +0200, by Dirk Olmes
-
make sqlalchemy logging configurable through the --databaseLogging commandline parameterFri, 23 Jul 2010 04:39:08 +0200, by Dirk Olmes
-
add a menu item to mark all entries in a feed as readFri, 23 Jul 2010 04:06:10 +0200, by Dirk Olmes
-
pull out FeedEntryItemDelegate into its own fileTue, 18 May 2010 03:17:06 +0200, by Dirk Olmes
-
the relationship between feed and its entries can be mapped as lazy -> fewer DB round tripsTue, 18 May 2010 03:12:00 +0200, by Dirk Olmes
-
the feed settings menu item starts out disabled and gets enabled once a feed is selectedTue, 18 May 2010 02:58:31 +0200, by Dirk Olmes
-
allow changing a feed's titleTue, 18 May 2010 02:56:02 +0200, by Dirk Olmes
-
set our custom window icon on all dialogsTue, 18 May 2010 02:32:33 +0200, by Dirk Olmes
-
move the logic to add a feed into AddFeedMon, 17 May 2010 03:52:13 +0200, by Dirk Olmes
-
GUI for feed settingsSun, 16 May 2010 08:26:46 +0200, by Dirk Olmes
-
add an option to Feed that allows loading an entry's link right away instead of displaying a feed's summarySun, 16 May 2010 08:13:07 +0200, by Dirk Olmes
-
Better preferences handling: the GUI's responsibility is to convert the input from the event into a boolean valueSun, 16 May 2010 07:54:24 +0200, by Dirk Olmes
-
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