Sat, 14 Jun 2008 18:50:29 +0200 <thp@perli.net>
commit5b137db2cb5e46db522123b2a908c3533d688ab4
authorThomas Perl <thp@perli.net>
Sat, 14 Jun 2008 16:53:16 +0000 (14 16:53 +0000)
committerThomas Perl <thp@perli.net>
Sat, 14 Jun 2008 16:53:16 +0000 (14 16:53 +0000)
tree0c5bde50f1512f298e663d098f41a0c9526fd58c
parent1174dd057cf485654ff02a4147a9a0781f63647e
Sat, 14 Jun 2008 18:50:29 +0200 <thp@perli.net>
Improve performance related to pubDate parsing; Download button; update feeds

* src/gpodder/gui.py: Notify user when we are building the list of
channels instead of staying at "updating [last feed]".; Make the "OK"
button of the gPodderEpisodeSelector a "Downlaod" button, because
that's what the button does when clicking it - downloading episodes
* src/gpodder/libpodcasts.py: pubDate is now an Unix timestamp
everywhere and not a string, which has to be parsed quite often; Fix
up and improve the creation of the channel list model
* src/gpodder/sync.py: Customizations for the new pubDate code
* src/gpodder/util.py: Remove updated_parsed_to_rfc2822, because we
don't need it anymore with the new pubDate code

git-svn-id: svn://svn.berlios.de/gpodder/trunk@740 b0d088ad-0a06-0410-aad2-9ed5178a7e87
ChangeLog
src/gpodder/gui.py
src/gpodder/libpodcasts.py
src/gpodder/sync.py
src/gpodder/util.py