Summary: | Regressions in chat view | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | Eike Hein <hein> |
Component: | ircview | Assignee: | argonel <argonel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | emondi, msched |
Priority: | NOR | ||
Version: | Git | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | 200833 | ||
Bug Blocks: | 187307 |
Description
Eike Hein
2009-05-12 23:25:01 UTC
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. |