[PR #1743] [MERGED] Qt/MemoryCardEditor: Implement missing functionality and clean up some stuff #682

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

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/1743
Author: @ggrtk
Created: 3/5/2021
Status: Merged
Merged: 3/5/2021
Merged by: @stenzek

Base: masterHead: memcard-editor


📝 Commits (7)

  • 645ce66 Qt/MemoryCardEditor: Don't show blocks label when no card is selected
  • 47e2cd3 Qt/MemoryCardEditor: Increase default filename column size
  • f112222 Qt/MemoryCardEditor: Prevent duplicate filenames when copying saves
  • 3088138 Qt/MemoryCardEditor: Remove duplicate browse functionality
  • 0218006 Qt/MemoryCardEditor: Remove unused context help button
  • e939507 Qt/MemoryCardEditor: Handle switching to empty path at combobox index 0
  • 50a7848 MemoryCardImage: Implement save file importing and exporting

📊 Changes

5 files changed (+175 additions, -34 deletions)

View changed files

📝 src/core/memory_card_image.cpp (+92 -1)
📝 src/core/memory_card_image.h (+5 -4)
📝 src/duckstation-qt/memorycardeditordialog.cpp (+72 -26)
📝 src/duckstation-qt/memorycardeditordialog.h (+3 -0)
📝 src/duckstation-qt/memorycardeditordialog.ui (+3 -3)

📄 Description

No description provided


🔄 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/1743 **Author:** [@ggrtk](https://github.com/ggrtk) **Created:** 3/5/2021 **Status:** ✅ Merged **Merged:** 3/5/2021 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `memcard-editor` --- ### 📝 Commits (7) - [`645ce66`](https://github.com/stenzek/duckstation/commit/645ce6658c6be46b504b765add95de195aba85a2) Qt/MemoryCardEditor: Don't show blocks label when no card is selected - [`47e2cd3`](https://github.com/stenzek/duckstation/commit/47e2cd382b378e8f794422d32c4e588576dbe865) Qt/MemoryCardEditor: Increase default filename column size - [`f112222`](https://github.com/stenzek/duckstation/commit/f112222fae5424a6b203e81fe4b7358e60cdaf93) Qt/MemoryCardEditor: Prevent duplicate filenames when copying saves - [`3088138`](https://github.com/stenzek/duckstation/commit/3088138c3c6611865d0fa3ffa2db237c09afb970) Qt/MemoryCardEditor: Remove duplicate browse functionality - [`0218006`](https://github.com/stenzek/duckstation/commit/0218006e1b8dfacbc497df3bdcdb8774551ffda6) Qt/MemoryCardEditor: Remove unused context help button - [`e939507`](https://github.com/stenzek/duckstation/commit/e939507f42833b53ddbfe0ad06c12f1b872d54a1) Qt/MemoryCardEditor: Handle switching to empty path at combobox index 0 - [`50a7848`](https://github.com/stenzek/duckstation/commit/50a78489f24d76f13a6fd0e638f72c3aa52d02fa) MemoryCardImage: Implement save file importing and exporting ### 📊 Changes **5 files changed** (+175 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `src/core/memory_card_image.cpp` (+92 -1) 📝 `src/core/memory_card_image.h` (+5 -4) 📝 `src/duckstation-qt/memorycardeditordialog.cpp` (+72 -26) 📝 `src/duckstation-qt/memorycardeditordialog.h` (+3 -0) 📝 `src/duckstation-qt/memorycardeditordialog.ui` (+3 -3) </details> ### 📄 Description _No description provided_ --- <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:09:06 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#682