Ok, the long awaited config wizard is here (at least in a very basic state). There...
authorMarco Genise <kaffeedoktor@quassel-irc.org>
Mon, 5 Nov 2007 20:48:46 +0000 (20:48 +0000)
committerMarco Genise <kaffeedoktor@quassel-irc.org>
Mon, 5 Nov 2007 20:48:46 +0000 (20:48 +0000)
commit97d674034551438238c568e8b42efb08e1ba7354
treeb43da637acc8e29c7b33aa376ab2ff4869f0ba70
parent849a08cae7c2e3c40c7da34c7cee1e10057f551e
Ok, the long awaited config wizard is here (at least in a very basic state). There are some quicky & dirty hacks to be able to test some functionality, which will be removed/replaced later.
20 files changed:
src/client/client.cpp
src/client/client.h
src/common/global.cpp
src/common/global.h
src/common/main.cpp
src/core/core.cpp
src/core/core.h
src/core/core.pri
src/core/coresession.cpp
src/core/coresettings.cpp [new file with mode: 0644]
src/core/coresettings.h [new file with mode: 0644]
src/core/sqlitestorage.cpp
src/core/sqlitestorage.h
src/core/storage.cpp
src/core/storage.h
src/qtui/configwizard.cpp [new file with mode: 0644]
src/qtui/configwizard.h [new file with mode: 0644]
src/qtui/coreconnectdlg.cpp
src/qtui/coreconnectdlg.h
src/qtui/qtui.pri