mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #2766] [MERGED] UI improvements #1162
Reference in New Issue
Block a user
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/stenzek/duckstation/pull/2766
Author: @CookiePLMonster
Created: 12/13/2021
Status: ✅ Merged
Merged: 12/16/2021
Merged by: @stenzek
Base:
master← Head:ui-improvements📝 Commits (2)
690fa6eMemory Card Editor: Make fields not editable5d4622aMigrate most dialogs to use QDialogButtonBox📊 Changes
15 files changed (+168 additions, -350 deletions)
View changed files
📝
src/duckstation-qt/achievementlogindialog.cpp(+8 -5)📝
src/duckstation-qt/achievementlogindialog.h(+2 -0)📝
src/duckstation-qt/achievementlogindialog.ui(+4 -17)📝
src/duckstation-qt/cheatcodeeditordialog.cpp(+2 -2)📝
src/duckstation-qt/cheatcodeeditordialog.ui(+5 -32)📝
src/duckstation-qt/gamepropertiesdialog.cpp(+10 -7)📝
src/duckstation-qt/gamepropertiesdialog.h(+3 -0)📝
src/duckstation-qt/gamepropertiesdialog.ui(+5 -39)📝
src/duckstation-qt/inputbindingdialog.ui(+0 -13)📝
src/duckstation-qt/memorycardeditordialog.cpp(+39 -26)📝
src/duckstation-qt/memorycardeditordialog.h(+12 -0)📝
src/duckstation-qt/memorycardeditordialog.ui(+17 -140)📝
src/duckstation-qt/postprocessingshaderconfigwidget.cpp(+7 -7)📝
src/duckstation-qt/settingsdialog.cpp(+7 -2)📝
src/duckstation-qt/settingsdialog.ui(+47 -60)📄 Description
QPushButtons toQDialogButtonBox. This cuts down on unneccessary translations, as Qt ones may now be used for common phrases like Close/Save/Apply/Restore Defaults, and additionally ensures Qt opts for platform's native button order/alignment.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.