Thu, 29 Apr 2010 06:47:22 +0200 |
Dirk Olmes |
add a window icon
|
Thu, 29 Apr 2010 06:46:37 +0200 |
Dirk Olmes |
add a bulider that keeps the .ui files in sync automatically
|
Thu, 29 Apr 2010 05:43:57 +0200 |
Dirk Olmes |
MainWindowController -> MainWindow
|
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
|
Thu, 29 Apr 2010 05:03:38 +0200 |
Dirk Olmes |
pull out DisplayModel into its own file, add the scaffolding for the add feed menu entry
|
Wed, 28 Apr 2010 04:00:56 +0200 |
Dirk Olmes |
oops forgot these ones
|
Wed, 28 Apr 2010 04:00:30 +0200 |
Dirk Olmes |
display the summary of the selected feed entry
|
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 03:37:01 +0200 |
Dirk Olmes |
make the model used to display feeds generic (so it can be used to display FeedEntries, too)
|
Wed, 28 Apr 2010 03:00:11 +0200 |
Dirk Olmes |
move fetch logic into 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
|
Wed, 28 Apr 2010 02:23:00 +0200 |
Dirk Olmes |
move logging configuration to the util module, configure logging for sqlalchemy
|
Wed, 28 Apr 2010 02:09:48 +0200 |
Dirk Olmes |
move session creation into its own module
|