This is it, the long-awaited huge commit with the new Network handling.
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 1 Feb 2008 17:29:48 +0000 (17:29 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 1 Feb 2008 17:29:48 +0000 (17:29 +0000)
commit6623fd2d46dadd0168e4e28d1db6944c26c2a773
tree77299513fb50e8b9031b96429a581c11e5015286
parentc7fd86ed385a38210b9dc7356a7e2ac40efe5951
This is it, the long-awaited huge commit with the new Network handling.
Besides the new settings page, the underlying structures have muchly improved.
To connect to a network, please use the new settings page (F7) for now; I'll add
a more convenient way soon. Ah, and connection failures are now reported and handled
sanely (auto reconnect is not yet implemented though) :)
Your old settings will be mostly migrated. Good luck.
22 files changed:
src/client/client.cpp
src/client/client.h
src/client/modelpropertymapper.cpp
src/common/global.cpp
src/common/network.cpp
src/common/network.h
src/core/coresession.cpp
src/core/coresession.h
src/core/coreusersettings.cpp
src/core/coreusersettings.h
src/core/networkconnection.cpp
src/core/networkconnection.h
src/core/userinputhandler.cpp
src/icons/icons.qrc
src/qtui/mainwin.cpp
src/qtui/settingspages/identitiessettingspage.cpp
src/qtui/settingspages/identitiessettingspage.h
src/qtui/settingspages/networkssettingspage.cpp
src/qtui/settingspages/networkssettingspage.h
src/qtui/settingspages/saveidentitiesdlg.ui
src/qtui/ui/mainwin.ui
src/qtui/ui/settingsdlg.ui