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 18:08:18 +0000 (20:08 +0200)
commitac654fdeeece68d64561920479f064ad3c237e26
tree294734ecadfb04ef435f7de956123601ce68e82c
parent6d77f281c4e9862ab00a00cedf2de941046f1421
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