Quassel now handles even huge ChatScenes without slowing to a crawl.
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 22 May 2008 19:08:29 +0000 (19:08 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 22 May 2008 19:08:29 +0000 (19:08 +0000)
commit99bb37d9938f3d88ce7551ded454146359fadc03
tree0a620bf555b8361d9105545210ab88dc463b1a28
parent8bf92d33ac84cfede11b2361832607bea98f64c8
Quassel now handles even huge ChatScenes without slowing to a crawl.
For some bizarre reason, setting the scene's rect myself (which should save Qt from
computing bounding rects) causes huge mem consumption and slows down everything.
I have no idea why that would be.
src/qtui/chatscene.cpp
src/qtui/chatscene.h
src/qtui/chatview.cpp
src/qtui/chatview.h