[PR #1522] [MERGED] Help - improvement #2147

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1522
Author: @DanielSvoboda
Created: 11/11/2024
Status: Merged
Merged: 12/9/2024
Merged by: @georgemoralis

Base: mainHead: main


📝 Commits (10+)

📊 Changes

12 files changed (+388 additions, -13 deletions)

View changed files

📝 CMakeLists.txt (+1 -1)
📝 REUSE.toml (+6 -1)
📝 documents/changelog.md (+44 -0)
src/images/discord.png (+0 -0)
src/images/github.png (+0 -0)
src/images/ko-fi.png (+0 -0)
src/images/website.png (+0 -0)
src/images/youtube.png (+0 -0)
📝 src/qt_gui/about_dialog.cpp (+181 -0)
📝 src/qt_gui/about_dialog.h (+16 -1)
📝 src/qt_gui/about_dialog.ui (+135 -10)
📝 src/shadps4.qrc (+5 -0)

📄 Description

issue suggestions: https://github.com/shadps4-emu/shadPS4/issues/1362

  • Buttons in 'About' and clicking takes you to the respective links.

I removed the submenu for 'Keys and Shortcuts' and left only the buttons for the external links of the sites.
I think it would be better to implement this in another PR so that it doesn't get stuck.

ezgif-5-c411d750db
ezgif-5-c20a1c4ad1


🔄 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/1522 **Author:** [@DanielSvoboda](https://github.com/DanielSvoboda) **Created:** 11/11/2024 **Status:** ✅ Merged **Merged:** 12/9/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`7936c25`](https://github.com/shadps4-emu/shadPS4/commit/7936c257051ba127f6d4346a494752a99aa3b253) Help - improvement - [`859f02d`](https://github.com/shadps4-emu/shadPS4/commit/859f02da2147e41aabd9bd94304ea74d6af39eb8) Adding shadow below icons - [`126e524`](https://github.com/shadps4-emu/shadPS4/commit/126e524903853327e3ef5d4006840861f175547b) Merge pull request #13 from Xphalnos/patch-1 - [`fbd1f56`](https://github.com/shadps4-emu/shadPS4/commit/fbd1f56c131b7b0106a306f6f0cbd7e12118f3db) Adding keys icon + Update changelog - [`3c82347`](https://github.com/shadps4-emu/shadPS4/commit/3c8234757dd5882f9b454a929e0511de40193de4) Merge pull request #14 from Xphalnos/patch-1 - [`2311bfa`](https://github.com/shadps4-emu/shadPS4/commit/2311bfa8cc46c3fe37d14f13ed14f7fb4b3db5b0) color according to the selected theme - [`9fd5a54`](https://github.com/shadps4-emu/shadPS4/commit/9fd5a54c420d8b424421492a08b9364d929342a5) Merge branch 'main' into main - [`9d07223`](https://github.com/shadps4-emu/shadPS4/commit/9d07223d87e9c7111b51759888da47130642ac05) submenu 'Keys and Shortcuts' - [`9e0cd3b`](https://github.com/shadps4-emu/shadPS4/commit/9e0cd3bfd7ac78aa15ab0d0608255bfe7718089b) clang - [`ffbcb67`](https://github.com/shadps4-emu/shadPS4/commit/ffbcb67fb1ee169b3fca50e129bf60b4ef56babf) + ### 📊 Changes **12 files changed** (+388 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+1 -1) 📝 `REUSE.toml` (+6 -1) 📝 `documents/changelog.md` (+44 -0) ➕ `src/images/discord.png` (+0 -0) ➕ `src/images/github.png` (+0 -0) ➕ `src/images/ko-fi.png` (+0 -0) ➕ `src/images/website.png` (+0 -0) ➕ `src/images/youtube.png` (+0 -0) 📝 `src/qt_gui/about_dialog.cpp` (+181 -0) 📝 `src/qt_gui/about_dialog.h` (+16 -1) 📝 `src/qt_gui/about_dialog.ui` (+135 -10) 📝 `src/shadps4.qrc` (+5 -0) </details> ### 📄 Description issue suggestions: https://github.com/shadps4-emu/shadPS4/issues/1362 - [X] Buttons in 'About' and clicking takes you to the respective links. I removed the submenu for 'Keys and Shortcuts' and left only the buttons for the external links of the sites. I think it would be better to implement this in another PR so that it doesn't get stuck. ![ezgif-5-c411d750db](https://github.com/user-attachments/assets/0aa8eb3d-0a94-4c38-a8a6-8e5915e13009) ![ezgif-5-c20a1c4ad1](https://github.com/user-attachments/assets/eb164567-5690-4c8f-b3ce-6c6bfe2de168) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:15:22 +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#2147
No description provided.