ChatItems are no longer QGraphicsItems
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 29 Jan 2010 13:46:56 +0000 (14:46 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 29 Jan 2010 13:56:20 +0000 (14:56 +0100)
commit6330f7fe3d19113cbf29944a9b6e8b503893d4a9
tree4665dfc69da8949da8d40b0e6315c5c11a765108
parent17492fb6c867296692b782227de660d352545f73
ChatItems are no longer QGraphicsItems

This saves ~75% of graphicsitems in use, and should save some RAM and CPU.
It also solves some bugs with drawing, e.g. the marker line is now also
visible if the following line is highlighted.
This is the first step of ChatView optimizations I plan.
src/qtui/chatitem.cpp
src/qtui/chatitem.h
src/qtui/chatline.cpp
src/qtui/chatline.h
src/qtui/chatscene.cpp
src/qtui/chatscene.h
src/qtui/chatviewsearchcontroller.cpp