Introduce column separator items; change most of ChatView to use qreal
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 24 Jul 2008 21:14:50 +0000 (23:14 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 2 Aug 2008 13:17:10 +0000 (15:17 +0200)
commit39e2a78383295f86c5aa2dadbeac6f02b53eb7a4
tree3de8cc494e7071a2575d75638b946c8df3da891c
parent69617bf3e612562feda908587c5fec2c50b77aaf
Introduce column separator items; change most of ChatView to use qreal

These items will be used to drag the columns; also they will display a fancy
vertical line at some point (this FR is years old!).

Also changed most (or all?) our geometry-related values to qreal rather than int,
since QGV operates on qreals. Dunno if that is less efficient though; needs evaluation.
src/qtui/CMakeLists.txt
src/qtui/chatitem.cpp
src/qtui/chatline.cpp
src/qtui/chatline.h
src/qtui/chatscene.cpp
src/qtui/chatscene.h
src/qtui/chatview.cpp
src/qtui/chatview.h
src/qtui/columnhandleitem.cpp [new file with mode: 0644]
src/qtui/columnhandleitem.h [new file with mode: 0644]
src/qtui/qtuistyle.h