Sun, 15 Jun 2008 14:44:29 +0200 <thp@perli.net>
commit5f02de291e6fb8c10672023e545dbcf80d196574
authorThomas Perl <thp@perli.net>
Sun, 15 Jun 2008 12:46:34 +0000 (15 12:46 +0000)
committerThomas Perl <thp@perli.net>
Sun, 15 Jun 2008 12:46:34 +0000 (15 12:46 +0000)
treee52b78535bd86718e65024db4891e6ada52c036a
parentc1bf2ceaf24d198dc591552cda8db632dd71da92
Sun, 15 Jun 2008 14:44:29 +0200 <thp@perli.net>
Merge "Allows user command execution after certain events" from Paul Rudkin

* src/gpodder/config.py: Add two new configuration options:
cmd_all_downloads_complete and cmd_download_complete
* src/gpodder/download.py: Call the user-specific command when a
download finishes (if configured)
* src/gpodder/gui.py: If all downloads have been completed, execute
the user-specific command (if configured)
* src/gpodder/libgpodder.py: Add ext_command_thread function that
handles calling an external command
(Closes: http://bugs.gpodder.org/show_bug.cgi?id=4)

git-svn-id: svn://svn.berlios.de/gpodder/trunk@743 b0d088ad-0a06-0410-aad2-9ed5178a7e87
ChangeLog
src/gpodder/config.py
src/gpodder/download.py
src/gpodder/gui.py
src/gpodder/libgpodder.py