Merged changes from branch "sput" r62:66 back into trunk.
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 14 May 2007 21:48:56 +0000 (21:48 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 14 May 2007 21:48:56 +0000 (21:48 +0000)
commitddc5208315db8ca9ca19f6a59ee7caefe631ffc7
tree8f3f84db8fe96ed3b1cf48ed9b6b32059354c237
parentfd718b6209f1ad2bcd199c44c2dae3b0cb0f633b
Merged changes from branch "sput" r62:66 back into trunk.

This adds a rudimentarily working db-based backlog as well as a completely
revamped message handling. It should also get rid of the nasty crash
we had in rev 61.
29 files changed:
CMakeLists.txt
core/CMakeLists.txt
core/backlog.cpp [new file with mode: 0644]
core/backlog.h [new file with mode: 0644]
core/core.cpp
core/core.h
core/coreproxy.cpp
core/coreproxy.h
core/server.cpp
core/server.h
gui/buffer.cpp
gui/buffer.h
gui/bufferwidget.cpp
gui/bufferwidget.h
gui/chatwidget.cpp
gui/chatwidget.h
gui/guiproxy.cpp
gui/guiproxy.h
gui/mainwin.cpp
gui/mainwin.h
gui/ui/bufferwidget.ui
gui/ui/mainwin.ui
main/global.cpp
main/global.h
main/main_gui.cpp
main/main_mono.cpp
main/message.cpp
main/message.h
main/proxy_common.h