Summary bug for regressions in the chat view. Currently known problems: - Marker lines don't work. - Special context menus for nicks and channel links are missing. - The user-configured color for links is not used.
SVN commit 967895 by buschinski: - Fix custom color for links CCBUG:192499 M +3 -3 common.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=967895
SVN commit 970909 by psn: Show special context menus for users and channels in the ircview CCBUG:192499 M +142 -6 ircview.cpp M +13 -11 ircview.h WebSVN link: http://websvn.kde.org/?view=rev&revision=970909
- Drag'n'drop of links doesn't work anymore. QText* doesn't support this by itself anymore, but it's not that difficult to reimplement on our end. Let's do it once Eli's rewritten ircview lands.
(Ircview = same as chat view, just for clarity.)
*** Bug 204331 has been marked as a duplicate of this bug. ***
As a follow-up to comment #3, link dragging was resurrected in r1023194 and tweaked up to r1023375, where it should be in decent shape now, and in fact nicer than in the KDE 3 version (there's an appropriate image for the DND payload near the cursor now, a la Konqueror). That leaves marker lines and bug 200833.
SVN commit 1025508 by argonel: reimplement marker lines using Scribe M +214 -4 ircview.cpp M +78 -18 ircview.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1025508
Looks like we got it all now. Closing.