Merge pull request #3032 from kamfretoz/ikon-pt2

Qt: More icon overhaul and cleanup
This commit is contained in:
Connor McLaughlin 2023-10-16 22:57:57 +10:00 committed by GitHub
commit cecae91b0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
306 changed files with 1137 additions and 1078 deletions

View File

@ -46,7 +46,7 @@
<bool>true</bool>
</property>
<property name="icon">
<iconset theme="controller-line">
<iconset theme="controller-digital-line">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="toolButtonStyle">
@ -120,7 +120,7 @@
<string>Automatic Mapping</string>
</property>
<property name="icon">
<iconset theme="controller-line">
<iconset theme="controller-digital-line">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="toolButtonStyle">

View File

@ -804,7 +804,7 @@ ControllerBindingWidget_DigitalController::~ControllerBindingWidget_DigitalContr
QIcon ControllerBindingWidget_DigitalController::getIcon() const
{
return QIcon::fromTheme(QStringLiteral("controller-line"));
return QIcon::fromTheme(QStringLiteral("controller-digital-line"));
}
ControllerBindingWidget_Base* ControllerBindingWidget_DigitalController::createInstance(ControllerBindingWidget* parent)
@ -827,7 +827,7 @@ ControllerBindingWidget_AnalogController::~ControllerBindingWidget_AnalogControl
QIcon ControllerBindingWidget_AnalogController::getIcon() const
{
return QIcon::fromTheme(QStringLiteral("ControllerSettings"));
return QIcon::fromTheme(QStringLiteral("controller-line"));
}
ControllerBindingWidget_Base* ControllerBindingWidget_AnalogController::createInstance(ControllerBindingWidget* parent)
@ -850,7 +850,7 @@ ControllerBindingWidget_AnalogJoystick::~ControllerBindingWidget_AnalogJoystick(
QIcon ControllerBindingWidget_AnalogJoystick::getIcon() const
{
return QIcon::fromTheme(QStringLiteral("ControllerSettings"));
return QIcon::fromTheme(QStringLiteral("controller-line"));
}
ControllerBindingWidget_Base* ControllerBindingWidget_AnalogJoystick::createInstance(ControllerBindingWidget* parent)
@ -890,7 +890,7 @@ ControllerBindingWidget_NeGcon::~ControllerBindingWidget_NeGcon()
QIcon ControllerBindingWidget_NeGcon::getIcon() const
{
return QIcon::fromTheme(QStringLiteral("steering-line"));
return QIcon::fromTheme(QStringLiteral("negcon-line"));
}
ControllerBindingWidget_Base* ControllerBindingWidget_NeGcon::createInstance(ControllerBindingWidget* parent)

View File

@ -10,7 +10,7 @@
CoverDownloadDialog::CoverDownloadDialog(QWidget* parent /*= nullptr*/) : QDialog(parent)
{
m_ui.setupUi(this);
m_ui.coverIcon->setPixmap(QIcon::fromTheme("image-fill").pixmap(32));
m_ui.coverIcon->setPixmap(QIcon::fromTheme("artboard-2-line").pixmap(32));
updateEnabled();
connect(m_ui.start, &QPushButton::clicked, this, &CoverDownloadDialog::onStartClicked);

View File

@ -25,7 +25,7 @@
<string/>
</property>
<property name="pixmap">
<pixmap resource="resources/resources.qrc">:/icons/black/svg/image-fill.svg</pixmap>
<pixmap resource="resources/resources.qrc">:/icons/black/svg/artboard-2-line.svg</pixmap>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>

View File

@ -60,7 +60,7 @@
<string>Add</string>
</property>
<property name="icon">
<iconset theme="PostProcessingAdd"/>
<iconset theme="add-line"/>
</property>
</widget>
</item>
@ -76,7 +76,7 @@
<string>Remove</string>
</property>
<property name="icon">
<iconset theme="PostProcessingRemove"/>
<iconset theme="minus-line"/>
</property>
</widget>
</item>
@ -119,7 +119,7 @@
<string>Add</string>
</property>
<property name="icon">
<iconset theme="PostProcessingAdd"/>
<iconset theme="add-line"/>
</property>
</widget>
</item>
@ -135,7 +135,7 @@
<string>Remove</string>
</property>
<property name="icon">
<iconset theme="PostProcessingRemove"/>
<iconset theme="minus-line"/>
</property>
</widget>
</item>
@ -171,7 +171,7 @@
<string>Scan For New Games</string>
</property>
<property name="icon">
<iconset theme="ScanForGames"/>
<iconset theme="mag-line"/>
</property>
</widget>
</item>
@ -187,7 +187,7 @@
<string>Rescan All Games</string>
</property>
<property name="icon">
<iconset theme="RescanAllGames"/>
<iconset theme="refresh-line"/>
</property>
</widget>
</item>

View File

@ -137,7 +137,7 @@ void GameSummaryWidget::populateUi(const std::string& path, const std::string& s
m_ui.entryType->setCurrentIndex(static_cast<int>(gentry->type));
}
m_ui.inputProfile->addItem(QIcon::fromTheme(QStringLiteral("controller-line")), tr("Use Global Settings"));
m_ui.inputProfile->addItem(QIcon::fromTheme(QStringLiteral("controller-digital-line")), tr("Use Global Settings"));
for (const std::string& name : InputManager::GetInputProfileNames())
m_ui.inputProfile->addItem(QString::fromStdString(name));

View File

@ -404,7 +404,7 @@
</action>
<action name="actionEmulationSettings">
<property name="icon">
<iconset theme="dashboard-line">
<iconset theme="emulation-line">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
@ -413,7 +413,7 @@
</action>
<action name="actionControllerSettings">
<property name="icon">
<iconset theme="controller-line">
<iconset theme="controller-digital-line">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
@ -431,7 +431,7 @@
</action>
<action name="actionDisplaySettings">
<property name="icon">
<iconset theme="brush-line">
<iconset theme="image-fill">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
@ -440,7 +440,7 @@
</action>
<action name="actionEnhancementSettings">
<property name="icon">
<iconset theme="paint-fill">
<iconset theme="sparkle-fill">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
@ -449,7 +449,7 @@
</action>
<action name="actionPostProcessingSettings">
<property name="icon">
<iconset theme="pantone-line">
<iconset theme="sun-fill">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
@ -571,7 +571,7 @@
</action>
<action name="actionGameListSettings">
<property name="icon">
<iconset theme="folder-settings-line">
<iconset theme="folder-open-line">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">

View File

@ -54,8 +54,8 @@
<string>&amp;Reload Shaders</string>
</property>
<property name="icon">
<iconset resource="resources/resources.qrc">
<normaloff>:/icons/view-refresh.png</normaloff>:/icons/view-refresh.png</iconset>
<iconset theme="refresh-line">
<normaloff>.</normaloff>.</iconset>
</property>
</widget>
</item>
@ -97,7 +97,7 @@
<string>Add</string>
</property>
<property name="icon">
<iconset theme="PostProcessingAdd">
<iconset theme="add-line">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="toolButtonStyle">
@ -117,7 +117,7 @@
<string>Remove</string>
</property>
<property name="icon">
<iconset theme="PostProcessingRemove">
<iconset theme="minus-line">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="toolButtonStyle">
@ -137,7 +137,7 @@
<string>Clear</string>
</property>
<property name="icon">
<iconset theme="Clear">
<iconset theme="trash-fill">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="toolButtonStyle">
@ -157,7 +157,7 @@
<string>Move Up</string>
</property>
<property name="icon">
<iconset theme="MoveUp">
<iconset theme="arrow-up-line">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="toolButtonStyle">
@ -177,7 +177,7 @@
<string>Move Down</string>
</property>
<property name="icon">
<iconset theme="MoveDown">
<iconset theme="arrow-down-line">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="toolButtonStyle">

View File

@ -868,7 +868,7 @@ QIcon GetIconForEntryType(GameList::EntryType type)
return QIcon::fromTheme(QStringLiteral("file-music-line"));
case GameList::EntryType::PSExe:
default:
return QIcon::fromTheme(QStringLiteral("settings-5-line"));
return QIcon::fromTheme(QStringLiteral("settings-3-line"));
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 378 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 418 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 356 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 391 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 394 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 522 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 649 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 408 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 409 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 441 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 379 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 448 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 589 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 424 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 357 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 431 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 409 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 562 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 499 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 396 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 346 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 544 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 376 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 392 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 486 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 317 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 216 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 462 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 443 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 627 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 432 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 420 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 468 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 395 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 414 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 579 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 560 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 615 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 686 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 584 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 655 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 867 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 745 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 785 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 912 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 492 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 877 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 811 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 507 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 705 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 983 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 574 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 737 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 763 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 968 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 637 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 646 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 619 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 828 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 451 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 261 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 898 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 729 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 702 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 749 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 881 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 584 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 699 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 629 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Some files were not shown because too many files have changed in this diff Show More