settings: Local Highlights, default Current nick
authorShane Synan <digitalcircuit36939@gmail.com>
Mon, 6 Aug 2018 21:31:48 +0000 (16:31 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 23 Aug 2018 00:17:58 +0000 (02:17 +0200)
commit8fb51dcb129db8399209e9d07b518063d1a910f1
tree35a1e0e92347369fc17001dde3f82a24af67f8ce
parentc12594b3e4fbea375c4b6cd9c8283df659efd2d1
settings: Local Highlights, default Current nick

Re-enable nickname highlighting in Local Highlights by default.  This
fixes the issue of upgrading the client before the core resulting in
loss of nickname highlighting.

Many other options were discussed, such as unifying these settings
(new UI work), automatically toggling/disabling local based on core
features, auto-importing, etc, and though all better approaches, they
will take a good bit more time to implement correctly.  The focus is
on fixing client-side settings properly in 0.14+, with profiles
allowing for different settings per groups of clients, allowing
deprecation of local highlights entirely.

Partial revert of f2e4560b71a1888599ca2153eee36a9b4136c902 and 5fcc2f000757bb7c2578e09c8fc8c86a288c3cb5
src/client/clientsettings.cpp
src/qtui/settingspages/highlightsettingspage.cpp