Summary: | log the channel list in the query window when i receive a private message | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | Mathieu Jobin <opensource> |
Component: | general | Assignee: | Konversation Developers <konversation-devel> |
Status: | RESOLVED LATER | ||
Severity: | wishlist | CC: | hein |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Mathieu Jobin
2009-07-16 17:42:57 UTC
Git commit 598c8e2de50bbad0e7204f3c76c0ac243cd51107 by Eike Hein. Committed on 11/04/2012 at 14:09. Pushed by hein into branch 'master'. Post a list of shared channels at query start. M +2 -0 ChangeLog M +6 -0 src/irc/query.cpp M +12 -0 src/irc/server.cpp M +5 -0 src/irc/server.h http://commits.kde.org/konversation/598c8e2de50bbad0e7204f3c76c0ac243cd51107 Git commit 99168eb01a0632f49f63217faa7ebd980fad4169 by Nicolás Alvarez, on behalf of Eike Hein. Committed on 16/06/2012 at 21:33. Pushed by nalvarez into branch 'master'. Remove the shared channel announcement in queries again. I never found a string I liked, I haven't found a satisfactory way to deal with the race condition during auto-join, and there were some complaints about the additional highlight vector (also potentially interacting badly with the actual query messages). Looks like a better idea might be to show the current shared channels in the "topic" area of query tabs. This is subtly diff- erent from having a timestamped record of the shared channels at query open time, but at least gives the area more to do and avoids these problems. Additionally, removing this again fixes a regression that caused query tabs not to light up with the message highlight when newly opened (probably because the command message event overwrote the highlight event before the event loop cycled enough for priority sorting to be possible, haven't really worked through it). M +1 -1 src/commit.h M +0 -9 src/irc/query.cpp http://commits.kde.org/konversation/99168eb01a0632f49f63217faa7ebd980fad4169 |