[PR #3574] [CLOSED] Rpi settings project jenny #25431

Open
opened 2026-01-31 09:09:27 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/3574
Author: @JennyMLee
Created: 11/14/2019
Status: Closed

Base: masterHead: rpi-settings-project-jenny


📝 Commits (8)

📊 Changes

27 files changed (+1519 additions, -4 deletions)

View changed files

src/cascadia/TerminalApp/SettingsPage.cpp (+93 -0)
src/cascadia/TerminalApp/SettingsPage.h (+41 -0)
src/cascadia/TerminalApp/SettingsPage.idl (+10 -0)
src/cascadia/TerminalApp/SettingsPage.xaml (+46 -0)
📝 src/cascadia/TerminalApp/TerminalPage.cpp (+3 -0)
📝 src/cascadia/TerminalApp/TerminalPage.h (+3 -0)
📝 src/cascadia/TerminalApp/TerminalPage.xaml (+4 -3)
src/cascadia/TerminalApp/lib/ColorSchemesSettingsContent.cpp (+30 -0)
src/cascadia/TerminalApp/lib/ColorSchemesSettingsContent.h (+23 -0)
src/cascadia/TerminalApp/lib/ColorSchemesSettingsContent.idl (+9 -0)
src/cascadia/TerminalApp/lib/ColorSchemesSettingsContent.xaml (+478 -0)
src/cascadia/TerminalApp/lib/GlobalSettingsContent.cpp (+36 -0)
src/cascadia/TerminalApp/lib/GlobalSettingsContent.h (+24 -0)
src/cascadia/TerminalApp/lib/GlobalSettingsContent.idl (+9 -0)
src/cascadia/TerminalApp/lib/GlobalSettingsContent.xaml (+50 -0)
src/cascadia/TerminalApp/lib/GlobalsSettingsContent.cpp (+27 -0)
src/cascadia/TerminalApp/lib/KeybindingsSettingsContent.cpp (+40 -0)
src/cascadia/TerminalApp/lib/KeybindingsSettingsContent.h (+29 -0)
src/cascadia/TerminalApp/lib/KeybindingsSettingsContent.idl (+10 -0)
src/cascadia/TerminalApp/lib/KeybindingsSettingsContent.xaml (+273 -0)

...and 7 more files

📄 Description

Summary of the Pull Request

References

PR Checklist

  • Closes #xxx
  • CLA signed. If not, go over here and sign the CLA
  • Tests added/passed
  • Requires documentation to be updated
  • I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx

Detailed Description of the Pull Request / Additional comments

Validation Steps Performed


🔄 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/microsoft/terminal/pull/3574 **Author:** [@JennyMLee](https://github.com/JennyMLee) **Created:** 11/14/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `rpi-settings-project-jenny` --- ### 📝 Commits (8) - [`6a0d3a8`](https://github.com/microsoft/terminal/commit/6a0d3a8bb2355f72840f292d0970732c45d30732) basic XAML pages with navigation - [`c184b1a`](https://github.com/microsoft/terminal/commit/c184b1a35988cbeabb4781a0e0be734ab18f7c7c) code cleanup - [`6632697`](https://github.com/microsoft/terminal/commit/66326971987aa60f11cbc0cbf528069f32e31bc6) merge master (and fix) - [`bbf7027`](https://github.com/microsoft/terminal/commit/bbf70275866a4884ddf9a1765583beb6096f6cb6) Added ptr to actual settings in SettingsPage - [`ba300c3`](https://github.com/microsoft/terminal/commit/ba300c3d811392e30f4dd1b26d59c248490fcd00) jenny initial prototype - [`aacfb6a`](https://github.com/microsoft/terminal/commit/aacfb6af8477819b0cad8dfdf0adc24881e65c18) Updating the UI - [`cdcc614`](https://github.com/microsoft/terminal/commit/cdcc6148963b530cf7f277b54ba5e7cd2897f4f1) Initial binding - [`f3f8d42`](https://github.com/microsoft/terminal/commit/f3f8d4206f69a803a951230e8e6dd2046971099b) getKeybinding function update ### 📊 Changes **27 files changed** (+1519 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `src/cascadia/TerminalApp/SettingsPage.cpp` (+93 -0) ➕ `src/cascadia/TerminalApp/SettingsPage.h` (+41 -0) ➕ `src/cascadia/TerminalApp/SettingsPage.idl` (+10 -0) ➕ `src/cascadia/TerminalApp/SettingsPage.xaml` (+46 -0) 📝 `src/cascadia/TerminalApp/TerminalPage.cpp` (+3 -0) 📝 `src/cascadia/TerminalApp/TerminalPage.h` (+3 -0) 📝 `src/cascadia/TerminalApp/TerminalPage.xaml` (+4 -3) ➕ `src/cascadia/TerminalApp/lib/ColorSchemesSettingsContent.cpp` (+30 -0) ➕ `src/cascadia/TerminalApp/lib/ColorSchemesSettingsContent.h` (+23 -0) ➕ `src/cascadia/TerminalApp/lib/ColorSchemesSettingsContent.idl` (+9 -0) ➕ `src/cascadia/TerminalApp/lib/ColorSchemesSettingsContent.xaml` (+478 -0) ➕ `src/cascadia/TerminalApp/lib/GlobalSettingsContent.cpp` (+36 -0) ➕ `src/cascadia/TerminalApp/lib/GlobalSettingsContent.h` (+24 -0) ➕ `src/cascadia/TerminalApp/lib/GlobalSettingsContent.idl` (+9 -0) ➕ `src/cascadia/TerminalApp/lib/GlobalSettingsContent.xaml` (+50 -0) ➕ `src/cascadia/TerminalApp/lib/GlobalsSettingsContent.cpp` (+27 -0) ➕ `src/cascadia/TerminalApp/lib/KeybindingsSettingsContent.cpp` (+40 -0) ➕ `src/cascadia/TerminalApp/lib/KeybindingsSettingsContent.h` (+29 -0) ➕ `src/cascadia/TerminalApp/lib/KeybindingsSettingsContent.idl` (+10 -0) ➕ `src/cascadia/TerminalApp/lib/KeybindingsSettingsContent.xaml` (+273 -0) _...and 7 more files_ </details> ### 📄 Description <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request <!-- Other than the issue solved, is this relevant to any other issues/existing PRs? --> ## References <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [ ] Closes #xxx * [ ] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Requires documentation to be updated * [ ] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx <!-- Provide a more detailed description of the PR, other things fixed or any additional comments/features here --> ## Detailed Description of the Pull Request / Additional comments <!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well --> ## Validation Steps Performed --- <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-31 09:09:27 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#25431