Moving the message format code (i.e. msg -> formatted string) from Style into Message.
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 4 Oct 2007 23:14:22 +0000 (23:14 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 4 Oct 2007 23:14:22 +0000 (23:14 +0000)
commitde1613db2dd9623aa650f7217eb718381bb642e3
tree75c8613f990d682d7821dcb74df4d308b4cffb38
parent2ee32e7f7707349d12c98181bbe6842f6d19f60e
Moving the message format code (i.e. msg -> formatted string) from Style into Message.
This avoids code duplication, since that function is needed by all GUIs. Note that
the "formatted string" contains our internal format codes, which are then translated
into real eyecandy elsewhere (e.g. in Style).
src/common/message.cpp
src/common/message.h
src/qtgui/chatline.cpp
src/qtgui/style.cpp