mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #2634] [MERGED] Gui: Adding Pause button working, full screen button and labels to buttons on main window gui #2875
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#2875
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/2634
Author: @diegolix29
Created: 3/9/2025
Status: ✅ Merged
Merged: 3/26/2025
Merged by: @georgemoralis
Base:
main← Head:GuiNames📝 Commits (10+)
3b83c8dAdding names to gui buttoms and adjusting spacing.14ba138moving refresh button to last slot.2ba4f98Changing the implementation to tooltips for hover over them - qstring to detect background color.f172fc0Fixing some themes with inverted tooltip base25876bbSuggestions / Fixes - Pause and FullScreen Buttons218aebaUpdate REUSE.toml7aa17d0cleaning upc45cc5bIcons stufffadf10fclang2ac9b39Buttons toggle - Cleaning code - Fixing Icons📊 Changes
21 files changed (+324 additions, -91 deletions)
View changed files
📝
REUSE.toml(+3 -1)📝
src/common/config.cpp(+12 -0)📝
src/common/config.h(+2 -0)📝
src/core/devtools/layer.cpp(+27 -16)📝
src/core/devtools/layer.h(+1 -0)📝
src/images/controller_icon.png(+0 -0)➕
src/images/fullscreen_icon.png(+0 -0)📝
src/images/pause_icon.png(+0 -0)📝
src/images/play_icon.png(+0 -0)➖
src/images/refresh_icon.png(+0 -0)➕
src/images/refreshlist_icon.png(+0 -0)➕
src/images/restart_game_icon.png(+0 -0)📝
src/images/settings_icon.png(+0 -0)📝
src/images/stop_icon.png(+0 -0)📝
src/qt_gui/main_window.cpp(+157 -11)📝
src/qt_gui/main_window.h(+12 -0)📝
src/qt_gui/main_window_themes.cpp(+24 -21)📝
src/qt_gui/main_window_ui.h(+26 -6)📝
src/sdl_window.cpp(+20 -0)📝
src/sdl_window.h(+2 -0)...and 1 more files
📄 Description
Adding labels to gui buttons and other Gui improvements
https://github.com/shadps4-emu/shadPS4/pull/2441
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.