OK Folks, my first commit after quite a while, and while Quassel looks the same as...
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 1 Aug 2007 22:38:13 +0000 (22:38 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 1 Aug 2007 22:38:13 +0000 (22:38 +0000)
commit44b22c4419f478a20f6324f9f3a700a2dec56302
tree6c5d599b1a7b2e55dda0bad5c5880cef69f02a8f
parentcdb2f3cd9df153ea76c0e27e9a7edb24d1dbdd30
OK Folks, my first commit after quite a while, and while Quassel looks the same as before,
a lot of changed under the hood. This includes

* Parts of the new settings system, includin session data which is gonna replace Global
* Multi-user core
* Complete separation of core and client even in th monolithic client

Basically now most of the multi-user core and core connection code is in place, as well as
most of the skeleton for the authentification. Since parts of the UI, disconnecting from a core
and connecting to a remote core don't work yet, I have most of it disabled or hidden. Things
will fall back in place piece by piece, without requiring too many changes to the source in
the future I hope.

Oh yeah, due to the new settings stuff, you will have to enter identity, network and other data anew.
Maybe this is a good opportunity to wipe out your .config...
31 files changed:
Quassel.kdevelop.filelist
src/client/CMakeLists.txt
src/client/buffer.cpp
src/client/client.cpp
src/client/client.h
src/client/clientsettings.cpp [new file with mode: 0644]
src/client/clientsettings.h [new file with mode: 0644]
src/client/treemodel.cpp
src/client/treemodel.h
src/common/CMakeLists.txt
src/common/global.h
src/common/main.cpp
src/common/settings.cpp
src/common/settings.h
src/core/core.cpp
src/core/core.h
src/core/coresession.cpp
src/core/server.cpp
src/core/server.h
src/qtgui/CMakeLists.txt
src/qtgui/coreconnectdlg.cpp
src/qtgui/coreconnectdlg.h
src/qtgui/guisettings.cpp [new file with mode: 0644]
src/qtgui/guisettings.h [new file with mode: 0644]
src/qtgui/identities.cpp
src/qtgui/mainwin.cpp
src/qtgui/mainwin.h
src/qtgui/serverlist.cpp
src/qtgui/serverlist.h
src/qtgui/ui/coreconnectdlg.ui
src/qtgui/ui/mainwin.ui