Summary: | Inconsistent display of channel modes when option to use raw modes is disabled | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | Eike Hein <hein> |
Component: | protocol | Assignee: | Konversation Developers <konversation-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | Git | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Eike Hein
2009-06-30 00:34:37 UTC
SVN commit 989313 by hein: Use a better name for the raw modes option. CCBUG:198371 M +1 -1 chatwindowbehaviour_config.ui WebSVN link: http://websvn.kde.org/?view=rev&revision=989313 SVN commit 1000978 by tjmchenry: Move raw mode -> mode strings to a qhash in common.cpp Use this in channeloptionsdialog's 'show advanced modes' list CCBUG:198371 Add CHANMODES from RPL_ISUPPORT to the allowedChannelModes() BUG:198365 M +26 -0 common.cpp M +8 -0 common.h M +9 -3 irc/channeloptionsdialog.cpp M +36 -20 irc/inputfilter.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1000978 SVN commit 1001026 by tjmchenry: Move the get for the channelmodeshash to a smarter location Remove a no longer needed spell check setting on-close Make it so modes are translated if known with /mode #channel +/-<mode> BUG:198371 M +23 -8 channel.cpp M +1 -1 inputfilter.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1001026 |