Bug 111427

Summary: Too long status messages in ktorrentview
Product: [Applications] ktorrent Reporter: Frank Osterfeld <osterfeld>
Component: generalAssignee: Joris Guisson <joris.guisson>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Frank Osterfeld 2005-08-24 17:13:23 UTC
I have a torrent in my list which tracker is down.  
In the "Status" column of KTorrentView I have  
 
"Error: the tracker http://very_long_URL is down." 
 
This makes the column very wide and breaks the layout completely.   
I suggest to keep the message in the status column short, like "Tracker down" 
and provide more detailed information in the Status tab below.
Comment 1 Ivan Vasic 2005-08-24 17:45:52 UTC
Yes I noticed this one. It will be taken care of.
Comment 2 Joris Guisson 2005-08-26 12:56:56 UTC
SVN commit 453499 by guisson:

Changes :
- Fixing of all speed issues (Bug 111050,Bug 109343)
- Bug 111427 (was actually fixed by previous commit, thanks to Ivan)

BUG: 111050
BUG: 109343
BUG: 111427



 M  +4 -4      choker.cpp  
 M  +3 -3      choker.h  
 M  +5 -5      chunkdownload.cpp  
 M  +1 -1      chunkdownload.h  
 M  +8 -5      peer.cpp  
 M  +4 -1      peer.h  
 M  +5 -13     peermanager.cpp  
 M  +4 -4      peermanager.h  
 M  +2 -2      peeruploader.cpp  
 M  +2 -2      peeruploader.h  
 M  +1 -1      piece.cpp  
 M  +1 -1      piece.h  
 M  +1 -1      request.cpp  
 M  +5 -5      request.h  
 M  +2 -2      torrentcontrol.cpp  
 M  +1 -1      uploader.cpp  
 M  +2 -2      uploader.h