Move Chat View colors to new settings page
authorShane Synan <digitalcircuit36939@gmail.com>
Wed, 29 Jun 2016 06:10:40 +0000 (02:10 -0400)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 6 Sep 2016 20:14:48 +0000 (22:14 +0200)
commit4b3d1dfbdc5a541dbbdd6574e603f4351d8b3274
tree584b0066ab894acfe15ab4e5173acfccfac1c4b6
parentd2ac8f78a0e050d2efa397c434b249d6b3391576
Move Chat View colors to new settings page

Add new settings page Chat View Colors for "allowMircColors",
"useCustomColors", "useSenderColors", and related color buttons.

Remove the above settings from the general Chat View settings page.
Add missing tab stops for "autoMarkerLineOnLostFocus" and
"webSearchUrlFormat".

This reduces visual clutter, improves organization, and saves
vertical space, helpful for smaller screens.
(~54 pixels saved vs 0.12.4, ~112 pixels saved vs all options in one)
src/qtui/mainwin.cpp
src/qtui/settingspages/chatviewcolorsettingspage.cpp [new file with mode: 0644]
src/qtui/settingspages/chatviewcolorsettingspage.h [new file with mode: 0644]
src/qtui/settingspages/chatviewcolorsettingspage.ui [new file with mode: 0644]
src/qtui/settingspages/chatviewsettingspage.cpp
src/qtui/settingspages/chatviewsettingspage.ui
src/qtui/settingspages/settingspages.cmake