client: Sort network name case-insensitively
authorShane Synan <digitalcircuit36939@gmail.com>
Sat, 6 Oct 2018 17:48:20 +0000 (12:48 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 14 Oct 2018 19:34:56 +0000 (21:34 +0200)
commite61d189229dc09fb5978a8a1bc10aed413cd4cbd
tree945f1682acbad8de98e74d3290b5f9120b73f991
parentc015fbf8afaf64fbb5a8e2122e2a1ecf0325b1a1
client: Sort network name case-insensitively

Set BufferViewFilter to sort case-insensitively.  This results in
network names being sorted regardless of case.  Channel/nickname
sorting is handled elsewhere.

Before:
> Alpha
> Freenode
> beta

After:
> Alpha
> beta
> Freenode

This probably matches expectations better, and hopefully doesn't
break existing workflows too much...  https://xkcd.com/1172/
src/uisupport/bufferviewfilter.cpp