Use case-insensitive match for buffer search
authorShane Synan <digitalcircuit36939@gmail.com>
Tue, 6 Sep 2016 09:49:16 +0000 (04:49 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 14 Sep 2016 21:12:30 +0000 (23:12 +0200)
commit7479bf936c0bdbcd1b078a62f6ff9ac5b9b9269b
tree0e9c5ef7c44068c2f2c1cb64b11af89a13bd52b0
parentf9116672c22abbb19817eb2ff7d93272927515f7
Use case-insensitive match for buffer search

When filtering buffers via the quick search bar (Ctrl-S), use
case-insensitive matching.  This allows typing lowercase to find
proper names, makes randomly hitting shift not matter, etc.  This
mimics the default behavior of the Ctrl-F find bar.

Resolves GH-245.
src/uisupport/bufferviewfilter.cpp