ChatLineModelItem now computes and stores wordlists
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 11 Jun 2008 00:06:33 +0000 (02:06 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 2 Aug 2008 13:17:09 +0000 (15:17 +0200)
commitbedd08ea58926e41e6ad1d0bf256a97cae97fb3c
treec6599d0d98295ffde13cac07690b290825f96888
parent10c6dbcf23305cc57e2f577600a289cfc0b12c2a
ChatLineModelItem now computes and stores wordlists
Lines are split into words, and both wrap points and the width of each word
are stored in the item. Computation should be very fast even though it does
consider the true bounding rect for the given formats.
src/client/client.cpp
src/qtui/chatlinemodelitem.cpp
src/qtui/chatlinemodelitem.h