Show channel-specific modes in nick tooltips
authorShane Synan <digitalcircuit36939@gmail.com>
Thu, 10 Mar 2016 03:47:27 +0000 (21:47 -0600)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 13 Jun 2016 20:36:10 +0000 (22:36 +0200)
commit2261829376bf9f404f2b27e77050202e9bb3b1ca
tree3065d692d584be8fd72b20d28a442ab7575c6293
parentb8e94e1fbe17e2c968339e78a58b7e95331bd4d5
Show channel-specific modes in nick tooltips

Add a row labeled Modes for channel modes applied to a user.  This
fixes channel modes not showing (more noticeable with multi-prefix).

Channel modes are found with the parent of the parent of the
IrcUserItem, in order of UserCategoryItem -> ChannelBufferItem.

Closes GH-186, finishes the fix in pull request GH-188
src/client/networkmodel.cpp
src/client/networkmodel.h