Allow reloading stylesheets at runtime
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 29 Jul 2009 17:16:45 +0000 (19:16 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 6 Aug 2009 18:25:06 +0000 (20:25 +0200)
commit064dcac965d1e724a0434683685a24ec7e6ba855
treea72886ba2f6de0f02888014aa1dc59983a023bd6
parentf2fec057b3fa59cdf918fc6598ce208d4f8e8555
Allow reloading stylesheets at runtime

We can now relayout the ChatScene using ChatScene::layout() and this is used whenever
UiStyle changes. This means that it's now possible to reload stylesheets at runtime and
reflect this in the ChatView without restarting the client.
src/qtui/chatitem.cpp
src/qtui/chatscene.cpp
src/qtui/chatscene.h
src/qtui/chatview.cpp
src/qtui/mainwin.cpp
src/uisupport/uistyle.cpp
src/uisupport/uistyle.h