Bug 201900

Summary: links with "(" are cut off
Product: [Applications] kmail Reporter: Felix Lemke <hobbyblobby>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: wishlist CC: christiandehne, toma
Priority: NOR    
Version: 1.12.90   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Felix Lemke 2009-07-29 16:20:48 UTC
Version:           1.12.90 (using 4.3.61 (KDE 4.3.61 (KDE 4.4 >= 20090717)) "release 3", KDE:KDE4:UNSTABLE:Desktop / openSUSE_11.0)
Compiler:          gcc
OS:                Linux (i686) release 2.6.27.4

wikipedia sends me daily the image of the day with a link to the image inside. For example:
http://commons.wikimedia.org/wiki/File:Thomas_Bresson_-_Libellula_depressa-6_(by).jpg

In kmail the link ends before the "(". So I have to mark the link by hand, then right click "copy" and paste it to konqueror.
Comment 1 Martin Koller 2009-08-02 14:41:43 UTC
SVN commit 1005872 by mkoller:

BUG: 201900

Allow ( ) inside URLs.
Also add a unit test.


 M  +7 -3      linklocator.cpp  
 M  +90 -0     tests/testlinklocator.cpp  
 M  +4 -0      tests/testlinklocator.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1005872
Comment 2 Thomas McGuire 2009-08-05 21:31:25 UTC
SVN commit 1007460 by tmcguire:

Backport r1005872 by mkoller from trunk to the 4.3 branch:

CCBUG: 201900

Allow ( ) inside URLs.
Also add a unit test.



 M  +7 -3      linklocator.cpp  
 M  +90 -0     tests/testlinklocator.cpp  
 M  +4 -0      tests/testlinklocator.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1007460
Comment 3 Martin Koller 2009-08-23 21:47:51 UTC
*** Bug 192929 has been marked as a duplicate of this bug. ***