From 16f1d8d3ce5eaca71971ad9aad5ac7aa6a7f9bd9 Mon Sep 17 00:00:00 2001
From: Laserlicht <13953785+Laserlicht@users.noreply.github.com>
Date: Wed, 10 Jul 2024 12:49:53 +0200
Subject: [PATCH] remove slack
---
.travis.yml | 2 --
docs/Readme.md | 1 -
docs/developers/Building_macOS.md | 2 +-
docs/maintainers/Project_Infrastructure.md | 4 ----
launcher/aboutProject/aboutproject_moc.cpp | 5 -----
launcher/aboutProject/aboutproject_moc.h | 2 --
launcher/aboutProject/aboutproject_moc.ui | 9 +--------
launcher/firstLaunch/firstlaunch_moc.cpp | 5 -----
launcher/firstLaunch/firstlaunch_moc.h | 2 --
launcher/firstLaunch/firstlaunch_moc.ui | 9 +--------
launcher/translation/chinese.ts | 10 ----------
launcher/translation/czech.ts | 10 ----------
launcher/translation/english.ts | 10 ----------
launcher/translation/french.ts | 10 ----------
launcher/translation/german.ts | 10 ----------
launcher/translation/polish.ts | 10 ----------
launcher/translation/portuguese.ts | 10 ----------
launcher/translation/russian.ts | 10 ----------
launcher/translation/spanish.ts | 10 ----------
launcher/translation/ukrainian.ts | 10 ----------
launcher/translation/vietnamese.ts | 10 ----------
21 files changed, 3 insertions(+), 148 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 492820a41..9de209a7b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,8 +51,6 @@ notifications:
- noreply@vcmi.eu
on_success: change
on_failure: always
- slack:
- secure: KHXFe14FFKtw5mErWbj730+utqy7i/3AUobWfAMAGvWI5sJYlhbBU+KvvCoD2SlRQg3mQqgwVw8NBJF1Mffs7WcRmrFFFmuMqZxFLAfKBd3T0CxWpAGfnfNgDmlfV4OfEgQWk1pakEPOymhxbbmLUuCjykZDuTcioxAk0UAHDwY=
before_install:
- test $TRAVIS_BRANCH != coverity_scan -o ${TRAVIS_JOB_NUMBER##*.} = 1 || exit 0
diff --git a/docs/Readme.md b/docs/Readme.md
index e5f16ac7f..6542ae1e8 100644
--- a/docs/Readme.md
+++ b/docs/Readme.md
@@ -22,7 +22,6 @@ VCMI is an open-source recreation of Heroes of Might & Magic III engine, giving
* Homepage: https://vcmi.eu/
* Forums: https://forum.vcmi.eu/
* Bugtracker: https://github.com/vcmi/vcmi/issues
- * Slack: https://slack.vcmi.eu/
* Discord: https://discord.gg/chBT42V
* GPT Store: https://chat.openai.com/g/g-1kNhX0mlO-vcmi-assistant
diff --git a/docs/developers/Building_macOS.md b/docs/developers/Building_macOS.md
index 0698b535a..67571f74d 100644
--- a/docs/developers/Building_macOS.md
+++ b/docs/developers/Building_macOS.md
@@ -116,4 +116,4 @@ Anyone who might want to debug builds, but new to macOS could find following com
## Troubleshooting
-In case of troubles you can always consult our CI build scripts or contact the dev team via slack.
+In case of troubles you can always consult our CI build scripts or contact the dev team via discord.
diff --git a/docs/maintainers/Project_Infrastructure.md b/docs/maintainers/Project_Infrastructure.md
index a55e6ad41..dc9f355c0 100644
--- a/docs/maintainers/Project_Infrastructure.md
+++ b/docs/maintainers/Project_Infrastructure.md
@@ -58,9 +58,6 @@ We want to notify players about updates on as many social services as possible.
### Communication channels
-- Slack team:
- - Owner: vmarkovtsev
- - Administrator access: SXX, Warmonger, AVS...
- Trello team:
- Administrator access: SXX
- Discord:
@@ -108,7 +105,6 @@ Currently we using two droplets:
- [Forum](https://forum.vcmi.eu/)
- [Bug tracker](https://bugs.vcmi.eu/)
- [Wiki](https://wiki.vcmi.eu/)
- - [Slack invite page](https://slack.vcmi.eu/)
- Second serve downloads:
- [Legacy download page](http://download.vcmi.eu/)
- [Build download page](https://builds.vcmi.download/)
diff --git a/launcher/aboutProject/aboutproject_moc.cpp b/launcher/aboutProject/aboutproject_moc.cpp
index 30ca4d00b..c7f82e904 100644
--- a/launcher/aboutProject/aboutproject_moc.cpp
+++ b/launcher/aboutProject/aboutproject_moc.cpp
@@ -111,11 +111,6 @@ void AboutProjectView::on_pushButtonDiscord_clicked()
QDesktopServices::openUrl(QUrl("https://discord.gg/chBT42V"));
}
-void AboutProjectView::on_pushButtonSlack_clicked()
-{
- QDesktopServices::openUrl(QUrl("https://slack.vcmi.eu/"));
-}
-
void AboutProjectView::on_pushButtonGithub_clicked()
{
QDesktopServices::openUrl(QUrl("https://github.com/vcmi/vcmi"));
diff --git a/launcher/aboutProject/aboutproject_moc.h b/launcher/aboutProject/aboutproject_moc.h
index 1671efbfe..916dcf72c 100644
--- a/launcher/aboutProject/aboutproject_moc.h
+++ b/launcher/aboutProject/aboutproject_moc.h
@@ -40,8 +40,6 @@ private slots:
void on_pushButtonDiscord_clicked();
- void on_pushButtonSlack_clicked();
-
void on_pushButtonGithub_clicked();
void on_pushButtonHomepage_clicked();
diff --git a/launcher/aboutProject/aboutproject_moc.ui b/launcher/aboutProject/aboutproject_moc.ui
index 43361b6e2..f582201d3 100644
--- a/launcher/aboutProject/aboutproject_moc.ui
+++ b/launcher/aboutProject/aboutproject_moc.ui
@@ -30,7 +30,7 @@
- -
+
-
VCMI on Github
@@ -55,13 +55,6 @@
- -
-
-
- VCMI on Slack
-
-
-
-
diff --git a/launcher/firstLaunch/firstlaunch_moc.cpp b/launcher/firstLaunch/firstlaunch_moc.cpp
index cf4777635..7fb5d2fba 100644
--- a/launcher/firstLaunch/firstlaunch_moc.cpp
+++ b/launcher/firstLaunch/firstlaunch_moc.cpp
@@ -654,11 +654,6 @@ void FirstLaunchView::on_pushButtonDiscord_clicked()
QDesktopServices::openUrl(QUrl("https://discord.gg/chBT42V"));
}
-void FirstLaunchView::on_pushButtonSlack_clicked()
-{
- QDesktopServices::openUrl(QUrl("https://slack.vcmi.eu/"));
-}
-
void FirstLaunchView::on_pushButtonGithub_clicked()
{
QDesktopServices::openUrl(QUrl("https://github.com/vcmi/vcmi"));
diff --git a/launcher/firstLaunch/firstlaunch_moc.h b/launcher/firstLaunch/firstlaunch_moc.h
index 6bc699c2b..a35aa4820 100644
--- a/launcher/firstLaunch/firstlaunch_moc.h
+++ b/launcher/firstLaunch/firstlaunch_moc.h
@@ -87,8 +87,6 @@ private slots:
void on_pushButtonDiscord_clicked();
- void on_pushButtonSlack_clicked();
-
void on_pushButtonGithub_clicked();
private:
diff --git a/launcher/firstLaunch/firstlaunch_moc.ui b/launcher/firstLaunch/firstlaunch_moc.ui
index b9f88f440..a5e54b104 100644
--- a/launcher/firstLaunch/firstlaunch_moc.ui
+++ b/launcher/firstLaunch/firstlaunch_moc.ui
@@ -149,20 +149,13 @@
-
-
-
+
-
VCMI on Github
- -
-
-
- VCMI on Slack
-
-
-
-
diff --git a/launcher/translation/chinese.ts b/launcher/translation/chinese.ts
index 25348c7aa..2b245d6cd 100644
--- a/launcher/translation/chinese.ts
+++ b/launcher/translation/chinese.ts
@@ -23,11 +23,6 @@
联系社区
-
-
-
- 访问VCMI的Slack
-
@@ -1175,11 +1170,6 @@ Offline installer consists of two parts, .exe and .bin. Make sure you download b
访问VCMI的Github
-
-
-
- 访问VCMI的Slack
-
diff --git a/launcher/translation/czech.ts b/launcher/translation/czech.ts
index d84087569..e02143603 100644
--- a/launcher/translation/czech.ts
+++ b/launcher/translation/czech.ts
@@ -23,11 +23,6 @@
Naše komunita
-
-
-
- VCMI na Slacku
-
@@ -1169,11 +1164,6 @@ Offline instalátor obsahuje dvě části, .exe a .bin. Ujistěte se, že stahuj
VCMI na GitHubu
-
-
-
- VCMI na Slacku
-
diff --git a/launcher/translation/english.ts b/launcher/translation/english.ts
index 9200ccf04..dea3e3e1a 100644
--- a/launcher/translation/english.ts
+++ b/launcher/translation/english.ts
@@ -23,11 +23,6 @@
-
-
-
-
-
@@ -1104,11 +1099,6 @@ Offline installer consists of two parts, .exe and .bin. Make sure you download b
-
-
-
-
-
diff --git a/launcher/translation/french.ts b/launcher/translation/french.ts
index 99a415cca..d0b1739af 100644
--- a/launcher/translation/french.ts
+++ b/launcher/translation/french.ts
@@ -23,11 +23,6 @@
Notre communauté
-
-
-
- VCMI sur Slack
-
@@ -1124,11 +1119,6 @@ Offline installer consists of two parts, .exe and .bin. Make sure you download b
VCMI sur Github
-
-
-
- VCMI sur Slack
-
diff --git a/launcher/translation/german.ts b/launcher/translation/german.ts
index 8e392ffd1..1e4188229 100644
--- a/launcher/translation/german.ts
+++ b/launcher/translation/german.ts
@@ -23,11 +23,6 @@
Unsere Gemeinschaft
-
-
-
- VCMI auf Slack
-
@@ -1169,11 +1164,6 @@ Der Offline-Installer besteht aus zwei Teilen, .exe und .bin. Stellen Sie sicher
VCMI auf Github
-
-
-
- VCMI auf Slack
-
diff --git a/launcher/translation/polish.ts b/launcher/translation/polish.ts
index 15e565b13..1c9126df1 100644
--- a/launcher/translation/polish.ts
+++ b/launcher/translation/polish.ts
@@ -23,11 +23,6 @@
Nasza społeczność
-
-
-
- VCMI na Slacku
-
@@ -1168,11 +1163,6 @@ Offline installer consists of two parts, .exe and .bin. Make sure you download b
VCMI na Github
-
-
-
- VCMI na Slacku
-
diff --git a/launcher/translation/portuguese.ts b/launcher/translation/portuguese.ts
index c2debf2d1..ce306c2e8 100644
--- a/launcher/translation/portuguese.ts
+++ b/launcher/translation/portuguese.ts
@@ -23,11 +23,6 @@
Nossa comunidade
-
-
-
- VCMI no Slack
-
@@ -1169,11 +1164,6 @@ O instalador offline consiste em duas partes, .exe e .bin. Certifique-se de baix
VCMI no Github
-
-
-
- VCMI no Slack
-
diff --git a/launcher/translation/russian.ts b/launcher/translation/russian.ts
index 7ce63c7a7..e2a89fbed 100644
--- a/launcher/translation/russian.ts
+++ b/launcher/translation/russian.ts
@@ -23,11 +23,6 @@
-
-
-
- VCMI в Slack
-
@@ -1146,11 +1141,6 @@ Offline installer consists of two parts, .exe and .bin. Make sure you download b
VCMI в Github
-
-
-
- VCMI в Slack
-
diff --git a/launcher/translation/spanish.ts b/launcher/translation/spanish.ts
index 4d9764ccc..46d1676d8 100644
--- a/launcher/translation/spanish.ts
+++ b/launcher/translation/spanish.ts
@@ -23,11 +23,6 @@
Nuestra comunidad
-
-
-
- VCMI en Slack
-
@@ -1047,11 +1042,6 @@ Pantalla completa - el juego cubrirá la totalidad de la pantalla y utilizará l
VCMI en Github
-
-
-
- VCMI en Slack
-
diff --git a/launcher/translation/ukrainian.ts b/launcher/translation/ukrainian.ts
index 2779932f3..7e9abfd56 100644
--- a/launcher/translation/ukrainian.ts
+++ b/launcher/translation/ukrainian.ts
@@ -23,11 +23,6 @@
Наша спільнота
-
-
-
- VCMI на Slack
-
@@ -1169,11 +1164,6 @@ Offline installer consists of two parts, .exe and .bin. Make sure you download b
VCMI на Github
-
-
-
- VCMI на Slack
-
diff --git a/launcher/translation/vietnamese.ts b/launcher/translation/vietnamese.ts
index 818c9d508..7d28ea196 100644
--- a/launcher/translation/vietnamese.ts
+++ b/launcher/translation/vietnamese.ts
@@ -23,11 +23,6 @@
Cộng đồng
-
-
-
- VCMI trên Slack
-
@@ -1156,11 +1151,6 @@ Offline installer consists of two parts, .exe and .bin. Make sure you download b
VCMI trên Github
-
-
-
- VCMI trên Slack
-