Refactor libpodcasts; fix episode dialog
commit0cafc12941516488957531f14de818558ded4799
authorThomas Perl <thp@perli.net>
Tue, 10 Mar 2009 13:59:01 +0000 (10 14:59 +0100)
committerThomas Perl <thp@perli.net>
Tue, 10 Mar 2009 13:59:01 +0000 (10 14:59 +0100)
tree4a7e108427186e558828f47e8c9577c7f5d97d8d
parent73661afead0616e161e2aa63551f3b744d5d72a8
Refactor libpodcasts; fix episode dialog

Refactor libpodcasts:
 * Rename podcastChannel to PodcastChannel
 * Rename podcastItem to PodcastEpisode
 * Add a new base class with common functions for
   PodcastChannel/PodcastEpisode
 * Remove unneeded / orphaned functions and properties

Fix the buttons in the episode shownotes dialog when a
new episode finishes downloading by reloading the filename
from the database (so we can display the play button).
src/gpodder/console.py
src/gpodder/dbsqlite.py
src/gpodder/gui.py
src/gpodder/libpodcasts.py
src/gpodder/nokiavideocenter.py
src/gpodder/trayicon.py