More neato stuff. A preliminary TabWidget now allows us to display multiple buffers,
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 24 Oct 2006 10:15:10 +0000 (10:15 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 24 Oct 2006 10:15:10 +0000 (10:15 +0000)
commit1c7d9f13b744cd517c0769f453fd8dc3106cd94c
tree9a2dfa2f1afeae8686ce69e3283d6101cb8bfc84
parent855fa19ba139d5dbdbf26bb660251ff8fe620e12
More neato stuff. A preliminary TabWidget now allows us to display multiple buffers,
and we already sorta use this feature. Implemented /say, /quote and /join. Made output
prettier. However, this is all still pretty much work in progress and I guess there are
still some Q_ASSERTs triggering where they shouldn't.
21 files changed:
core/core.cpp
core/core.h
core/coreproxy.cpp
core/coreproxy.h
gui/CMakeLists.txt
gui/channelwidget.cpp
gui/channelwidget.h
gui/channelwidget.ui
gui/guiproxy.cpp
gui/guiproxy.h
gui/ircwidget.ui [new file with mode: 0644]
gui/mainwin.cpp
main/global.cpp
main/proxy_common.h
network/CMakeLists.txt
network/buffer.cpp
network/buffer.h
network/message.cpp
network/message.h
network/server.cpp
network/server.h