Bug 192499 - Regressions in chat view
Summary: Regressions in chat view
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: ircview (show other bugs)
Version: Git
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: argonel
URL:
Keywords:
: 204331 (view as bug list)
Depends on: 200833
Blocks: 187307
  Show dependency treegraph
 
Reported: 2009-05-12 23:25 UTC by Eike Hein
Modified: 2009-09-20 01:37 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eike Hein 2009-05-12 23:25:01 UTC
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.
Comment 1 Bernd Buschinski 2009-05-14 12:45:51 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
Comment 2 Peter Simonsson 2009-05-21 12:17:33 UTC
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
Comment 3 Eike Hein 2009-06-02 02:50:22 UTC
- 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.
Comment 4 Eike Hein 2009-06-02 02:51:02 UTC
(Ircview = same as chat view, just for clarity.)
Comment 5 Eike Hein 2009-08-18 21:37:40 UTC
*** Bug 204331 has been marked as a duplicate of this bug. ***
Comment 6 Eike Hein 2009-09-15 15:32:56 UTC
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.
Comment 7 argonel 2009-09-19 04:17:10 UTC
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
Comment 8 Eike Hein 2009-09-20 01:37:15 UTC
Looks like we got it all now. Closing.