Big refactoring completed. Everything prepared for the separation of core and gui.
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 18 Oct 2006 14:47:55 +0000 (14:47 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 18 Oct 2006 14:47:55 +0000 (14:47 +0000)
commite368a1672c4f917bfa6adb52dae3b5ebfcd0db18
treeba6d4da14f53e16c5cf86dd291eee4dc5f0a1c87
parent8a46d2fb3b2f409b80642cd6fe30645017c980bc
Big refactoring completed. Everything prepared for the separation of core and gui.
Building separate components does not work yet, but the monolithic build should be
able to go online again. Note that there are more significant changes in the framework
to expect.
25 files changed:
CMakeLists.txt
core/CMakeLists.txt
core/core.cpp
core/core.h
gui/CMakeLists.txt
gui/channelwidget.cpp
gui/channelwidget.h
gui/guiproxy.cpp [new file with mode: 0644]
gui/guiproxy.h [new file with mode: 0644]
gui/mainwin.cpp
gui/serverlist.cpp
main/CMakeLists.txt [new file with mode: 0644]
main/logger.cpp [new file with mode: 0644]
main/logger.h [new file with mode: 0644]
main/main_core.cpp
main/main_gui.cpp [new file with mode: 0644]
main/main_mono.cpp
main/proxy_common.h [new file with mode: 0644]
main/quassel.cpp [moved from core/quassel.cpp with 75% similarity]
main/quassel.h [moved from core/quassel.h with 76% similarity]
network/CMakeLists.txt
network/builtin_cmds.cpp
network/message.cpp
network/server.cpp
network/server.h