[Konversation-devel] [Bug 100820] html entities in topic instead of
actual characters
John Tapsell
john.tapsell at kdemail.net
Fri Mar 4 17:12:47 CET 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=100820
john.tapsell kdemail net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From john.tapsell kdemail net 2005-03-04 17:12 -------
CVS commit by johnflux:
Fix bug 100820, and fix the bug where if you type: "hello >" then press up, it will be turned into "hello >"
BUG:100820
M +1 -1 common.cpp 1.37
M +1 -1 ircinput.cpp 1.65
--- kdeextragear-2/konversation/konversation/common.cpp #1.36:1.37
@ -68,5 +68,5 @ QString tagURLs(const QString& text, con
urlLen =0;
- QRegExp urlPattern("((www\\.(?!\\.)|(fish|(f|ht)tp(|s))://)[\\d\\w\\./,\\':~\\?=&;# \\-\\+\\%\\*\\{\\}]+)|"
+ QRegExp urlPattern("((www\\.(?!\\.)|(fish|(f|ht)tp(|s))://)([\\d\\w\\./,\\':~\\?=;# \\-\\+\\%\\*\\{\\}]|&)+)|"
"([-.\\d\\w]+ [- \\d\\w]{2,}\\ [\\w]{2,})");
urlPattern.setCaseSensitive(false);
--- kdeextragear-2/konversation/konversation/ircinput.cpp #1.64:1.65
@ -34,5 +34,5 @
#define MAXHISTORY 100
-#define RICHTEXT 1
+#define RICHTEXT 0
IRCInput::IRCInput(QWidget* parent) : KTextEdit(parent)
More information about the Konversation-devel
mailing list