Remove the word boundary cache
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 29 Jul 2009 15:31:05 +0000 (17:31 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 6 Aug 2009 18:25:06 +0000 (20:25 +0200)
commit5199330f0b249b20c27cd372d995909f97433786
tree10b054fb5964fa806ebbfe29ea77a025d5065a0c
parent9fb25d34cfc4dee02159b112c72e018c6e26e63f
Remove the word boundary cache

This removes the pre-calculation of word boundaries, which we used to speed up chatline height
computation.

This should also fix the wordwrap issues we had with some fonts.
src/qtui/chatitem.cpp
src/qtui/chatitem.h
src/qtui/chatlinemodel.cpp
src/qtui/chatlinemodel.h
src/qtui/chatlinemodelitem.cpp
src/qtui/chatlinemodelitem.h