[PR #363] [MERGED] Minor Qt GUI update #1511

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/363
Author: @Xphalnos
Created: 8/3/2024
Status: Merged
Merged: 8/4/2024
Merged by: @raphaelthegreat

Base: mainHead: main


📝 Commits (4)

📊 Changes

19 files changed (+63 additions, -48 deletions)

View changed files

📝 .github/workflows/windows-qt.yml (+3 -1)
📝 src/qt_gui/elf_viewer.cpp (+1 -0)
📝 src/qt_gui/elf_viewer.h (+1 -0)
📝 src/qt_gui/game_grid_frame.h (+1 -0)
📝 src/qt_gui/game_info.cpp (+2 -1)
📝 src/qt_gui/game_info.h (+1 -0)
📝 src/qt_gui/game_install_dialog.cpp (+5 -5)
📝 src/qt_gui/game_install_dialog.h (+1 -0)
📝 src/qt_gui/game_list_frame.cpp (+6 -6)
📝 src/qt_gui/game_list_frame.h (+1 -0)
📝 src/qt_gui/gui_context_menus.h (+7 -7)
📝 src/qt_gui/main_window.cpp (+1 -0)
📝 src/qt_gui/main_window.h (+1 -0)
📝 src/qt_gui/main_window_themes.cpp (+19 -19)
📝 src/qt_gui/main_window_themes.h (+2 -1)
📝 src/qt_gui/main_window_ui.h (+8 -8)
📝 src/qt_gui/pkg_viewer.cpp (+1 -0)
📝 src/qt_gui/pkg_viewer.h (+1 -0)
📝 src/qt_gui/trophy_viewer.h (+1 -0)

📄 Description

I did a little code cleanup and updated the dialogs.
The build size has been reduced by 0.2MB.
I reversed the dark theme and the light theme because the majority of users use dark mode.


🔄 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/363 **Author:** [@Xphalnos](https://github.com/Xphalnos) **Created:** 8/3/2024 **Status:** ✅ Merged **Merged:** 8/4/2024 **Merged by:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`e6a294c`](https://github.com/shadps4-emu/shadPS4/commit/e6a294c1bd3d1537e37ffcddcb15ea27348f4f70) Minor Qt GUI update - [`cafbab1`](https://github.com/shadps4-emu/shadPS4/commit/cafbab1a2a94777bbf5ba7227d0225d3c7429ac5) Update gui_context_menus.h - [`20c2567`](https://github.com/shadps4-emu/shadPS4/commit/20c2567f2b03ce794cdf3a0392ba604d9a10cfc3) Update gui_context_menus.h - [`18e160e`](https://github.com/shadps4-emu/shadPS4/commit/18e160ec432e050d01e0d3518156667edec45104) Update game_info.cpp ### 📊 Changes **19 files changed** (+63 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/windows-qt.yml` (+3 -1) 📝 `src/qt_gui/elf_viewer.cpp` (+1 -0) 📝 `src/qt_gui/elf_viewer.h` (+1 -0) 📝 `src/qt_gui/game_grid_frame.h` (+1 -0) 📝 `src/qt_gui/game_info.cpp` (+2 -1) 📝 `src/qt_gui/game_info.h` (+1 -0) 📝 `src/qt_gui/game_install_dialog.cpp` (+5 -5) 📝 `src/qt_gui/game_install_dialog.h` (+1 -0) 📝 `src/qt_gui/game_list_frame.cpp` (+6 -6) 📝 `src/qt_gui/game_list_frame.h` (+1 -0) 📝 `src/qt_gui/gui_context_menus.h` (+7 -7) 📝 `src/qt_gui/main_window.cpp` (+1 -0) 📝 `src/qt_gui/main_window.h` (+1 -0) 📝 `src/qt_gui/main_window_themes.cpp` (+19 -19) 📝 `src/qt_gui/main_window_themes.h` (+2 -1) 📝 `src/qt_gui/main_window_ui.h` (+8 -8) 📝 `src/qt_gui/pkg_viewer.cpp` (+1 -0) 📝 `src/qt_gui/pkg_viewer.h` (+1 -0) 📝 `src/qt_gui/trophy_viewer.h` (+1 -0) </details> ### 📄 Description I did a little code cleanup and updated the dialogs. The build size has been reduced by 0.2MB. I reversed the dark theme and the light theme because the majority of users use dark mode. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:12:52 +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#1511
No description provided.