Tweak ChatItem/ChatLine layouting
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 30 Jul 2009 19:27:30 +0000 (21:27 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 6 Aug 2009 18:25:58 +0000 (20:25 +0200)
commit9fd12737c55a0119801c90c399c926b35ffee708
treeaffee67716c37ee0206cbfd5d2fa60475fe37641
parent2f7cc62b4d9091d026316d0f0823ac4a6236cad8
Tweak ChatItem/ChatLine layouting

This makes the scene react properly to dataChanged() signals from the MessageModel. Only affected
ChatLines are relayouted, the rest moved as appropriately. We can now also call updateGeometryByWidth()
with unchanged width to force a relayout in case the style has changed.
src/qtui/chatitem.cpp
src/qtui/chatitem.h
src/qtui/chatline.cpp
src/qtui/chatscene.cpp
src/qtui/chatscene.h