author | nemo |
Tue, 09 Feb 2010 13:04:11 +0000 | |
changeset 2777 | 95a1a69d491c |
parent 2776 | 9572aae13d49 |
child 2779 | e1ae0019d43f |
permissions | -rw-r--r-- |
480 | 1 |
/* |
1066 | 2 |
* Hedgewars, a free turn based strategy game |
486 | 3 |
* Copyright (c) 2007 Igor Ulyanov <iulyanov@gmail.com> |
1577 | 4 |
* Copyright (c) 2009 Andrey Korotaev <unC0Rr@gmail.com> |
480 | 5 |
* |
6 |
* This program is free software; you can redistribute it and/or modify |
|
7 |
* it under the terms of the GNU General Public License as published by |
|
8 |
* the Free Software Foundation; version 2 of the License |
|
9 |
* |
|
10 |
* This program is distributed in the hope that it will be useful, |
|
11 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
12 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
13 |
* GNU General Public License for more details. |
|
14 |
* |
|
15 |
* You should have received a copy of the GNU General Public License |
|
16 |
* along with this program; if not, write to the Free Software |
|
17 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
|
18 |
*/ |
|
19 |
||
1520
f72f538eba05
Refactor chat widget to use QTextBrower instead of QListWidget:
unc0rr
parents:
1516
diff
changeset
|
20 |
#include <QTextBrowser> |
461 | 21 |
#include <QLineEdit> |
1391 | 22 |
#include <QAction> |
1577 | 23 |
#include <QApplication> |
1587 | 24 |
#include <QTextDocument> |
2773
e94f240a8a41
Have game beep when someone joins lobby/room. Controlled by Sound option
nemo
parents:
2706
diff
changeset
|
25 |
#include <QDir> |
e94f240a8a41
Have game beep when someone joins lobby/room. Controlled by Sound option
nemo
parents:
2706
diff
changeset
|
26 |
#include <QSettings> |
461 | 27 |
|
2773
e94f240a8a41
Have game beep when someone joins lobby/room. Controlled by Sound option
nemo
parents:
2706
diff
changeset
|
28 |
#include "hwconsts.h" |
e94f240a8a41
Have game beep when someone joins lobby/room. Controlled by Sound option
nemo
parents:
2706
diff
changeset
|
29 |
#include "SDLs.h" |
e94f240a8a41
Have game beep when someone joins lobby/room. Controlled by Sound option
nemo
parents:
2706
diff
changeset
|
30 |
#include "gameuiconfig.h" |
461 | 31 |
#include "chatwidget.h" |
32 |
||
2775 | 33 |
HWChatWidget::HWChatWidget(QWidget* parent, QSettings * gameSettings, SDLInteraction * sdli, bool notify) : |
461 | 34 |
QWidget(parent), |
35 |
mainLayout(this) |
|
36 |
{ |
|
2773
e94f240a8a41
Have game beep when someone joins lobby/room. Controlled by Sound option
nemo
parents:
2706
diff
changeset
|
37 |
this->gameSettings = gameSettings; |
e94f240a8a41
Have game beep when someone joins lobby/room. Controlled by Sound option
nemo
parents:
2706
diff
changeset
|
38 |
this->sdli = sdli; |
2775 | 39 |
this->notify = notify; |
2776 | 40 |
if(notify && gameSettings->value("audio/frontendsound", true).toBool()) { |
2775 | 41 |
QDir tmpdir; |
42 |
||
43 |
tmpdir.cd(datadir->absolutePath()); |
|
44 |
tmpdir.cd("Sounds/"); |
|
45 |
sdli->SDLMusicInit(); |
|
46 |
sound = Mix_LoadWAV(QString(tmpdir.absolutePath() + "/switchhog.ogg").toLocal8Bit().constData()); |
|
47 |
} |
|
2773
e94f240a8a41
Have game beep when someone joins lobby/room. Controlled by Sound option
nemo
parents:
2706
diff
changeset
|
48 |
|
1577 | 49 |
mainLayout.setSpacing(1); |
50 |
mainLayout.setMargin(1); |
|
51 |
mainLayout.setSizeConstraint(QLayout::SetMinimumSize); |
|
52 |
mainLayout.setColumnStretch(0, 75); |
|
53 |
mainLayout.setColumnStretch(1, 25); |
|
461 | 54 |
|
1577 | 55 |
chatEditLine = new QLineEdit(this); |
56 |
chatEditLine->setMaxLength(300); |
|
57 |
connect(chatEditLine, SIGNAL(returnPressed()), this, SLOT(returnPressed())); |
|
461 | 58 |
|
1577 | 59 |
mainLayout.addWidget(chatEditLine, 1, 0, 1, 2); |
462 | 60 |
|
1577 | 61 |
chatText = new QTextBrowser(this); |
62 |
chatText->setMinimumHeight(20); |
|
63 |
chatText->setMinimumWidth(10); |
|
64 |
chatText->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); |
|
1589 | 65 |
chatText->setOpenExternalLinks(true); |
1577 | 66 |
mainLayout.addWidget(chatText, 0, 0); |
462 | 67 |
|
1577 | 68 |
chatNicks = new QListWidget(this); |
69 |
chatNicks->setMinimumHeight(10); |
|
70 |
chatNicks->setMinimumWidth(10); |
|
1666 | 71 |
chatNicks->setSortingEnabled(true); |
1577 | 72 |
chatNicks->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); |
73 |
chatNicks->setContextMenuPolicy(Qt::ActionsContextMenu); |
|
2706
935b7d618cf0
sheepluva's patch to add a "follow" command to server and frontend, in order to stalk people and join them in their rooms
koda
parents:
2428
diff
changeset
|
74 |
connect(chatNicks, SIGNAL(itemDoubleClicked(QListWidgetItem *)), |
935b7d618cf0
sheepluva's patch to add a "follow" command to server and frontend, in order to stalk people and join them in their rooms
koda
parents:
2428
diff
changeset
|
75 |
this, SLOT(chatNickDoubleClicked(QListWidgetItem *))); |
935b7d618cf0
sheepluva's patch to add a "follow" command to server and frontend, in order to stalk people and join them in their rooms
koda
parents:
2428
diff
changeset
|
76 |
|
1577 | 77 |
mainLayout.addWidget(chatNicks, 0, 1); |
1391 | 78 |
|
1860 | 79 |
acInfo = new QAction(QAction::tr("Info"), chatNicks); |
1577 | 80 |
connect(acInfo, SIGNAL(triggered(bool)), this, SLOT(onInfo())); |
1860 | 81 |
acKick = new QAction(QAction::tr("Kick"), chatNicks); |
82 |
connect(acKick, SIGNAL(triggered(bool)), this, SLOT(onKick())); |
|
83 |
acBan = new QAction(QAction::tr("Ban"), chatNicks); |
|
84 |
connect(acBan, SIGNAL(triggered(bool)), this, SLOT(onBan())); |
|
2706
935b7d618cf0
sheepluva's patch to add a "follow" command to server and frontend, in order to stalk people and join them in their rooms
koda
parents:
2428
diff
changeset
|
85 |
acFollow = new QAction(QAction::tr("Follow"), chatNicks); |
935b7d618cf0
sheepluva's patch to add a "follow" command to server and frontend, in order to stalk people and join them in their rooms
koda
parents:
2428
diff
changeset
|
86 |
connect(acFollow, SIGNAL(triggered(bool)), this, SLOT(onFollow())); |
2377 | 87 |
|
1577 | 88 |
chatNicks->insertAction(0, acInfo); |
2706
935b7d618cf0
sheepluva's patch to add a "follow" command to server and frontend, in order to stalk people and join them in their rooms
koda
parents:
2428
diff
changeset
|
89 |
chatNicks->insertAction(0, acFollow); |
461 | 90 |
} |
91 |
||
92 |
void HWChatWidget::returnPressed() |
|
93 |
{ |
|
1577 | 94 |
emit chatLine(chatEditLine->text()); |
95 |
chatEditLine->clear(); |
|
461 | 96 |
} |
97 |
||
1360 | 98 |
void HWChatWidget::onChatString(const QString& str) |
461 | 99 |
{ |
1520
f72f538eba05
Refactor chat widget to use QTextBrower instead of QListWidget:
unc0rr
parents:
1516
diff
changeset
|
100 |
if (chatStrings.size() > 250) |
f72f538eba05
Refactor chat widget to use QTextBrower instead of QListWidget:
unc0rr
parents:
1516
diff
changeset
|
101 |
chatStrings.removeFirst(); |
1626 | 102 |
|
2396 | 103 |
QString formattedStr = Qt::escape(str.mid(1)); |
104 |
if (str.startsWith("\x03")) |
|
1626 | 105 |
formattedStr = QString("<font color=grey>%1</font>").arg(formattedStr); |
2396 | 106 |
else if (str.startsWith("\x02")) |
107 |
formattedStr = QString("<font color=magenta>%1</font>").arg(formattedStr); |
|
108 |
||
2377 | 109 |
|
1626 | 110 |
chatStrings.append(formattedStr); |
2377 | 111 |
|
1587 | 112 |
chatText->setHtml(chatStrings.join("<br>")); |
113 |
||
114 |
chatText->moveCursor(QTextCursor::End); |
|
115 |
} |
|
116 |
||
117 |
void HWChatWidget::onServerMessage(const QString& str) |
|
118 |
{ |
|
119 |
if (chatStrings.size() > 250) |
|
120 |
chatStrings.removeFirst(); |
|
2377 | 121 |
|
1588 | 122 |
chatStrings.append("<hr>" + str + "<hr>"); |
2377 | 123 |
|
1584
90f6a5abad17
Save much space for chat widget on lobby page by removing server message widget (now this messages goes to chat)
unc0rr
parents:
1577
diff
changeset
|
124 |
chatText->setHtml(chatStrings.join("<br>")); |
1516
bb9fa5809c49
Limit chat history to 250 entries to avoid DoS attack with its use
unc0rr
parents:
1457
diff
changeset
|
125 |
|
1520
f72f538eba05
Refactor chat widget to use QTextBrower instead of QListWidget:
unc0rr
parents:
1516
diff
changeset
|
126 |
chatText->moveCursor(QTextCursor::End); |
461 | 127 |
} |
465 | 128 |
|
2777 | 129 |
void HWChatWidget::nickAdded(const QString& nick, bool notifyNick) |
465 | 130 |
{ |
1391 | 131 |
QListWidgetItem * item = new QListWidgetItem(nick); |
2428 | 132 |
item->setIcon(QIcon(":/res/hh_small.png")); |
1391 | 133 |
chatNicks->addItem(item); |
2773
e94f240a8a41
Have game beep when someone joins lobby/room. Controlled by Sound option
nemo
parents:
2706
diff
changeset
|
134 |
|
2777 | 135 |
if(notifyNick && notify && gameSettings->value("audio/frontendsound", true).toBool()) { |
2774
a4fd9eacd286
Switch to PlayChannel so as not to interrupt background music.
nemo
parents:
2773
diff
changeset
|
136 |
Mix_PlayChannel(-1, sound, 0); |
2773
e94f240a8a41
Have game beep when someone joins lobby/room. Controlled by Sound option
nemo
parents:
2706
diff
changeset
|
137 |
} |
465 | 138 |
} |
139 |
||
140 |
void HWChatWidget::nickRemoved(const QString& nick) |
|
141 |
{ |
|
1520
f72f538eba05
Refactor chat widget to use QTextBrower instead of QListWidget:
unc0rr
parents:
1516
diff
changeset
|
142 |
QList<QListWidgetItem *> items = chatNicks->findItems(nick, Qt::MatchExactly); |
f72f538eba05
Refactor chat widget to use QTextBrower instead of QListWidget:
unc0rr
parents:
1516
diff
changeset
|
143 |
for(QList<QListWidgetItem *>::iterator it=items.begin(); it!=items.end();) { |
f72f538eba05
Refactor chat widget to use QTextBrower instead of QListWidget:
unc0rr
parents:
1516
diff
changeset
|
144 |
chatNicks->takeItem(chatNicks->row(*it)); |
f72f538eba05
Refactor chat widget to use QTextBrower instead of QListWidget:
unc0rr
parents:
1516
diff
changeset
|
145 |
++it; |
f72f538eba05
Refactor chat widget to use QTextBrower instead of QListWidget:
unc0rr
parents:
1516
diff
changeset
|
146 |
} |
465 | 147 |
} |
148 |
||
149 |
void HWChatWidget::clear() |
|
150 |
{ |
|
1311 | 151 |
chatText->clear(); |
1520
f72f538eba05
Refactor chat widget to use QTextBrower instead of QListWidget:
unc0rr
parents:
1516
diff
changeset
|
152 |
chatStrings.clear(); |
1311 | 153 |
chatNicks->clear(); |
465 | 154 |
} |
1391 | 155 |
|
156 |
void HWChatWidget::onKick() |
|
157 |
{ |
|
158 |
QListWidgetItem * curritem = chatNicks->currentItem(); |
|
159 |
if (curritem) |
|
160 |
emit kick(curritem->text()); |
|
161 |
} |
|
1405 | 162 |
|
1860 | 163 |
void HWChatWidget::onBan() |
164 |
{ |
|
165 |
QListWidgetItem * curritem = chatNicks->currentItem(); |
|
166 |
if (curritem) |
|
167 |
emit ban(curritem->text()); |
|
168 |
} |
|
169 |
||
1577 | 170 |
void HWChatWidget::onInfo() |
171 |
{ |
|
172 |
QListWidgetItem * curritem = chatNicks->currentItem(); |
|
173 |
if (curritem) |
|
174 |
emit info(curritem->text()); |
|
175 |
} |
|
176 |
||
2706
935b7d618cf0
sheepluva's patch to add a "follow" command to server and frontend, in order to stalk people and join them in their rooms
koda
parents:
2428
diff
changeset
|
177 |
void HWChatWidget::onFollow() |
935b7d618cf0
sheepluva's patch to add a "follow" command to server and frontend, in order to stalk people and join them in their rooms
koda
parents:
2428
diff
changeset
|
178 |
{ |
935b7d618cf0
sheepluva's patch to add a "follow" command to server and frontend, in order to stalk people and join them in their rooms
koda
parents:
2428
diff
changeset
|
179 |
QListWidgetItem * curritem = chatNicks->currentItem(); |
935b7d618cf0
sheepluva's patch to add a "follow" command to server and frontend, in order to stalk people and join them in their rooms
koda
parents:
2428
diff
changeset
|
180 |
if (curritem) |
935b7d618cf0
sheepluva's patch to add a "follow" command to server and frontend, in order to stalk people and join them in their rooms
koda
parents:
2428
diff
changeset
|
181 |
emit follow(curritem->text()); |
935b7d618cf0
sheepluva's patch to add a "follow" command to server and frontend, in order to stalk people and join them in their rooms
koda
parents:
2428
diff
changeset
|
182 |
} |
935b7d618cf0
sheepluva's patch to add a "follow" command to server and frontend, in order to stalk people and join them in their rooms
koda
parents:
2428
diff
changeset
|
183 |
|
935b7d618cf0
sheepluva's patch to add a "follow" command to server and frontend, in order to stalk people and join them in their rooms
koda
parents:
2428
diff
changeset
|
184 |
void HWChatWidget::chatNickDoubleClicked(QListWidgetItem * item) |
935b7d618cf0
sheepluva's patch to add a "follow" command to server and frontend, in order to stalk people and join them in their rooms
koda
parents:
2428
diff
changeset
|
185 |
{ |
935b7d618cf0
sheepluva's patch to add a "follow" command to server and frontend, in order to stalk people and join them in their rooms
koda
parents:
2428
diff
changeset
|
186 |
if (item) onFollow(); |
935b7d618cf0
sheepluva's patch to add a "follow" command to server and frontend, in order to stalk people and join them in their rooms
koda
parents:
2428
diff
changeset
|
187 |
} |
935b7d618cf0
sheepluva's patch to add a "follow" command to server and frontend, in order to stalk people and join them in their rooms
koda
parents:
2428
diff
changeset
|
188 |
|
1405 | 189 |
void HWChatWidget::setReadyStatus(const QString & nick, bool isReady) |
190 |
{ |
|
191 |
QList<QListWidgetItem *> items = chatNicks->findItems(nick, Qt::MatchExactly); |
|
192 |
if (items.size() != 1) |
|
193 |
{ |
|
194 |
qWarning("Bug: cannot find user in chat"); |
|
195 |
return; |
|
196 |
} |
|
197 |
||
198 |
if(isReady) |
|
1457 | 199 |
items[0]->setIcon(QIcon(":/res/lightbulb_on.png")); |
1405 | 200 |
else |
1457 | 201 |
items[0]->setIcon(QIcon(":/res/lightbulb_off.png")); |
1405 | 202 |
} |
1860 | 203 |
|
204 |
void HWChatWidget::adminAccess(bool b) |
|
205 |
{ |
|
206 |
chatNicks->removeAction(acKick); |
|
207 |
chatNicks->removeAction(acBan); |
|
2377 | 208 |
|
1860 | 209 |
if(b) |
210 |
{ |
|
211 |
chatNicks->insertAction(0, acKick); |
|
1921 | 212 |
// chatNicks->insertAction(0, acBan); |
1860 | 213 |
} |
214 |
} |