Indicate whether a key is set for the buffer.
authorBas Pape <baspape@gmail.com>
Mon, 26 Aug 2013 21:01:25 +0000 (23:01 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 10 Oct 2013 19:20:26 +0000 (21:20 +0200)
commit5adea35797f80802f002fadd5936fc124a3e6910
tree854152c80b63835fe067b512db4965a72eea7e42
parent110034347250de79a59a3a475b1b1350107d01dc
Indicate whether a key is set for the buffer.

This adds a lock icon on the right of the input widget when a key is
set for the current buffer. Encryption was isolated within CoreIrcUser
and CoreIrcChannel, so a new property on IrcUser and IrcChannel is
necessary to sync the current status.
src/client/networkmodel.cpp
src/client/networkmodel.h
src/common/ircchannel.cpp
src/common/ircchannel.h
src/common/ircuser.cpp
src/common/ircuser.h
src/core/coreircchannel.cpp
src/core/coreircuser.cpp
src/core/coreircuser.h
src/qtui/inputwidget.cpp
src/qtui/ui/inputwidget.ui