mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	remove slack
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|  | ||||
|   | ||||
| @@ -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. | ||||
|   | ||||
| @@ -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/) | ||||
|   | ||||
| @@ -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")); | ||||
|   | ||||
| @@ -40,8 +40,6 @@ private slots: | ||||
|  | ||||
| 	void on_pushButtonDiscord_clicked(); | ||||
|  | ||||
| 	void on_pushButtonSlack_clicked(); | ||||
|  | ||||
| 	void on_pushButtonGithub_clicked(); | ||||
|  | ||||
| 	void on_pushButtonHomepage_clicked(); | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
| @@ -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")); | ||||
|   | ||||
| @@ -87,8 +87,6 @@ private slots: | ||||
|  | ||||
| 	void on_pushButtonDiscord_clicked(); | ||||
|  | ||||
| 	void on_pushButtonSlack_clicked(); | ||||
|  | ||||
| 	void on_pushButtonGithub_clicked(); | ||||
|  | ||||
| private: | ||||
|   | ||||
| @@ -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"> | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user