mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #1726] [MERGED] Misc Qt stuff #667
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/1726
Author: @CookiePLMonster
Created: 3/2/2021
Status: ✅ Merged
Merged: 3/5/2021
Merged by: @stenzek
Base:
master← Head:misc-qt-stuff📝 Commits (3)
edeed89Add support for plural forms in Qt formsc0b7ee5Fix "Stretch to fill" widget help84bec06Use QString::number where applicable📊 Changes
16 files changed (+85 additions, -26 deletions)
View changed files
📝
src/duckstation-qt/CMakeLists.txt(+1 -0)📝
src/duckstation-qt/audiosettingswidget.cpp(+1 -2)📝
src/duckstation-qt/autoupdaterdialog.cpp(+1 -1)📝
src/duckstation-qt/cheatmanagerdialog.cpp(+2 -2)📝
src/duckstation-qt/displaysettingswidget.cpp(+1 -1)📝
src/duckstation-qt/duckstation-qt.vcxproj(+3 -0)📝
src/duckstation-qt/duckstation-qt.vcxproj.filters(+3 -0)📝
src/duckstation-qt/emulationsettingswidget.cpp(+1 -2)📝
src/duckstation-qt/gamepropertiesdialog.cpp(+1 -1)📝
src/duckstation-qt/inputbindingwidgets.cpp(+1 -1)📝
src/duckstation-qt/memorycardeditordialog.cpp(+2 -2)📝
src/duckstation-qt/postprocessingshaderconfigwidget.cpp(+7 -7)📝
src/duckstation-qt/qthostinterface.cpp(+2 -2)📝
src/duckstation-qt/settingwidgetbinder.h(+5 -5)➕
src/duckstation-qt/translations/duckstation-qt_en.ts(+44 -0)➕
src/duckstation-qt/translations/update-and-edit-english.bat(+10 -0)📄 Description
IMPORTANT NOTE: If it's not done automatically,
duckstation-qt_en.qmmust be added to the artifacts!X cheats loadedetc.QStringLiteral("%1").arg(num)can be simplified toQString::number(num), so I did a full sweep through the codebase.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.