After quite a while, we have another big SVN update now.
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 5 Nov 2006 16:01:54 +0000 (16:01 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 5 Nov 2006 16:01:54 +0000 (16:01 +0000)
commitd6a96a47a3964b9c0b1ea2413601d70d0d327413
tree43821b5b36c9971725c52ae214dcc3e83e35e377
parent959e81d7ff35673870505331c012107cf67a5ab9
After quite a while, we have another big SVN update now.
Most of the GUI code has been reorganized, and we have a working buffer management now.
Also, we switched the main window to the new layout, which is probably here to stay; of
course it will be enhanced quite a bit in the future :)

Backlogs will be created and displayed whenever the GUI reconnects to the core. We limit
the shown lines to 100 to not use too much time for rendering. This will be configurable in the
future.

There is probably a lot more changes that happened over the past few days which I can't remember,
so you'll have to just see for yourself.
35 files changed:
CMakeLists.txt
Quassel.kdevelop.filelist
core/CMakeLists.txt
core/core.cpp
core/core.h
core/coreproxy.cpp
core/coreproxy.h
core/server.cpp [new file with mode: 0644]
core/server.h [new file with mode: 0644]
gui/CMakeLists.txt
gui/buffer.cpp [new file with mode: 0644]
gui/buffer.h [new file with mode: 0644]
gui/coreconnectdlg.h
gui/guiproxy.cpp
gui/guiproxy.h
gui/mainwin.cpp
gui/mainwin.h
gui/networkview.cpp [new file with mode: 0644]
gui/networkview.h [new file with mode: 0644]
gui/ui/bufferwidget.ui [new file with mode: 0644]
gui/ui/networkview.ui [new file with mode: 0644]
gui/ui/networkwidget.ui [deleted file]
main/global.h
main/main_core.cpp
main/main_gui.cpp
main/main_mono.cpp
main/message.cpp
main/message.h
main/proxy_common.h
main/util.cpp
network/CMakeLists.txt
network/buffer.cpp
network/buffer.h
network/server.cpp
network/server.h