Mercurial > hg > Feedworm
graph
-
Marking all articles in a feed as read doesn't toggle any more ... it marks all articles as read.2010-07-23, by Dirk Olmes
-
make sqlalchemy logging configurable through the --databaseLogging commandline parameter2010-07-23, by Dirk Olmes
-
add a menu item to mark all entries in a feed as read2010-07-23, by Dirk Olmes
-
pull out FeedEntryItemDelegate into its own file2010-05-18, by Dirk Olmes
-
the relationship between feed and its entries can be mapped as lazy -> fewer DB round trips2010-05-18, by Dirk Olmes
-
the feed settings menu item starts out disabled and gets enabled once a feed is selected2010-05-18, by Dirk Olmes
-
allow changing a feed's title2010-05-18, by Dirk Olmes
-
set our custom window icon on all dialogs2010-05-18, by Dirk Olmes
-
move the logic to add a feed into AddFeed2010-05-17, by Dirk Olmes
-
GUI for feed settings2010-05-16, by Dirk Olmes
-
pass session when creating a new feed2010-05-14, by Dirk Olmes
-
saving the preference "start maximized" from GUI implemented2010-05-14, by Dirk Olmes
-
first system preference: configure app to stat maximized.2010-05-14, by Dirk Olmes
-
Rename Preferences to PreferencesDialog2010-05-14, by Dirk Olmes
-
use Qt resources for window icons2010-05-14, by Dirk Olmes
-
add preferences dialog2010-05-14, by Dirk Olmes
-
Disable the article menu by default, enable it when the first article is selected2010-05-14, by Dirk Olmes
-
when displaying the window, maximize it2010-05-14, by Dirk Olmes
-
adjust the gui starter to the new database initialization2010-05-05, by Dirk Olmes
-
mark unread feed entries bold. Add a menu item to toggle between read/unread2010-04-30, by Dirk Olmes
-
TODO items2010-04-30, by Dirk Olmes
-
display a feed's entries sorted by their update date2010-04-30, by Dirk Olmes
-
map the potentially long columns as Text (CLOB) not as String (VARCHAR)2010-04-29, by Dirk Olmes