Reorganizing of the Quassel architecture is almost done. Client and GUI have been...
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 20 Jun 2007 19:26:32 +0000 (19:26 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 20 Jun 2007 19:26:32 +0000 (19:26 +0000)
commit73edffb5f0f6ecae4118c36a7ca2c0d479b7f8c6
treec6443206b6122065e72fe40b60ef1ae938ffc727
parent13b2affbdccd1d52479e49affdb81a77258392a6
Reorganizing of the Quassel architecture is almost done. Client and GUI have been split.
I will now consolidate the main files and start enabling building of standalone core and client again.
26 files changed:
Doxyfile
Quassel.kdevelop.filelist
src/CMakeLists.txt
src/client/CMakeLists.txt [new file with mode: 0644]
src/client/buffer.cpp
src/client/buffer.h
src/client/buffertreemodel.cpp
src/client/buffertreemodel.h
src/client/client.cpp
src/client/client.h
src/common/CMakeLists.txt
src/common/global.cpp
src/common/global.h
src/common/main_mono.cpp
src/common/quasselui.h [new file with mode: 0644]
src/qtgui/CMakeLists.txt
src/qtgui/bufferviewfilter.h
src/qtgui/bufferwidget.cpp
src/qtgui/chatline.cpp [new file with mode: 0644]
src/qtgui/chatline.h [new file with mode: 0644]
src/qtgui/chatwidget.cpp
src/qtgui/chatwidget.h
src/qtgui/mainwin.cpp
src/qtgui/mainwin.h
templates/cpp
templates/h