Compute correct height of ChatItems.
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 13 Jun 2008 23:42:08 +0000 (01:42 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 2 Aug 2008 13:17:09 +0000 (15:17 +0200)
commit3a9668461efb05bd5b24ba5eb741a7f7f75086c9
treee7b23881c748b4a7cfeb5256349147c2135bca64
parentbedd08ea58926e41e6ad1d0bf256a97cae97fb3c
Compute correct height of ChatItems.
For this, we precompute possible wrap points and the width of words,
form which we can quickly compute the height.
src/client/messagemodel.cpp
src/client/messagemodel.h
src/qtui/chatitem.cpp
src/qtui/chatitem.h
src/qtui/chatlinemodel.h
src/qtui/chatlinemodelitem.cpp
src/qtui/chatlinemodelitem.h