Checking in WiP on the MessageModel. More cleanly separated code and compiling of...
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 25 Apr 2008 00:23:52 +0000 (00:23 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 25 Apr 2008 00:23:52 +0000 (00:23 +0000)
commitef12cc4010e853348474b4ea15c383dd596d4858
treea298bd25f7cd1243430f57db3950f1c100e6d941
parent8c61baf7286e42949d7d19517690628a2c550dd1
Checking in WiP on the MessageModel. More cleanly separated code and compiling of new and old
chatwidget (via #ifdef SPUTDEV). Allows me to b0rk code in the new files without breaking compiling
for the non-SPUTDEV users.
12 files changed:
src/client/client.cpp
src/client/client.pri
src/client/messagemodel.cpp
src/client/messagemodel.h
src/client/quasselui.h
src/common/types.h
src/qtui/chatlinemodel.cpp [new file with mode: 0644]
src/qtui/chatlinemodel.h [new file with mode: 0644]
src/qtui/mainwin.cpp
src/qtui/qtui.cpp
src/qtui/qtui.h
src/qtui/qtui.pri