Merged changes from branch "sput" r50:55 back into trunk.
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 12 Feb 2007 18:14:53 +0000 (18:14 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 12 Feb 2007 18:14:53 +0000 (18:14 +0000)
commit12369966345e76e3bba92f64c84c940ef4d8d916
treedfc17575d0b4067f969d79bfe476d15296e027f7
parent3e7ed151306ef44a9be5ca7e3f37c89408d4a6d1
Merged changes from branch "sput" r50:55 back into trunk.

This includes my work of the past few months, most notably a pretty complete rework
of the buffer management and much other GUI code, as well as our new ChatWidget which is
now functional enough to be used. Probably most of the GUI code now looks quite different.

There have also been many cleanups, the obsolete network/ directory is being removed,
and I have started to document some things.
30 files changed:
CMakeLists.txt
Doxyfile
Quassel.kdevelop.filelist
dev-notes/builtin_cmds.obsolete.cpp [moved from network/builtin_cmds.cpp with 95% similarity]
dev-notes/paulk-mainwindow.ui [moved from gui/mainwindow.ui with 100% similarity]
gui/CMakeLists.txt
gui/buffer.cpp
gui/buffer.h
gui/channelwidget.cpp [deleted file]
gui/channelwidget.h [deleted file]
gui/chatwidget.cpp [new file with mode: 0644]
gui/chatwidget.h [new file with mode: 0644]
gui/mainwin.cpp
gui/mainwin.h
gui/settings.cpp [moved from network/buffer.cpp with 89% similarity]
gui/settings.h [moved from network/builtin_handlers.cpp with 76% similarity]
gui/style.cpp [new file with mode: 0644]
gui/style.h [moved from network/buffer.h with 74% similarity]
gui/ui/bufferwidget.ui
gui/ui/mainwin.ui
gui/ui/settingsdlg.ui
main/main_gui.cpp
main/main_mono.cpp
network/CMakeLists.txt [deleted file]
network/cmdcodes.h [deleted file]
network/server.cpp [deleted file]
network/server.h [deleted file]
plugins/plugin.h [new file with mode: 0644]
templates/cpp
templates/h