Version: git-latest (using KDE 4.6.2) OS: Linux Match: "\\b(([a-z]*)://)\\b[^ \t\n\r\f\v]+" to detect known protocol (protocols know to the system) links. If it's a known protocol then build a URL. lib/adium-theme-view.cpp Reproducible: Always
So wait, has this been fixed? Because AdiumThemeView::replaceMessageKeywords() seems to replace a few protocols with appropriate links. Is the bug that there should be more protocols in that list, or that there should be a regexp replacing ALL URI's?
(In reply to comment #1) > So wait, has this been fixed? No, not yet > Because AdiumThemeView::replaceMessageKeywords() seems to replace a few > protocols with appropriate links. > > Is the bug that there should be more protocols in that list, or that there > should be a regexp replacing ALL URI's? there should be more in that list. Preciseley the protocols known to the system that you can get from : KProtocolInfo::protocols() was my idea.
Okay. I fiddled around with QRegExp a bit, and I think I got the hang of it. I'll fix this tomorrow, as I'm wayyyy too sleepy right now. PS: How do I actually 'assign' a bug to myself?
(In reply to comment #3) > PS: How do I actually 'assign' a bug to myself? I think you have to have the right rights ;) I'm assigning it to you.
http://quickgit.kde.org/?p=telepathy-chat-handler.git&a=commit&h=45cfc2e11d6e4170792b29260606aa4b8108bbc5