add kosovo flag (#4597)

* add kosovo flag

* add xk and eu flags to cockatrice

Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
Co-authored-by: ebbit1q <ebbit1q@gmail.com>
This commit is contained in:
Jeremy Letto
2022-03-19 20:07:40 -05:00
committed by GitHub
parent 0ff59e6d1e
commit 4899b6cfef
5 changed files with 100 additions and 0 deletions

View File

@@ -126,6 +126,7 @@
<file>resources/countries/er.svg</file>
<file>resources/countries/es.svg</file>
<file>resources/countries/et.svg</file>
<file>resources/countries/eu.svg</file>
<file>resources/countries/fi.svg</file>
<file>resources/countries/fj.svg</file>
<file>resources/countries/fk.svg</file>
@@ -301,6 +302,7 @@
<file>resources/countries/vu.svg</file>
<file>resources/countries/wf.svg</file>
<file>resources/countries/ws.svg</file>
<file>resources/countries/xk.svg</file>
<file>resources/countries/ye.svg</file>
<file>resources/countries/yt.svg</file>
<file>resources/countries/za.svg</file>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@@ -129,6 +129,7 @@ DlgRegister::DlgRegister(QWidget *parent) : QDialog(parent)
countryEdit->addItem(QPixmap("theme:countries/er"), "er");
countryEdit->addItem(QPixmap("theme:countries/es"), "es");
countryEdit->addItem(QPixmap("theme:countries/et"), "et");
countryEdit->addItem(QPixmap("theme:countries/eu"), "eu");
countryEdit->addItem(QPixmap("theme:countries/fi"), "fi");
countryEdit->addItem(QPixmap("theme:countries/fj"), "fj");
countryEdit->addItem(QPixmap("theme:countries/fk"), "fk");
@@ -304,6 +305,7 @@ DlgRegister::DlgRegister(QWidget *parent) : QDialog(parent)
countryEdit->addItem(QPixmap("theme:countries/vu"), "vu");
countryEdit->addItem(QPixmap("theme:countries/wf"), "wf");
countryEdit->addItem(QPixmap("theme:countries/ws"), "ws");
countryEdit->addItem(QPixmap("theme:countries/xk"), "xk");
countryEdit->addItem(QPixmap("theme:countries/ye"), "ye");
countryEdit->addItem(QPixmap("theme:countries/yt"), "yt");
countryEdit->addItem(QPixmap("theme:countries/za"), "za");

View File

@@ -692,6 +692,7 @@ QStringList SettingsCache::getCountries() const
<< "er"
<< "es"
<< "et"
<< "eu"
<< "fi"
<< "fj"
<< "fk"
@@ -867,6 +868,7 @@ QStringList SettingsCache::getCountries() const
<< "vu"
<< "wf"
<< "ws"
<< "xk"
<< "ye"
<< "yt"
<< "za"

View File

@@ -245,6 +245,7 @@ import vn from '!file-loader!./vn.svg';
import vu from '!file-loader!./vu.svg';
import wf from '!file-loader!./wf.svg';
import ws from '!file-loader!./ws.svg';
import xk from '!file-loader!./xk.svg';
import ye from '!file-loader!./ye.svg';
import yt from '!file-loader!./yt.svg';
import za from '!file-loader!./za.svg';
@@ -497,6 +498,7 @@ export const Countries = {
vu,
wf,
ws,
xk,
ye,
yt,
za,