Mercurial > hg > Feedworm
graph
-
MainWindowController -> MainWindow2010-04-29, by Dirk Olmes
-
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)2010-04-29, by Dirk Olmes
-
Put the widgets into a layout to have proper resize behaviour2010-04-29, by Dirk Olmes
-
pull out DisplayModel into its own file, add the scaffolding for the add feed menu entry2010-04-29, by Dirk Olmes
-
oops forgot these ones2010-04-28, by Dirk Olmes
-
display the summary of the selected feed entry2010-04-28, by Dirk Olmes
-
add a list view for displaying feed entries from the selected feed2010-04-28, by Dirk Olmes
-
make the model used to display feeds generic (so it can be used to display FeedEntries, too)2010-04-28, by Dirk Olmes
-
move fetch logic into Feed2010-04-28, by Dirk Olmes
-
Add a list view displaying all feeds2010-04-28, by Dirk Olmes
-
first version of the GUI2010-04-28, by Dirk Olmes
-
move logging configuration to the util module, configure logging for sqlalchemy2010-04-28, by Dirk Olmes
-
move session creation into its own module2010-04-28, by Dirk Olmes
-
use the logging framework for printing messages2010-04-27, by Dirk Olmes