[PR #3034] [MERGED] Qt: Add new controller image and icon refinement #1505

Closed
opened 2026-01-29 19:17:10 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/3034
Author: @kamfretoz
Created: 10/19/2023
Status: Merged
Merged: 10/21/2023
Merged by: @stenzek

Base: masterHead: ikon-baru-pt3


📝 Commits (2)

  • 2ca3322 Qt: Add new controller image and icon refinement
  • 709b3b2 Add to contributors list

📊 Changes

14 files changed (+779 additions, -378 deletions)

View changed files

📝 CONTRIBUTORS.md (+56 -45)
📝 src/duckstation-qt/controllerbindingwidget.ui (+1 -1)
📝 src/duckstation-qt/controllerbindingwidget_analog_controller.ui (+33 -72)
📝 src/duckstation-qt/controllerbindingwidget_analog_joystick.ui (+26 -65)
📝 src/duckstation-qt/controllerbindingwidget_mouse.ui (+63 -39)
📝 src/duckstation-qt/controllerbindingwidgets.cpp (+1 -1)
📝 src/duckstation-qt/controllersettingsdialog.ui (+2 -2)
📝 src/duckstation-qt/gamelistsettingswidget.ui (+4 -4)
src/duckstation-qt/resources/controllers/analog_joystick.svg (+403 -0)
src/duckstation-qt/resources/controllers/mouse.svg (+41 -0)
📝 src/duckstation-qt/resources/controllers/negcon.svg (+112 -149)
src/duckstation-qt/resources/icons/black/svg/joystick-line.svg (+32 -0)
src/duckstation-qt/resources/icons/white/svg/joystick-line.svg (+1 -0)
📝 src/duckstation-qt/resources/resources.qrc (+4 -0)

📄 Description

This PR adds a brand new PS Mouse and PS Analog Joystick controller images preview, and also a small refinement to the NeGcon controller image.

As per usual, credit to MBee for the images!

Obligatory Preview:

Analog Joystick

Screenshot_20231019_223008

PlayStation Mouse

Screenshot_20231019_223116

NeGcon

Screenshot_20231019_224715


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/stenzek/duckstation/pull/3034 **Author:** [@kamfretoz](https://github.com/kamfretoz) **Created:** 10/19/2023 **Status:** ✅ Merged **Merged:** 10/21/2023 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `ikon-baru-pt3` --- ### 📝 Commits (2) - [`2ca3322`](https://github.com/stenzek/duckstation/commit/2ca332295d1dbc9e9ca0c0833dc95e6591eb7a8d) Qt: Add new controller image and icon refinement - [`709b3b2`](https://github.com/stenzek/duckstation/commit/709b3b2f553dd2d4c272c85e0db9b36d9108d92d) Add to contributors list ### 📊 Changes **14 files changed** (+779 additions, -378 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTORS.md` (+56 -45) 📝 `src/duckstation-qt/controllerbindingwidget.ui` (+1 -1) 📝 `src/duckstation-qt/controllerbindingwidget_analog_controller.ui` (+33 -72) 📝 `src/duckstation-qt/controllerbindingwidget_analog_joystick.ui` (+26 -65) 📝 `src/duckstation-qt/controllerbindingwidget_mouse.ui` (+63 -39) 📝 `src/duckstation-qt/controllerbindingwidgets.cpp` (+1 -1) 📝 `src/duckstation-qt/controllersettingsdialog.ui` (+2 -2) 📝 `src/duckstation-qt/gamelistsettingswidget.ui` (+4 -4) ➕ `src/duckstation-qt/resources/controllers/analog_joystick.svg` (+403 -0) ➕ `src/duckstation-qt/resources/controllers/mouse.svg` (+41 -0) 📝 `src/duckstation-qt/resources/controllers/negcon.svg` (+112 -149) ➕ `src/duckstation-qt/resources/icons/black/svg/joystick-line.svg` (+32 -0) ➕ `src/duckstation-qt/resources/icons/white/svg/joystick-line.svg` (+1 -0) 📝 `src/duckstation-qt/resources/resources.qrc` (+4 -0) </details> ### 📄 Description This PR adds a brand new PS Mouse and PS Analog Joystick controller images preview, and also a small refinement to the NeGcon controller image. **As per usual, credit to MBee for the images!** ## Obligatory Preview: ### Analog Joystick ![Screenshot_20231019_223008](https://github.com/stenzek/duckstation/assets/14798312/a3acdc33-a3bd-460b-a0a0-41f553b88de8) ### PlayStation Mouse ![Screenshot_20231019_223116](https://github.com/stenzek/duckstation/assets/14798312/d6f19386-41fe-48e4-a3bf-1b1255c7dfb2) ### NeGcon ![Screenshot_20231019_224715](https://github.com/stenzek/duckstation/assets/14798312/8e894395-0c64-4450-b90c-2961ab70de29) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 19:17:10 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#1505