[PR #945] [MERGED] Qt: Improve handling of settings version increases #225

Open
opened 2026-01-29 19:06:57 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/945
Author: @ggrtk
Created: 10/8/2020
Status: Merged
Merged: 10/9/2020
Merged by: @stenzek

Base: masterHead: settings-version-warning


📝 Commits (2)

  • 9d2687e Qt: Provide warning in auto updater on settings version increase
  • 94d7d4c Qt: Show dialog on startup for settings version mismatch

📊 Changes

6 files changed (+39 additions, -2 deletions)

View changed files

📝 src/duckstation-qt/autoupdaterdialog.cpp (+11 -0)
📝 src/duckstation-qt/main.cpp (+2 -0)
📝 src/duckstation-qt/mainwindow.cpp (+7 -0)
📝 src/duckstation-qt/mainwindow.h (+4 -0)
📝 src/frontend-common/common_host_interface.cpp (+9 -2)
📝 src/frontend-common/common_host_interface.h (+6 -0)

📄 Description

Fixes #870.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/stenzek/duckstation/pull/945 **Author:** [@ggrtk](https://github.com/ggrtk) **Created:** 10/8/2020 **Status:** ✅ Merged **Merged:** 10/9/2020 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `settings-version-warning` --- ### 📝 Commits (2) - [`9d2687e`](https://github.com/stenzek/duckstation/commit/9d2687e7d41cb9f0f757fd515c3479d6e22edf3a) Qt: Provide warning in auto updater on settings version increase - [`94d7d4c`](https://github.com/stenzek/duckstation/commit/94d7d4cead3fa5ebc44e0735fb05cb537ae77c00) Qt: Show dialog on startup for settings version mismatch ### 📊 Changes **6 files changed** (+39 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/duckstation-qt/autoupdaterdialog.cpp` (+11 -0) 📝 `src/duckstation-qt/main.cpp` (+2 -0) 📝 `src/duckstation-qt/mainwindow.cpp` (+7 -0) 📝 `src/duckstation-qt/mainwindow.h` (+4 -0) 📝 `src/frontend-common/common_host_interface.cpp` (+9 -2) 📝 `src/frontend-common/common_host_interface.h` (+6 -0) </details> ### 📄 Description Fixes #870. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 19:06:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#225