Bug 111427 - Too long status messages in ktorrentview
Summary: Too long status messages in ktorrentview
Status: RESOLVED FIXED
Alias: None
Product: ktorrent
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: Joris Guisson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-24 17:13 UTC by Frank Osterfeld
Modified: 2005-08-26 12:56 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

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