Switched client-side account data to using AccountId now rather than the account...
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 3 Feb 2008 20:29:38 +0000 (20:29 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 3 Feb 2008 20:29:38 +0000 (20:29 +0000)
commitee6e4f90ce63d7eb3a54937cffb33510398d2349
tree6a8be45d070c1d99e50c80b38e7db081a5fc6b2c
parent8c38d6c5248c1b364bf56e25be0069f32c4f0408
Switched client-side account data to using AccountId now rather than the account name.
You can now derive from CoreAccountSettings to manage settings related to the currently
connected core account (see clientsettings.h).
NOTE: Your existing accounts will NOT be migrated, you'll have to re-enter them!
src/client/client.cpp
src/client/client.h
src/client/clientsettings.cpp
src/client/clientsettings.h
src/client/clientsyncer.cpp
src/common/global.cpp
src/common/types.h
src/qtui/coreconnectdlg.cpp
src/qtui/coreconnectdlg.h
version.inc