mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #7] [MERGED] New game list #1212
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#1212
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/7
Author: @georgemoralis
Created: 3/17/2023
Status: ✅ Merged
Merged: 3/17/2023
Merged by: @georgemoralis
Base:
main← Head:new_game_list📝 Commits (10+)
a161c9estart reworking on adding the new gamelist part16d2680dabstracting setting class and more wokr on gamelist class2809eb7Revert "abstracting setting class and more wokr on gamelist class"29a4b24Revert "Revert "abstracting setting class and more wokr on gamelist class""c0b2c35Load/Save column visabilityfece7bcmenu for hide/show columsc60ce78sort columns , and sort order86be793we can now display entries in gamelist view8b9f094ok we can display icons in columns nowf5570a1ingnore ini files📊 Changes
24 files changed (+1849 additions, -78 deletions)
View changed files
📝
.gitignore(+1 -0)➕
shadPS4/gui/custom_dock_widget.h(+67 -0)📝
shadPS4/gui/custom_table_widget_item.cpp(+2 -2)📝
shadPS4/gui/custom_table_widget_item.h(+2 -1)📝
shadPS4/gui/game_list_frame.cpp(+672 -1)📝
shadPS4/gui/game_list_frame.h(+73 -2)📝
shadPS4/gui/game_list_grid.cpp(+42 -40)📝
shadPS4/gui/game_list_grid.h(+1 -1)➕
shadPS4/gui/game_list_item.h(+44 -0)📝
shadPS4/gui/game_list_table.h(+2 -0)➕
shadPS4/gui/gui_save.h(+30 -0)📝
shadPS4/gui/gui_settings.cpp(+19 -1)📝
shadPS4/gui/gui_settings.h(+76 -4)➕
shadPS4/gui/main_window.cpp(+232 -0)➕
shadPS4/gui/main_window.h(+49 -0)➕
shadPS4/gui/main_window.ui(+297 -0)➕
shadPS4/gui/qt_utils.h(+23 -0)➕
shadPS4/gui/settings.cpp(+94 -0)➕
shadPS4/gui/settings.h(+48 -0)📝
shadPS4/gui/shadps4gui.cpp(+8 -4)...and 4 more files
📄 Description
Added new game list (game list , and game grid modes) . Still a few things left but mostly functional
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.