From: Shane Synan Date: Sat, 7 Jan 2017 02:40:22 +0000 (-0600) Subject: Use label and Details button, check if connected X-Git-Tag: travis-deploy-test~316 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;ds=sidebyside;h=8265e0f7f750f7ae7a4a8a163b2bd42e8edb4998;hp=8265e0f7f750f7ae7a4a8a163b2bd42e8edb4998;p=quassel.git Use label and Details button, check if connected Keep "Use SASL Authentication" static, to avoid confusion and concerns with longer languages. Add another row with an icon, text, and "Details..." button to show current SASL availability. Check if disconnected separately from network existing and capability negotiation support. Show a different message when disconnected from the network. This should help reduce confusion. Move SASL status UI updates to separate function to avoid cluttering general capability updates handling function. ---