# HG changeset patch # User sheepluva # Date 1319958086 -3600 # Node ID 5d8e478916b4fa983a0bb04b03a14c36a6bb29bf # Parent 7ede83d81fc63bc1ced0c1c758af559be9591d1b show notice to admin when kicking player diff -r 7ede83d81fc6 -r 5d8e478916b4 QTfrontend/ui/widget/chatwidget.cpp --- a/QTfrontend/ui/widget/chatwidget.cpp Sun Oct 30 07:21:51 2011 +0100 +++ b/QTfrontend/ui/widget/chatwidget.cpp Sun Oct 30 08:01:26 2011 +0100 @@ -710,7 +710,10 @@ { QListWidgetItem * curritem = chatNicks->currentItem(); if (curritem) + { + displayNotice(tr("Kicking %1 ...").arg(Qt::escape(curritem->text()))); emit kick(curritem->text()); + } } void HWChatWidget::onBan() diff -r 7ede83d81fc6 -r 5d8e478916b4 share/hedgewars/Data/Locale/hedgewars_ar.ts --- a/share/hedgewars/Data/Locale/hedgewars_ar.ts Sun Oct 30 07:21:51 2011 +0100 +++ b/share/hedgewars/Data/Locale/hedgewars_ar.ts Sun Oct 30 08:01:26 2011 +0100 @@ -131,6 +131,10 @@ %1 is not a valid command! + + Kicking %1 ... + + HWForm diff -r 7ede83d81fc6 -r 5d8e478916b4 share/hedgewars/Data/Locale/hedgewars_bg.ts --- a/share/hedgewars/Data/Locale/hedgewars_bg.ts Sun Oct 30 07:21:51 2011 +0100 +++ b/share/hedgewars/Data/Locale/hedgewars_bg.ts Sun Oct 30 08:01:26 2011 +0100 @@ -130,6 +130,10 @@ %1 is not a valid command! + + Kicking %1 ... + + HWForm diff -r 7ede83d81fc6 -r 5d8e478916b4 share/hedgewars/Data/Locale/hedgewars_cs.ts --- a/share/hedgewars/Data/Locale/hedgewars_cs.ts Sun Oct 30 07:21:51 2011 +0100 +++ b/share/hedgewars/Data/Locale/hedgewars_cs.ts Sun Oct 30 08:01:26 2011 +0100 @@ -131,6 +131,10 @@ %1 is not a valid command! + + Kicking %1 ... + + HWForm diff -r 7ede83d81fc6 -r 5d8e478916b4 share/hedgewars/Data/Locale/hedgewars_de.ts --- a/share/hedgewars/Data/Locale/hedgewars_de.ts Sun Oct 30 07:21:51 2011 +0100 +++ b/share/hedgewars/Data/Locale/hedgewars_de.ts Sun Oct 30 08:01:26 2011 +0100 @@ -130,6 +130,10 @@ %1 is not a valid command! %1 ist kein gültiger Befehl! + + Kicking %1 ... + %1 wird rausgeworfen ... + HWForm diff -r 7ede83d81fc6 -r 5d8e478916b4 share/hedgewars/Data/Locale/hedgewars_en.ts --- a/share/hedgewars/Data/Locale/hedgewars_en.ts Sun Oct 30 07:21:51 2011 +0100 +++ b/share/hedgewars/Data/Locale/hedgewars_en.ts Sun Oct 30 08:01:26 2011 +0100 @@ -130,6 +130,10 @@ %1 is not a valid command! + + Kicking %1 ... + + HWForm diff -r 7ede83d81fc6 -r 5d8e478916b4 share/hedgewars/Data/Locale/hedgewars_es.ts --- a/share/hedgewars/Data/Locale/hedgewars_es.ts Sun Oct 30 07:21:51 2011 +0100 +++ b/share/hedgewars/Data/Locale/hedgewars_es.ts Sun Oct 30 08:01:26 2011 +0100 @@ -134,6 +134,10 @@ %1 is not a valid command! + + Kicking %1 ... + + HWForm diff -r 7ede83d81fc6 -r 5d8e478916b4 share/hedgewars/Data/Locale/hedgewars_fi.ts --- a/share/hedgewars/Data/Locale/hedgewars_fi.ts Sun Oct 30 07:21:51 2011 +0100 +++ b/share/hedgewars/Data/Locale/hedgewars_fi.ts Sun Oct 30 08:01:26 2011 +0100 @@ -130,6 +130,10 @@ %1 is not a valid command! + + Kicking %1 ... + + HWForm diff -r 7ede83d81fc6 -r 5d8e478916b4 share/hedgewars/Data/Locale/hedgewars_fr.ts --- a/share/hedgewars/Data/Locale/hedgewars_fr.ts Sun Oct 30 07:21:51 2011 +0100 +++ b/share/hedgewars/Data/Locale/hedgewars_fr.ts Sun Oct 30 08:01:26 2011 +0100 @@ -130,6 +130,10 @@ %1 is not a valid command! + + Kicking %1 ... + + HWForm diff -r 7ede83d81fc6 -r 5d8e478916b4 share/hedgewars/Data/Locale/hedgewars_hu.ts --- a/share/hedgewars/Data/Locale/hedgewars_hu.ts Sun Oct 30 07:21:51 2011 +0100 +++ b/share/hedgewars/Data/Locale/hedgewars_hu.ts Sun Oct 30 08:01:26 2011 +0100 @@ -129,6 +129,10 @@ %1 is not a valid command! + + Kicking %1 ... + + HWForm diff -r 7ede83d81fc6 -r 5d8e478916b4 share/hedgewars/Data/Locale/hedgewars_it.ts --- a/share/hedgewars/Data/Locale/hedgewars_it.ts Sun Oct 30 07:21:51 2011 +0100 +++ b/share/hedgewars/Data/Locale/hedgewars_it.ts Sun Oct 30 08:01:26 2011 +0100 @@ -130,6 +130,10 @@ %1 is not a valid command! + + Kicking %1 ... + + HWForm diff -r 7ede83d81fc6 -r 5d8e478916b4 share/hedgewars/Data/Locale/hedgewars_ja.ts --- a/share/hedgewars/Data/Locale/hedgewars_ja.ts Sun Oct 30 07:21:51 2011 +0100 +++ b/share/hedgewars/Data/Locale/hedgewars_ja.ts Sun Oct 30 08:01:26 2011 +0100 @@ -129,6 +129,10 @@ %1 is not a valid command! + + Kicking %1 ... + + HWForm diff -r 7ede83d81fc6 -r 5d8e478916b4 share/hedgewars/Data/Locale/hedgewars_ko.ts --- a/share/hedgewars/Data/Locale/hedgewars_ko.ts Sun Oct 30 07:21:51 2011 +0100 +++ b/share/hedgewars/Data/Locale/hedgewars_ko.ts Sun Oct 30 08:01:26 2011 +0100 @@ -113,6 +113,10 @@ %1 is not a valid command! + + Kicking %1 ... + + HWForm diff -r 7ede83d81fc6 -r 5d8e478916b4 share/hedgewars/Data/Locale/hedgewars_lt.ts --- a/share/hedgewars/Data/Locale/hedgewars_lt.ts Sun Oct 30 07:21:51 2011 +0100 +++ b/share/hedgewars/Data/Locale/hedgewars_lt.ts Sun Oct 30 08:01:26 2011 +0100 @@ -86,57 +86,62 @@ HWChatWidget - + + Kicking %1 ... + + + + %1 has been removed from your ignore list - + %1 has been added to your ignore list - + %1 has been removed from your friends list - + %1 has been added to your friends list - + Stylesheet imported from %1 - + Enter %1 if you want to use the current StyleSheet in future, enter %2 to reset! - + Couldn't read %1 - + StyleSheet discarded - - StyleSheet saved to %1 - - - + StyleSheet saved to %1 + + + + Failed to save StyleSheet to %1 - + %1 is not a valid command! @@ -1477,23 +1482,23 @@ - + Ignore - + Add friend - + Unignore - + Remove friend diff -r 7ede83d81fc6 -r 5d8e478916b4 share/hedgewars/Data/Locale/hedgewars_nl.ts --- a/share/hedgewars/Data/Locale/hedgewars_nl.ts Sun Oct 30 07:21:51 2011 +0100 +++ b/share/hedgewars/Data/Locale/hedgewars_nl.ts Sun Oct 30 08:01:26 2011 +0100 @@ -114,6 +114,10 @@ %1 is not a valid command! + + Kicking %1 ... + + HWForm diff -r 7ede83d81fc6 -r 5d8e478916b4 share/hedgewars/Data/Locale/hedgewars_pl.ts --- a/share/hedgewars/Data/Locale/hedgewars_pl.ts Sun Oct 30 07:21:51 2011 +0100 +++ b/share/hedgewars/Data/Locale/hedgewars_pl.ts Sun Oct 30 08:01:26 2011 +0100 @@ -135,6 +135,10 @@ %1 is not a valid command! + + Kicking %1 ... + + HWForm diff -r 7ede83d81fc6 -r 5d8e478916b4 share/hedgewars/Data/Locale/hedgewars_pt_BR.ts --- a/share/hedgewars/Data/Locale/hedgewars_pt_BR.ts Sun Oct 30 07:21:51 2011 +0100 +++ b/share/hedgewars/Data/Locale/hedgewars_pt_BR.ts Sun Oct 30 08:01:26 2011 +0100 @@ -130,6 +130,10 @@ %1 is not a valid command! + + Kicking %1 ... + + HWForm diff -r 7ede83d81fc6 -r 5d8e478916b4 share/hedgewars/Data/Locale/hedgewars_pt_PT.ts --- a/share/hedgewars/Data/Locale/hedgewars_pt_PT.ts Sun Oct 30 07:21:51 2011 +0100 +++ b/share/hedgewars/Data/Locale/hedgewars_pt_PT.ts Sun Oct 30 08:01:26 2011 +0100 @@ -130,6 +130,10 @@ %1 is not a valid command! + + Kicking %1 ... + + HWForm diff -r 7ede83d81fc6 -r 5d8e478916b4 share/hedgewars/Data/Locale/hedgewars_ru.ts --- a/share/hedgewars/Data/Locale/hedgewars_ru.ts Sun Oct 30 07:21:51 2011 +0100 +++ b/share/hedgewars/Data/Locale/hedgewars_ru.ts Sun Oct 30 08:01:26 2011 +0100 @@ -135,6 +135,10 @@ %1 is not a valid command! + + Kicking %1 ... + + HWForm diff -r 7ede83d81fc6 -r 5d8e478916b4 share/hedgewars/Data/Locale/hedgewars_sk.ts --- a/share/hedgewars/Data/Locale/hedgewars_sk.ts Sun Oct 30 07:21:51 2011 +0100 +++ b/share/hedgewars/Data/Locale/hedgewars_sk.ts Sun Oct 30 08:01:26 2011 +0100 @@ -135,6 +135,10 @@ %1 is not a valid command! + + Kicking %1 ... + + HWForm diff -r 7ede83d81fc6 -r 5d8e478916b4 share/hedgewars/Data/Locale/hedgewars_sv.ts --- a/share/hedgewars/Data/Locale/hedgewars_sv.ts Sun Oct 30 07:21:51 2011 +0100 +++ b/share/hedgewars/Data/Locale/hedgewars_sv.ts Sun Oct 30 08:01:26 2011 +0100 @@ -130,6 +130,10 @@ %1 is not a valid command! + + Kicking %1 ... + + HWForm diff -r 7ede83d81fc6 -r 5d8e478916b4 share/hedgewars/Data/Locale/hedgewars_tr_TR.ts --- a/share/hedgewars/Data/Locale/hedgewars_tr_TR.ts Sun Oct 30 07:21:51 2011 +0100 +++ b/share/hedgewars/Data/Locale/hedgewars_tr_TR.ts Sun Oct 30 08:01:26 2011 +0100 @@ -113,6 +113,10 @@ %1 is not a valid command! + + Kicking %1 ... + + HWForm diff -r 7ede83d81fc6 -r 5d8e478916b4 share/hedgewars/Data/Locale/hedgewars_uk.ts --- a/share/hedgewars/Data/Locale/hedgewars_uk.ts Sun Oct 30 07:21:51 2011 +0100 +++ b/share/hedgewars/Data/Locale/hedgewars_uk.ts Sun Oct 30 08:01:26 2011 +0100 @@ -131,6 +131,10 @@ %1 is not a valid command! + + Kicking %1 ... + + HWForm diff -r 7ede83d81fc6 -r 5d8e478916b4 share/hedgewars/Data/Locale/hedgewars_zh_CN.ts --- a/share/hedgewars/Data/Locale/hedgewars_zh_CN.ts Sun Oct 30 07:21:51 2011 +0100 +++ b/share/hedgewars/Data/Locale/hedgewars_zh_CN.ts Sun Oct 30 08:01:26 2011 +0100 @@ -129,6 +129,10 @@ %1 is not a valid command! + + Kicking %1 ... + + HWForm diff -r 7ede83d81fc6 -r 5d8e478916b4 share/hedgewars/Data/Locale/hedgewars_zh_TW.ts --- a/share/hedgewars/Data/Locale/hedgewars_zh_TW.ts Sun Oct 30 07:21:51 2011 +0100 +++ b/share/hedgewars/Data/Locale/hedgewars_zh_TW.ts Sun Oct 30 08:01:26 2011 +0100 @@ -113,6 +113,10 @@ %1 is not a valid command! + + Kicking %1 ... + + HWForm