s/Buffer/Chat/g
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 12 Aug 2009 18:50:29 +0000 (20:50 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 12 Aug 2009 18:50:29 +0000 (20:50 +0200)
commitbe5b9feef292531c3b92f9f115bd5a55f436bc97
tree3b622bc38f56403f48c6833f5086ae8341c987a9
parent34c691d6f61f3d7a5de569045814274311ebc240
s/Buffer/Chat/g

This removes the mention of "Buffer" from the UI, as it was confuzzling users and making our Usability Queen
unhappy. It has been replaced by "Chat", which might not always be as precise, but should make more sense for users.
A "Buffer View" is now a "Chat List", and in some cases, "Window" has been used (e.g. the "Status Buffer" is now
a "Status Window" - which, again, isn't really the correct term, but probably makes more sense to people not used
to cli-based chat clients.

Obviously, within the code and the DB everything is still a Buffer (and it'll stay that way).
src/client/client.cpp
src/client/networkmodel.cpp
src/qtui/mainwin.cpp
src/qtui/settingspages/backlogsettingspage.ui
src/qtui/settingspages/buffervieweditdlg.ui
src/qtui/settingspages/bufferviewsettingspage.cpp
src/qtui/settingspages/bufferviewsettingspage.ui
src/qtui/settingspages/chatmonitorsettingspage.ui
src/qtui/settingspages/generalsettingspage.ui
src/qtui/ui/bufferviewwidget.ui