[PR #1316] [MERGED] qt_gui: Organize settings page #2046

Closed
opened 2026-02-27 21:14:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1316
Author: @Exhigh
Created: 10/9/2024
Status: Merged
Merged: 10/10/2024
Merged by: @georgemoralis

Base: mainHead: settings-organize


📝 Commits (1)

  • 28674e2 qt_gui: Organize settings page

📊 Changes

5 files changed (+478 additions, -221 deletions)

View changed files

📝 src/common/config.cpp (+4 -4)
📝 src/common/config.h (+6 -7)
📝 src/qt_gui/settings_dialog.cpp (+30 -20)
📝 src/qt_gui/settings_dialog.ui (+368 -180)
📝 src/qt_gui/translations/en.ts (+70 -10)

📄 Description

  • Wire up translations and descriptions for the cursor settings.
  • Move controller settings to input tab and rename it to controller (to inline it with how other settings are shown).
  • Fixed unnecessary double initialization of the back button setting.
  • Organize statements and functions w/ respect to their tabs and some minor QOL changes for the settings UI in general.

🔄 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/shadps4-emu/shadPS4/pull/1316 **Author:** [@Exhigh](https://github.com/Exhigh) **Created:** 10/9/2024 **Status:** ✅ Merged **Merged:** 10/10/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `settings-organize` --- ### 📝 Commits (1) - [`28674e2`](https://github.com/shadps4-emu/shadPS4/commit/28674e2493face2f826b5ed19c171ae798247150) qt_gui: Organize settings page ### 📊 Changes **5 files changed** (+478 additions, -221 deletions) <details> <summary>View changed files</summary> 📝 `src/common/config.cpp` (+4 -4) 📝 `src/common/config.h` (+6 -7) 📝 `src/qt_gui/settings_dialog.cpp` (+30 -20) 📝 `src/qt_gui/settings_dialog.ui` (+368 -180) 📝 `src/qt_gui/translations/en.ts` (+70 -10) </details> ### 📄 Description * Wire up translations and descriptions for the cursor settings. * Move controller settings to input tab and rename it to controller (to inline it with how other settings are shown). * Fixed unnecessary double initialization of the back button setting. * Organize statements and functions w/ respect to their tabs and some minor QOL changes for the settings UI in general. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:14:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#2046
No description provided.