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 @@ Our Community 联系社区 - - - VCMI on Slack - 访问VCMI的Slack - Build Information @@ -1175,11 +1170,6 @@ Offline installer consists of two parts, .exe and .bin. Make sure you download b VCMI on Github 访问VCMI的Github - - - VCMI on Slack - 访问VCMI的Slack - VCMI on Discord 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 @@ Our Community Naše komunita - - - VCMI on Slack - VCMI na Slacku - Build Information @@ -1169,11 +1164,6 @@ Offline instalátor obsahuje dvě části, .exe a .bin. Ujistěte se, že stahuj VCMI on Github VCMI na GitHubu - - - VCMI on Slack - VCMI na Slacku - VCMI on Discord 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 @@ Our Community - - - VCMI on Slack - - Build Information @@ -1104,11 +1099,6 @@ Offline installer consists of two parts, .exe and .bin. Make sure you download b VCMI on Github - - - VCMI on Slack - - VCMI on Discord 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 @@ Our Community Notre communauté - - - VCMI on Slack - VCMI sur Slack - Build Information @@ -1124,11 +1119,6 @@ Offline installer consists of two parts, .exe and .bin. Make sure you download b VCMI on Github VCMI sur Github - - - VCMI on Slack - VCMI sur Slack - VCMI on Discord 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 @@ Our Community Unsere Gemeinschaft - - - VCMI on Slack - VCMI auf Slack - Build Information @@ -1169,11 +1164,6 @@ Der Offline-Installer besteht aus zwei Teilen, .exe und .bin. Stellen Sie sicher VCMI on Github VCMI auf Github - - - VCMI on Slack - VCMI auf Slack - VCMI on Discord 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 @@ Our Community Nasza społeczność - - - VCMI on Slack - VCMI na Slacku - Build Information @@ -1168,11 +1163,6 @@ Offline installer consists of two parts, .exe and .bin. Make sure you download b VCMI on Github VCMI na Github - - - VCMI on Slack - VCMI na Slacku - VCMI on Discord 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 @@ Our Community Nossa comunidade - - - VCMI on Slack - VCMI no Slack - Build Information @@ -1169,11 +1164,6 @@ O instalador offline consiste em duas partes, .exe e .bin. Certifique-se de baix VCMI on Github VCMI no Github - - - VCMI on Slack - VCMI no Slack - VCMI on Discord 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 @@ Our Community - - - VCMI on Slack - VCMI в Slack - Build Information @@ -1146,11 +1141,6 @@ Offline installer consists of two parts, .exe and .bin. Make sure you download b VCMI on Github VCMI в Github - - - VCMI on Slack - VCMI в Slack - VCMI on Discord 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 @@ Our Community Nuestra comunidad - - - VCMI on Slack - VCMI en Slack - Build Information @@ -1047,11 +1042,6 @@ Pantalla completa - el juego cubrirá la totalidad de la pantalla y utilizará l VCMI on Github VCMI en Github - - - VCMI on Slack - VCMI en Slack - VCMI on Discord 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 @@ Our Community Наша спільнота - - - VCMI on Slack - VCMI на Slack - Build Information @@ -1169,11 +1164,6 @@ Offline installer consists of two parts, .exe and .bin. Make sure you download b VCMI on Github VCMI на Github - - - VCMI on Slack - VCMI на Slack - VCMI on Discord 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 @@ Our Community Cộng đồng - - - VCMI on Slack - VCMI trên Slack - Build Information @@ -1156,11 +1151,6 @@ Offline installer consists of two parts, .exe and .bin. Make sure you download b VCMI on Github VCMI trên Github - - - VCMI on Slack - VCMI trên Slack - VCMI on Discord