Move QssParser out of UiStyle
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 9 Jun 2009 07:00:45 +0000 (09:00 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 6 Aug 2009 18:23:28 +0000 (20:23 +0200)
commit526eccc444029c5a0d80694487c3aec6707cbeda
tree69f777a86964b5e225c20ca732799f0654682218
parente8cf454ed97b2f2785438377dfcf4386dc273fb9
Move QssParser out of UiStyle

After the design of the new styleengine is becoming clearer to me, I've decided
to move QssParser out of UiStyle into the global namespace (and its own pair of files).
QssParser has now adapted to the new message label concept, and can determine both
format code and message label from a ChatLine section header.

This is still mostly untested and quite unfinished work in progress.
src/uisupport/CMakeLists.txt
src/uisupport/qssparser.cpp [new file with mode: 0644]
src/uisupport/qssparser.h [new file with mode: 0644]
src/uisupport/uistyle.cpp
src/uisupport/uistyle.h