Bug 159938

Summary: Automatic computer shutdown when finished downloading
Product: [Applications] kget Reporter: Jörg Gottschlich <joerg>
Component: generalAssignee: KGet authors <kget>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jörg Gottschlich 2008-03-27 08:42:41 UTC
Version:           v0.8.5 (using 3.5.9, Gentoo)
Compiler:          Target: i686-pc-linux-gnu
OS:                Linux (i686) release 2.6.23-gentoo-r9

It would be nice to let kget shutdown the computer after all downloads finished. By that, you could just start downloads before you go to bed and when they are finished the computer will be switched off.
Save the climate! :-)

I consider this a very useful feature, especially for large downloads which wouldn't take your bandwidth while you're working.
Comment 1 Urs Wolfer 2008-04-01 23:19:58 UTC
Good idea.
Comment 2 Javier goday 2008-07-23 22:38:47 UTC
SVN commit 837124 by jgoday:

Add a option to Automatic computer shutdown when finished downloading 
BUG:159938


 M  +13 -0     CMakeLists.txt  
 M  +19 -6     conf/dlgadvanced.ui  
 M  +4 -1      conf/kget.kcfg  
 M  +17 -2     conf/preferencesdialog.cpp  
 M  +5 -0      conf/preferencesdialog.h  
 M  +5 -0      core/kget.h  
 M  +59 -22    core/transferhandler.cpp  
 M  +16 -1     core/transferhandler.h  
 M  +1 -1      mainwindow.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=837124