Big, big, major commit this time:
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 20 Oct 2006 23:32:26 +0000 (23:32 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 20 Oct 2006 23:32:26 +0000 (23:32 +0000)
commit04e21ce26ebabdde9586ca9d2a3168431e448df5
tree889ee5688e3881e6da4c6aa1e8d7facf3baea666
parent91ee3f5533474f265553a0870bb1c07a4b686906
Big, big, major commit this time:

* Separation of GUI and Core finished, including synchronized global data in Global *global
* Speaking of which, the Quassel class has been renamed to Global, way cooler!
* TCP/IP between GUI and Core works, though the server port is still hardcoded to 4242
* The build system now handles any combination of "mono", "core" and "gui" for cmake's -DBUILD
* A lot of fixes and stuff
* More to come, but the basic framework should be stabilizing now.
29 files changed:
CMakeLists.txt
Doxyfile
Quassel.kdevelop.filelist
core/core.cpp
core/core.h
core/coreproxy.cpp
core/coreproxy.h
gui/CMakeLists.txt
gui/coreconnectdlg.cpp [new file with mode: 0644]
gui/coreconnectdlg.h [new file with mode: 0644]
gui/coreconnectdlg.ui [new file with mode: 0644]
gui/guiproxy.cpp
gui/guiproxy.h
gui/mainwin.cpp
gui/mainwin.h
gui/serverlist.cpp
gui/serverlist.h
images/icons.qrc
images/qirc-icon.png [new file with mode: 0644]
main/CMakeLists.txt
main/main_core.cpp
main/main_gui.cpp
main/main_mono.cpp
main/proxy_common.h
main/quassel.cpp
main/quassel.h
main/util.cpp [new file with mode: 0644]
main/util.h [new file with mode: 0644]
network/server.h