Used the trip back from CeBIT to prepare everything for a huge
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 7 Mar 2008 20:59:13 +0000 (20:59 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 7 Mar 2008 20:59:13 +0000 (20:59 +0000)
commitd298e7275374e2da41b0ed9ef1080464a77c8cf1
tree60c55a7ec3bec2ccbb3f195614232b565cb4e59b
parente9f87d7542d4a9fe0e9c63dec96e93d270667ecd
Used the trip back from CeBIT to prepare everything for a huge
let's-rewrite-the-ChatWidget action...

* ChatLine -> ChatLineOld
* Added ChatItem, -Line, -Scene, -View to the build system again
* #define SPUTDEV -> Global::SPUTDEV and ./quasselclient --sputdev
* Started some random hacking in the ChatView related sources

Disclaimer: DO NOT USE --sputdev, it might eat your babies (and does
            not look good anyway yet :P)
21 files changed:
src/common/global.cpp
src/common/global.h
src/common/main.cpp
src/qtopia/chatwidget.cpp
src/qtopia/chatwidget.h
src/qtopia/mainwidget.cpp
src/qtopia/qtopiamainwin.cpp
src/qtui/bufferwidget.cpp
src/qtui/bufferwidget.h
src/qtui/chatitem.cpp
src/qtui/chatline-old.cpp
src/qtui/chatline-old.h
src/qtui/chatline.h
src/qtui/chatview.cpp
src/qtui/chatview.h
src/qtui/chatwidget.cpp
src/qtui/chatwidget.h
src/qtui/mainwin.cpp
src/qtui/qtui.pri
src/qtui/settingsdlg.cpp
src/uisupport/bufferview.cpp