Spliting the functionality of setWidth into 3 separate functions for regular setWidth...
authorMarcus Eggenberger <egs@quassel-irc.org>
Thu, 16 Oct 2008 17:28:29 +0000 (19:28 +0200)
committerMarcus Eggenberger <egs@quassel-irc.org>
Thu, 16 Oct 2008 17:28:29 +0000 (19:28 +0200)
commitc902a2a58671e7d145f5e879d87100844bd20df4
tree049f4026117d1487a9627802bd7bae81e58d81f9
parent80fcc77b8883ef496fcf0ee9b43cf678232e175c
Spliting the functionality of setWidth into 3 separate functions for regular setWidth, firstClumnHandleChanged, secondClumnHandleChanged.
Those functions are still similar, but this allows us to fine tune the individual process and allows us to drop unneeded geometryChange propagation.
src/qtui/chatitem.cpp
src/qtui/chatitem.h
src/qtui/chatline.cpp
src/qtui/chatline.h
src/qtui/chatscene.cpp
src/qtui/chatscene.h