Parse mIRC colors in stylesheets
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 25 Jun 2009 18:17:13 +0000 (20:17 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 6 Aug 2009 18:25:05 +0000 (20:25 +0200)
commit0ff679f6bdd6729d12bee1ed7a2b6ac812c3e31c
tree5a1f48415bac1bd6a6abb6a724e57bc3062a43a4
parent5e4dd1ccc3277d871153ac3155b1d1443920f9b8
Parse mIRC colors in stylesheets

Use a condition like [fg-color="03"] or [bg-color="05"] to specify formats for
mIRC colors. We use this more verbose format (rather than adding extra attributes
to ChatLine instead, like "color-03: red;") to allow for maximum flexibility in
styling. The idea is to be able to specify formats e.g. for a particular combination
of foreground and background.
src/uisupport/qssparser.cpp