Jelajahi Sumber

remove slack

Laserlicht 1 tahun lalu
induk
melakukan
16f1d8d3ce

+ 0 - 2
.travis.yml

@@ -51,8 +51,6 @@ notifications:
     - [email protected]
     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

+ 0 - 1
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
 

+ 1 - 1
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.

+ 0 - 4
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: <https://h3vcmi.slack.com/>
-  - Owner: vmarkovtsev
-  - Administrator access: SXX, Warmonger, AVS...
 - Trello team: <https://trello.com/vcmi/>
   - 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/)

+ 0 - 5
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"));

+ 0 - 2
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();

+ 1 - 8
launcher/aboutProject/aboutproject_moc.ui

@@ -30,7 +30,7 @@
        </property>
       </widget>
      </item>
-     <item row="4" column="0">
+     <item row="3" column="0">
       <widget class="QPushButton" name="pushButtonGithub">
        <property name="text">
         <string>VCMI on Github</string>
@@ -55,13 +55,6 @@
        </property>
       </widget>
      </item>
-     <item row="3" column="0">
-      <widget class="QPushButton" name="pushButtonSlack">
-       <property name="text">
-        <string>VCMI on Slack</string>
-       </property>
-      </widget>
-     </item>
     </layout>
    </item>
    <item>

+ 0 - 5
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"));

+ 0 - 2
launcher/firstLaunch/firstlaunch_moc.h

@@ -87,8 +87,6 @@ private slots:
 
 	void on_pushButtonDiscord_clicked();
 
-	void on_pushButtonSlack_clicked();
-
 	void on_pushButtonGithub_clicked();
 
 private:

+ 1 - 8
launcher/firstLaunch/firstlaunch_moc.ui

@@ -149,20 +149,13 @@
        </item>
        <item row="3" column="1" colspan="2">
         <layout class="QGridLayout" name="gridLayout_5">
-         <item row="3" column="0">
+         <item row="2" column="0">
           <widget class="QPushButton" name="pushButtonGithub">
            <property name="text">
             <string>VCMI on Github</string>
            </property>
           </widget>
          </item>
-         <item row="2" column="0">
-          <widget class="QPushButton" name="pushButtonSlack">
-           <property name="text">
-            <string>VCMI on Slack</string>
-           </property>
-          </widget>
-         </item>
          <item row="1" column="0">
           <widget class="QPushButton" name="pushButtonDiscord">
            <property name="text">

+ 0 - 10
launcher/translation/chinese.ts

@@ -23,11 +23,6 @@
         <source>Our Community</source>
         <translation>联系社区</translation>
     </message>
-    <message>
-        <location filename="../aboutProject/aboutproject_moc.ui" line="61"/>
-        <source>VCMI on Slack</source>
-        <translation>访问VCMI的Slack</translation>
-    </message>
     <message>
         <location filename="../aboutProject/aboutproject_moc.ui" line="227"/>
         <source>Build Information</source>
@@ -1175,11 +1170,6 @@ Offline installer consists of two parts, .exe and .bin. Make sure you download b
         <source>VCMI on Github</source>
         <translation>访问VCMI的Github</translation>
     </message>
-    <message>
-        <location filename="../firstLaunch/firstlaunch_moc.ui" line="162"/>
-        <source>VCMI on Slack</source>
-        <translation>访问VCMI的Slack</translation>
-    </message>
     <message>
         <location filename="../firstLaunch/firstlaunch_moc.ui" line="169"/>
         <source>VCMI on Discord</source>

+ 0 - 10
launcher/translation/czech.ts

@@ -23,11 +23,6 @@
         <source>Our Community</source>
         <translation>Naše komunita</translation>
     </message>
-    <message>
-        <location filename="../aboutProject/aboutproject_moc.ui" line="61"/>
-        <source>VCMI on Slack</source>
-        <translation>VCMI na Slacku</translation>
-    </message>
     <message>
         <location filename="../aboutProject/aboutproject_moc.ui" line="227"/>
         <source>Build Information</source>
@@ -1169,11 +1164,6 @@ Offline instalátor obsahuje dvě části, .exe a .bin. Ujistěte se, že stahuj
         <source>VCMI on Github</source>
         <translation>VCMI na GitHubu</translation>
     </message>
-    <message>
-        <location filename="../firstLaunch/firstlaunch_moc.ui" line="162"/>
-        <source>VCMI on Slack</source>
-        <translation>VCMI na Slacku</translation>
-    </message>
     <message>
         <location filename="../firstLaunch/firstlaunch_moc.ui" line="169"/>
         <source>VCMI on Discord</source>

+ 0 - 10
launcher/translation/english.ts

@@ -23,11 +23,6 @@
         <source>Our Community</source>
         <translation type="unfinished"></translation>
     </message>
-    <message>
-        <location filename="../aboutProject/aboutproject_moc.ui" line="61"/>
-        <source>VCMI on Slack</source>
-        <translation type="unfinished"></translation>
-    </message>
     <message>
         <location filename="../aboutProject/aboutproject_moc.ui" line="227"/>
         <source>Build Information</source>
@@ -1104,11 +1099,6 @@ Offline installer consists of two parts, .exe and .bin. Make sure you download b
         <source>VCMI on Github</source>
         <translation type="unfinished"></translation>
     </message>
-    <message>
-        <location filename="../firstLaunch/firstlaunch_moc.ui" line="162"/>
-        <source>VCMI on Slack</source>
-        <translation type="unfinished"></translation>
-    </message>
     <message>
         <location filename="../firstLaunch/firstlaunch_moc.ui" line="169"/>
         <source>VCMI on Discord</source>

+ 0 - 10
launcher/translation/french.ts

@@ -23,11 +23,6 @@
         <source>Our Community</source>
         <translation>Notre communauté</translation>
     </message>
-    <message>
-        <location filename="../aboutProject/aboutproject_moc.ui" line="61"/>
-        <source>VCMI on Slack</source>
-        <translation>VCMI sur Slack</translation>
-    </message>
     <message>
         <location filename="../aboutProject/aboutproject_moc.ui" line="227"/>
         <source>Build Information</source>
@@ -1124,11 +1119,6 @@ Offline installer consists of two parts, .exe and .bin. Make sure you download b
         <source>VCMI on Github</source>
         <translation>VCMI sur Github</translation>
     </message>
-    <message>
-        <location filename="../firstLaunch/firstlaunch_moc.ui" line="162"/>
-        <source>VCMI on Slack</source>
-        <translation>VCMI sur Slack</translation>
-    </message>
     <message>
         <location filename="../firstLaunch/firstlaunch_moc.ui" line="169"/>
         <source>VCMI on Discord</source>

+ 0 - 10
launcher/translation/german.ts

@@ -23,11 +23,6 @@
         <source>Our Community</source>
         <translation>Unsere Gemeinschaft</translation>
     </message>
-    <message>
-        <location filename="../aboutProject/aboutproject_moc.ui" line="61"/>
-        <source>VCMI on Slack</source>
-        <translation>VCMI auf Slack</translation>
-    </message>
     <message>
         <location filename="../aboutProject/aboutproject_moc.ui" line="227"/>
         <source>Build Information</source>
@@ -1169,11 +1164,6 @@ Der Offline-Installer besteht aus zwei Teilen, .exe und .bin. Stellen Sie sicher
         <source>VCMI on Github</source>
         <translation>VCMI auf Github</translation>
     </message>
-    <message>
-        <location filename="../firstLaunch/firstlaunch_moc.ui" line="162"/>
-        <source>VCMI on Slack</source>
-        <translation>VCMI auf Slack</translation>
-    </message>
     <message>
         <location filename="../firstLaunch/firstlaunch_moc.ui" line="169"/>
         <source>VCMI on Discord</source>

+ 0 - 10
launcher/translation/polish.ts

@@ -23,11 +23,6 @@
         <source>Our Community</source>
         <translation>Nasza społeczność</translation>
     </message>
-    <message>
-        <location filename="../aboutProject/aboutproject_moc.ui" line="61"/>
-        <source>VCMI on Slack</source>
-        <translation>VCMI na Slacku</translation>
-    </message>
     <message>
         <location filename="../aboutProject/aboutproject_moc.ui" line="227"/>
         <source>Build Information</source>
@@ -1168,11 +1163,6 @@ Offline installer consists of two parts, .exe and .bin. Make sure you download b
         <source>VCMI on Github</source>
         <translation>VCMI na Github</translation>
     </message>
-    <message>
-        <location filename="../firstLaunch/firstlaunch_moc.ui" line="162"/>
-        <source>VCMI on Slack</source>
-        <translation>VCMI na Slacku</translation>
-    </message>
     <message>
         <location filename="../firstLaunch/firstlaunch_moc.ui" line="169"/>
         <source>VCMI on Discord</source>

+ 0 - 10
launcher/translation/portuguese.ts

@@ -23,11 +23,6 @@
         <source>Our Community</source>
         <translation>Nossa comunidade</translation>
     </message>
-    <message>
-        <location filename="../aboutProject/aboutproject_moc.ui" line="61"/>
-        <source>VCMI on Slack</source>
-        <translation>VCMI no Slack</translation>
-    </message>
     <message>
         <location filename="../aboutProject/aboutproject_moc.ui" line="227"/>
         <source>Build Information</source>
@@ -1169,11 +1164,6 @@ O instalador offline consiste em duas partes, .exe e .bin. Certifique-se de baix
         <source>VCMI on Github</source>
         <translation>VCMI no Github</translation>
     </message>
-    <message>
-        <location filename="../firstLaunch/firstlaunch_moc.ui" line="162"/>
-        <source>VCMI on Slack</source>
-        <translation>VCMI no Slack</translation>
-    </message>
     <message>
         <location filename="../firstLaunch/firstlaunch_moc.ui" line="169"/>
         <source>VCMI on Discord</source>

+ 0 - 10
launcher/translation/russian.ts

@@ -23,11 +23,6 @@
         <source>Our Community</source>
         <translation type="unfinished"></translation>
     </message>
-    <message>
-        <location filename="../aboutProject/aboutproject_moc.ui" line="61"/>
-        <source>VCMI on Slack</source>
-        <translation type="unfinished">VCMI в Slack</translation>
-    </message>
     <message>
         <location filename="../aboutProject/aboutproject_moc.ui" line="227"/>
         <source>Build Information</source>
@@ -1146,11 +1141,6 @@ Offline installer consists of two parts, .exe and .bin. Make sure you download b
         <source>VCMI on Github</source>
         <translation>VCMI в Github</translation>
     </message>
-    <message>
-        <location filename="../firstLaunch/firstlaunch_moc.ui" line="162"/>
-        <source>VCMI on Slack</source>
-        <translation>VCMI в Slack</translation>
-    </message>
     <message>
         <location filename="../firstLaunch/firstlaunch_moc.ui" line="169"/>
         <source>VCMI on Discord</source>

+ 0 - 10
launcher/translation/spanish.ts

@@ -23,11 +23,6 @@
         <source>Our Community</source>
         <translation>Nuestra comunidad</translation>
     </message>
-    <message>
-        <location filename="../aboutProject/aboutproject_moc.ui" line="61"/>
-        <source>VCMI on Slack</source>
-        <translation>VCMI en Slack</translation>
-    </message>
     <message>
         <location filename="../aboutProject/aboutproject_moc.ui" line="227"/>
         <source>Build Information</source>
@@ -1047,11 +1042,6 @@ Pantalla completa - el juego cubrirá la totalidad de la pantalla y utilizará l
         <source>VCMI on Github</source>
         <translation>VCMI en Github</translation>
     </message>
-    <message>
-        <location filename="../firstLaunch/firstlaunch_moc.ui" line="162"/>
-        <source>VCMI on Slack</source>
-        <translation>VCMI en Slack</translation>
-    </message>
     <message>
         <location filename="../firstLaunch/firstlaunch_moc.ui" line="169"/>
         <source>VCMI on Discord</source>

+ 0 - 10
launcher/translation/ukrainian.ts

@@ -23,11 +23,6 @@
         <source>Our Community</source>
         <translation>Наша спільнота</translation>
     </message>
-    <message>
-        <location filename="../aboutProject/aboutproject_moc.ui" line="61"/>
-        <source>VCMI on Slack</source>
-        <translation>VCMI на Slack</translation>
-    </message>
     <message>
         <location filename="../aboutProject/aboutproject_moc.ui" line="227"/>
         <source>Build Information</source>
@@ -1169,11 +1164,6 @@ Offline installer consists of two parts, .exe and .bin. Make sure you download b
         <source>VCMI on Github</source>
         <translation>VCMI на Github</translation>
     </message>
-    <message>
-        <location filename="../firstLaunch/firstlaunch_moc.ui" line="162"/>
-        <source>VCMI on Slack</source>
-        <translation>VCMI на Slack</translation>
-    </message>
     <message>
         <location filename="../firstLaunch/firstlaunch_moc.ui" line="169"/>
         <source>VCMI on Discord</source>

+ 0 - 10
launcher/translation/vietnamese.ts

@@ -23,11 +23,6 @@
         <source>Our Community</source>
         <translation>Cộng đồng</translation>
     </message>
-    <message>
-        <location filename="../aboutProject/aboutproject_moc.ui" line="61"/>
-        <source>VCMI on Slack</source>
-        <translation>VCMI trên Slack</translation>
-    </message>
     <message>
         <location filename="../aboutProject/aboutproject_moc.ui" line="227"/>
         <source>Build Information</source>
@@ -1156,11 +1151,6 @@ Offline installer consists of two parts, .exe and .bin. Make sure you download b
         <source>VCMI on Github</source>
         <translation>VCMI trên Github</translation>
     </message>
-    <message>
-        <location filename="../firstLaunch/firstlaunch_moc.ui" line="162"/>
-        <source>VCMI on Slack</source>
-        <translation>VCMI trên Slack</translation>
-    </message>
     <message>
         <location filename="../firstLaunch/firstlaunch_moc.ui" line="169"/>
         <source>VCMI on Discord</source>