Bug 149429 - launching ktorrent with missing data -- offer also immediate quit
Summary: launching ktorrent with missing data -- offer also immediate quit
Status: RESOLVED FIXED
Alias: None
Product: ktorrent
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Joris Guisson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-31 16:41 UTC by Maciej Pilichowski
Modified: 2007-09-15 13:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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