From: Manuel Nickschas Date: Fri, 10 Apr 2009 15:55:10 +0000 (+0200) Subject: Add preliminary label support to the style engine X-Git-Tag: 0.5-rc1~149 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=e8cf454ed97b2f2785438377dfcf4386dc273fb9;hp=e8cf454ed97b2f2785438377dfcf4386dc273fb9 Add preliminary label support to the style engine Labels are supposed to be used for things like highlights. We now support up to 16 different labels for defining special format settings overriding the stock ones. This is a more flexible approach than hardcoding, say, a background color and will allow full styling even for highlights and possibly other special messages. For example, nick coloring can be adjusted to the highlight color via stylesheet (once stylesheet support arrives). Also, rework the format merging code to be much easier and still more flexible. ---