Bug 149429

Summary: launching ktorrent with missing data -- offer also immediate quit
Product: [Applications] ktorrent Reporter: Maciej Pilichowski <bluedzins>
Component: generalAssignee: Joris Guisson <joris.guisson>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Maciej Pilichowski 2007-08-31 16:41:59 UTC
Version:            (using KDE KDE 3.5.7)
Installed from:    SuSE RPMs

When you launch Ktorrent with "missing" data Ktorrent will complain about it and ask a lot of question. The question asked is with two answers:
* recreate file (download it again, right?)
* cancel

If you have N missing files there are at least N the same questions. But there is common reason to all those "missing" files -- the partition/disk/media is not mounted.

So please, add another possible choice "quit". This way:
a) user can faster get all pieces running together
b) avoid heart attack :-) I was little worried if I answer "correctly"
Comment 1 Joris Guisson 2007-09-15 13:49:49 UTC
SVN commit 712827 by guisson:

Added new missing files dialog. Also added quit button in it, so that the user can exit KT to fix some things 
(e.g. to mount a USB disk with the data files on)

BUG: 149429


 M  +2 -1      ktorrent/CMakeLists.txt  
 M  +65 -46    ktorrent/core.cpp  
 A             ktorrent/missingfilesdlg.cpp   [License: GPL (v2+)]
 A             ktorrent/missingfilesdlg.h   [License: GPL (v2+)]
 A             ktorrent/missingfilesdlg.ui  
 M  +3 -1      libktorrent/download/downloader.cpp  
 M  +0 -1      plugins/webinterface/httpserver.cpp  


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