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.
Yes I noticed this one. It will be taken care of.
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