Finished logical separation of core and GUI. Monolithic build should work as expected.
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 18 Oct 2006 17:13:20 +0000 (17:13 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 18 Oct 2006 17:13:20 +0000 (17:13 +0000)
commit31d998779868a1b572972168b2e813893d70ab90
tree5fc819296eea3f9857a66754f7792b70e9080eb6
parente368a1672c4f917bfa6adb52dae3b5ebfcd0db18
Finished logical separation of core and GUI. Monolithic build should work as expected.
Separate builds non-functional yet.
17 files changed:
Quassel.kdevelop.filelist [new file with mode: 0644]
core/CMakeLists.txt
core/core.cpp
core/core.h
core/coreproxy.cpp [moved from core/proxy.h with 76% similarity]
core/coreproxy.h [moved from core/proxy.cpp with 62% similarity]
gui/channelwidget.cpp
gui/channelwidget.h
gui/guiproxy.cpp
gui/guiproxy.h
gui/serverlist.cpp
main/main_core.cpp
main/main_gui.cpp
main/main_mono.cpp
main/proxy_common.h
main/quassel.cpp
main/quassel.h