release goals for gPodder 0.9.2

git-svn-id: svn://svn.berlios.de/gpodder/trunk@317 b0d088ad-0a06-0410-aad2-9ed5178a7e87
This commit is contained in:
Thomas Perl 2007-05-03 20:26:56 +00:00
parent b1078b4f9e
commit 66a2ebff1f
2 changed files with 17 additions and 8 deletions

View file

@ -1,3 +1,7 @@
Thu, 3 May 2007 22:25:47 +0200 <thp@perli.net>
* TODO: Updated TODO list to reflect release goals for the 0.9.2
release
Tue, 1 May 2007 21:58:58 +0200 <thp@perli.net>
* src/gpodder/libwget.py: Implement support for download queue using
a semaphore in the downloadStatusManager class

21
TODO
View file

@ -1,6 +1,15 @@
gPodder 0.9.2 release goals:
* Clean up the "Downloads" tab in the preferences dialog - too much cruft
has accumulated over the last few months .. maybe move bittorrent stuff
to a seperate tab or group it different? --thp
* Improvements for download queue:
-> get rid of mandatory restarting for semaphore (x simultaneous downloads)
=== Todo List for gPodder ===
* It would be great if gpodder supported (either through preferences or
through an addition to the device list) the ability to synchronize only
unplayed podcasts or the last "x" number of unplayed podcasts. This is a
@ -12,13 +21,6 @@
-- suggested by Stephan Buys <stephan.buys@gmail.com>
* Clean up the "Downloads" tab in the preferences dialog - too much cruft
has accumulated over the last few months .. maybe move bittorrent stuff
to a seperate tab or group it different? --thp
* Improvements for download queue:
-> get rid of mandatory restarting for semaphore (x simultaneous downloads)
* I think it would be nice if gPodder had a color indicator (like it
already has for downloaded/deleted episodes) for podcasts that haven't
been transferred to the device yet. What do you think? Is this possible?
@ -86,5 +88,8 @@
- add the download progress to the same Available Podcasts tab and
then you don't need the Download Status tab at all, this will allow
you to see what is downloaded and what not
-> we have a icon for "download in progress" podcasts now