Make Quassel less crashy (yeah, case sensitivity in channel names is baaaad)... make
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 27 Nov 2007 23:39:48 +0000 (23:39 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 27 Nov 2007 23:39:48 +0000 (23:39 +0000)
commitec17201104f75eafaddccc174de8709b42b15ccb
treeae6e3f9e58536b7473d29d161c6baf1ad44cda6c
parentfb1c465a71b110984d59722bbf0ed873674daf94
Make Quassel less crashy (yeah, case sensitivity in channel names is baaaad)... make
autoconnect-to-core work correctly... fiddle around with our Settings implementation
to try to make it work with SXE-enabled Qtopia (nope, still doesn't work).. And stop
Quassel from crashing at disconnect-from-core due to the nickview not being updated.
14 files changed:
qtopia-build/quasseltopia.pro
src/client/client.cpp
src/client/clientsettings.h
src/common/settings.cpp
src/common/settings.h
src/core/coresettings.h
src/qtopia/nicklistwidget.cpp
src/qtopia/qtopiamainwin.cpp
src/qtopia/quasseltopia.desktop
src/qtui/coreconnectdlg.cpp
src/qtui/mainwin.cpp
src/qtui/nicklistwidget.cpp
src/qtui/nicklistwidget.h
src/uisupport/nickview.cpp