Introduce the new ChatViewSettingsPage
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 28 Jul 2009 15:45:28 +0000 (17:45 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 6 Aug 2009 18:25:06 +0000 (20:25 +0200)
commit5faebde94b5a6be7e0865c9e3ab90cbcb50ad9c3
tree149563038256f71754852930385500a325deb587
parent8bd4f0d095891cc992ec7dd006a7bf2c6601787d
Introduce the new ChatViewSettingsPage

This is supposed to group the ChatView-related settings in once place, including fonts
and colors. Oh, and you now also can configure the timestamp format :)

We've reduced the number of configurable colors, simply because more fancy stuff can and should
be done via stylesheets.
Note that the style settings, while stored, are still unbeknownst to the style
engine until we start actually generating stylesheets.
src/qtui/mainwin.cpp
src/qtui/settingspages/chatviewsettingspage.cpp [new file with mode: 0644]
src/qtui/settingspages/chatviewsettingspage.h [new file with mode: 0644]
src/qtui/settingspages/chatviewsettingspage.ui [new file with mode: 0644]
src/qtui/settingspages/settingspages.inc