diff --git a/cockatrice/cockatrice.qrc b/cockatrice/cockatrice.qrc index b1af70227..6fe1289c8 100644 --- a/cockatrice/cockatrice.qrc +++ b/cockatrice/cockatrice.qrc @@ -126,6 +126,7 @@ resources/countries/er.svg resources/countries/es.svg resources/countries/et.svg + resources/countries/eu.svg resources/countries/fi.svg resources/countries/fj.svg resources/countries/fk.svg @@ -301,6 +302,7 @@ resources/countries/vu.svg resources/countries/wf.svg resources/countries/ws.svg + resources/countries/xk.svg resources/countries/ye.svg resources/countries/yt.svg resources/countries/za.svg diff --git a/cockatrice/resources/countries/xk.svg b/cockatrice/resources/countries/xk.svg new file mode 100644 index 000000000..12731238e --- /dev/null +++ b/cockatrice/resources/countries/xk.svg @@ -0,0 +1,92 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/cockatrice/src/dlg_register.cpp b/cockatrice/src/dlg_register.cpp index fc3c97c20..0136ce70e 100644 --- a/cockatrice/src/dlg_register.cpp +++ b/cockatrice/src/dlg_register.cpp @@ -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"); diff --git a/cockatrice/src/settingscache.cpp b/cockatrice/src/settingscache.cpp index 6caf61a04..1f82ab605 100644 --- a/cockatrice/src/settingscache.cpp +++ b/cockatrice/src/settingscache.cpp @@ -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" diff --git a/webclient/src/images/countries/_Countries.ts b/webclient/src/images/countries/_Countries.ts index fc3a5437a..a4867db46 100644 --- a/webclient/src/images/countries/_Countries.ts +++ b/webclient/src/images/countries/_Countries.ts @@ -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,