mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[PR #363] [MERGED] Minor Qt GUI update #1511
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#1511
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:main📝 Commits (4)
e6a294cMinor Qt GUI updatecafbab1Update gui_context_menus.h20c2567Update gui_context_menus.h18e160eUpdate game_info.cpp📊 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.