This is the long-awaited monster commit, bringing you a redesigned core arch and...
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 17 Jan 2008 22:36:12 +0000 (22:36 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 17 Jan 2008 22:36:12 +0000 (22:36 +0000)
commitd1b6499b0b848d4287efae89107576548533502c
tree8ca4f83373f5c376629f508c1b79ca744fa8f729
parentf37791b92e3bf6e78b93036c0669926eeba3347b
This is the long-awaited monster commit, bringing you a redesigned core arch and new auth method...
NOT STABLE! DO NOT USE! WORK IN PROGRESS! NOT CLEANED UP! NOT TESTED! YOU HAVE BEEN WARNED!

Known regressions:
* Networks always use the Default Identity from the _new_ dialog (accessible via the new SettingsDlg)
* No core config wizard. Will be back soon.
* No session save/restore, Will be back soon.
* Some more things, that you'll notice anyway.
50 files changed:
Quassel.kdevelop.filelist
build/targets/target.pri
src/client/client.cpp
src/client/client.h
src/client/client.pri
src/client/clientsettings.cpp
src/client/clientsettings.h
src/client/clientsyncer.cpp [new file with mode: 0644]
src/client/clientsyncer.h [new file with mode: 0644]
src/client/networkmodel.cpp
src/client/networkmodel.h
src/common/global.cpp
src/common/global.h
src/common/identity.cpp
src/common/identity.h
src/common/ircchannel.cpp
src/common/ircchannel.h
src/common/ircuser.cpp
src/common/ircuser.h
src/common/main.cpp
src/common/network.cpp
src/common/network.h
src/common/signalproxy.cpp
src/common/signalproxy.h
src/common/syncableobject.cpp
src/common/syncableobject.h
src/common/util.h
src/core/core.cpp
src/core/core.h
src/core/core.pri
src/core/coresession.cpp
src/core/coresession.h
src/core/ircserverhandler.h
src/core/networkconnection.cpp
src/core/networkconnection.h
src/core/sessionthread.cpp [new file with mode: 0644]
src/core/sessionthread.h [new file with mode: 0644]
src/core/sqlitestorage.cpp
src/core/sqlitestorage.h
src/core/storage.h
src/icons/icons.qrc
src/qtui/chatline-old.cpp
src/qtui/coreconnectdlg.cpp
src/qtui/coreconnectdlg.h
src/qtui/mainwin.cpp
src/qtui/qtui.pri
src/qtui/ui/coreaccounteditdlg.ui [new file with mode: 0644]
src/qtui/ui/coreconnectdlg.ui
src/qtui/ui/serverlistdlg.ui
version.inc [new file with mode: 0644]