Cleaning up the closet... or at least the code. Tried to reduce the number of #includ...
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 28 Jun 2007 00:57:31 +0000 (00:57 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 28 Jun 2007 00:57:31 +0000 (00:57 +0000)
commit0ac9ce4d7cf768d13993d6aa1d6b791c4149a843
tree59cf2c47bf4d3d1167957c96ff711388bb824474
parent9a39bcb0e71d45140dc7f2390536cf4f7e13e9fe
Cleaning up the closet... or at least the code. Tried to reduce the number of #includes, removing
inter-file dependencies as far as possible. There is probably some work left especially in qtgui, though.
Also I removed some obsolete files and split up CoreSession and QtGui in their own files.
50 files changed:
Quassel.kdevelop.filelist
src/CMakeLists.txt
src/client/CMakeLists.txt
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/client/clientproxy.cpp
src/client/clientproxy.h
src/client/treemodel.h
src/common/CMakeLists.txt
src/common/global.cpp
src/common/global.h
src/common/logger.cpp
src/common/logger.h
src/common/main.cpp
src/common/main_gui.cpp [deleted file]
src/common/message.cpp
src/common/message.h
src/common/proxy_common.h
src/common/quasselui.h
src/common/settings.cpp
src/common/settings.h
src/common/util.cpp
src/core/CMakeLists.txt
src/core/backlog.cpp [deleted file]
src/core/backlog.h [deleted file]
src/core/core.cpp
src/core/core.h
src/core/coreproxy.cpp
src/core/coreproxy.h
src/core/coresession.cpp [new file with mode: 0644]
src/core/coresession.h [new file with mode: 0644]
src/core/server.cpp
src/core/server.h
src/core/sqlitestorage.cpp
src/core/sqlitestorage.h
src/core/storage.h
src/qtgui/CMakeLists.txt
src/qtgui/bufferviewwidget.cpp [deleted file]
src/qtgui/bufferwidget.h
src/qtgui/channelwidgetinput.cpp
src/qtgui/channelwidgetinput.h
src/qtgui/mainwin.cpp
src/qtgui/mainwin.h
src/qtgui/qtgui.cpp [moved from src/common/main_core.cpp with 60% similarity]
src/qtgui/qtgui.h [moved from src/qtgui/bufferviewwidget.h with 60% similarity]
src/qtgui/style.h