mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 00:36:00 +03:00
[PR #102] [MERGED] Gui rewrite. #1294
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#1294
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/102
Author: @raziel1000
Created: 3/29/2024
Status: ✅ Merged
Merged: 4/2/2024
Merged by: @georgemoralis
Base:
main← Head:gui-rewrite📝 Commits (6)
ca6f582- Gui rewrite.0d1a1faReuse..2007c06facepalmaaa75a7- fix grid mode not populating on first run(fresh run with no settings saved).c5e68abPKG Viewer:9af38c3- Removed unnecessary std::future from game_grid_frame(populate/resize) Thanks SachinVin!📊 Changes
28 files changed (+1315 additions, -1717 deletions)
View changed files
📝
CMakeLists.txt(+8 -13)📝
src/core/file_format/pkg.h(+13 -0)➖
src/qt_gui/custom_dock_widget.h(+0 -62)➖
src/qt_gui/custom_table_widget_item.cpp(+0 -67)➖
src/qt_gui/custom_table_widget_item.h(+0 -26)➕
src/qt_gui/game_grid_frame.cpp(+143 -0)➕
src/qt_gui/game_grid_frame.h(+46 -0)➕
src/qt_gui/game_info.cpp(+27 -0)📝
src/qt_gui/game_info.h(+47 -2)📝
src/qt_gui/game_list_frame.cpp(+114 -839)📝
src/qt_gui/game_list_frame.h(+50 -98)➖
src/qt_gui/game_list_grid.cpp(+0 -164)➖
src/qt_gui/game_list_grid.h(+0 -62)➖
src/qt_gui/game_list_grid_delegate.cpp(+0 -67)➖
src/qt_gui/game_list_grid_delegate.h(+0 -24)➖
src/qt_gui/game_list_item.h(+0 -35)➖
src/qt_gui/game_list_table.cpp(+0 -18)➖
src/qt_gui/game_list_table.h(+0 -28)📝
src/qt_gui/game_list_utils.h(+15 -4)➕
src/qt_gui/gui_context_menus.h(+145 -0)...and 8 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.