Optionally color nicknames in all messages
authorShane Synan <digitalcircuit36939@gmail.com>
Sat, 3 Dec 2016 00:40:30 +0000 (18:40 -0600)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 12 Apr 2017 20:51:18 +0000 (22:51 +0200)
commitcbe2482dca16e13aa3a170213f299179d20526af
treec1a47a6b243b620bdb75a0284da58e46c11ae49f
parent12d401fe2949ca2c823ea38181361650eaaeae66
Optionally color nicknames in all messages

Find senderHash for all nickname-relevant messages that don't have
multiple nicknames (e.g. netsplits).

Add new preference "UseNickGeneralColors" to toggle sender coloring
on all available nicknames, not just action messages.  This might be
undesired by some given the level of colors, so it's kept as a
separate preference from ACTION message coloring.

Bump settings minor version to keep nickname coloring disabled for
existing setups.
src/qtui/qtuiapplication.cpp
src/qtui/qtuistyle.cpp
src/qtui/qtuistyle.h
src/qtui/settingspages/chatviewcolorsettingspage.ui
src/uisupport/uistyle.cpp