[PR #662] [MERGED] Some minor fixes and changes #1159

Closed
opened 2026-05-05 07:06:19 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/MonitorControl/MonitorControl/pull/662
Author: @waydabber
Created: 10/2/2021
Status: Merged
Merged: 10/3/2021
Merged by: @waydabber

Base: masterHead: fixes/general


📝 Commits (10+)

  • 8323e3d Fixed layout issues on Displays/Preferences + clipping with Chinese localization
  • 782b782 Moving pixels
  • 0104bfc Disables relevant entries on Keyboard tab when control is disabled + some layout clipping fixes
  • 73d8c95 Less rounded display box in menu when tickmark style slider is enabled
  • 97d7236 Add Command+Q keystroke in menu when menu options are standard text style
  • fb48f16 Added gearshape Preferences icon on Monterey (ellipsis remains on Big Sur) + altered icon spacing to help user.
  • 8bbca27 Let's use gearshape instead for Preferences icon
  • f219859 More rectangular tick marked style + matching set of rectangular icons for more fun look
  • 23de904 Make preferences more spacious + more room for verbose languages
  • c4c2f5d chore: shorten some dutch strings

📊 Changes

56 files changed (+456 additions, -411 deletions)

View changed files

📝 MonitorControl.xcodeproj/project.pbxproj (+4 -0)
📝 MonitorControl/Enums/PrefKey.swift (+3 -0)
📝 MonitorControl/Info.plist (+1 -1)
📝 MonitorControl/Support/AppDelegate.swift (+1 -1)
📝 MonitorControl/Support/MenuHandler.swift (+14 -11)
📝 MonitorControl/Support/SliderHandler.swift (+2 -2)
MonitorControl/Support/UpdaterDelegate.swift (+10 -0)
📝 MonitorControl/UI/Base.lproj/Main.storyboard (+240 -240)
📝 MonitorControl/UI/de.lproj/InternetAccessPolicy.strings (+3 -3)
📝 MonitorControl/UI/de.lproj/Localizable.strings (+3 -3)
📝 MonitorControl/UI/de.lproj/Main.strings (+1 -1)
📝 MonitorControl/UI/en.lproj/InternetAccessPolicy.strings (+3 -3)
📝 MonitorControl/UI/en.lproj/Localizable.strings (+3 -3)
📝 MonitorControl/UI/en.lproj/Main.strings (+2 -2)
📝 MonitorControl/UI/es-419.lproj/InternetAccessPolicy.strings (+3 -3)
📝 MonitorControl/UI/es-419.lproj/Localizable.strings (+3 -3)
📝 MonitorControl/UI/es-419.lproj/Main.strings (+2 -2)
📝 MonitorControl/UI/fr.lproj/InternetAccessPolicy.strings (+3 -3)
📝 MonitorControl/UI/fr.lproj/Localizable.strings (+3 -3)
📝 MonitorControl/UI/fr.lproj/Main.strings (+1 -1)

...and 36 more files

📄 Description

  • Fixes clipping English text when gamma control is forced.
  • Fixes clipping view in Displays with Chinese text.
  • Set relevant options to disabled when keyboard control is disabled.
  • Added Command+Q shortcut in menu when it is in standard text mode (not icon mode).
  • Gearshape icon is used for preferences + stands a little bit apart to help user focus.
  • Make preferences more spacious + more room for verbose languages
  • Fixed dutch version clipping issues
  • Added beta channel update backend

🔄 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/MonitorControl/MonitorControl/pull/662 **Author:** [@waydabber](https://github.com/waydabber) **Created:** 10/2/2021 **Status:** ✅ Merged **Merged:** 10/3/2021 **Merged by:** [@waydabber](https://github.com/waydabber) **Base:** `master` ← **Head:** `fixes/general` --- ### 📝 Commits (10+) - [`8323e3d`](https://github.com/MonitorControl/MonitorControl/commit/8323e3df074d1087365786bd03ce420c6f1d8f32) Fixed layout issues on Displays/Preferences + clipping with Chinese localization - [`782b782`](https://github.com/MonitorControl/MonitorControl/commit/782b7822b35d40527d4e96e4e6719d4a68a7ff9c) Moving pixels - [`0104bfc`](https://github.com/MonitorControl/MonitorControl/commit/0104bfc9b924e3bce655bd1a78cb9aa73f4be791) Disables relevant entries on Keyboard tab when control is disabled + some layout clipping fixes - [`73d8c95`](https://github.com/MonitorControl/MonitorControl/commit/73d8c95fa75c13b7c61343395168eaf660174ca6) Less rounded display box in menu when tickmark style slider is enabled - [`97d7236`](https://github.com/MonitorControl/MonitorControl/commit/97d72369f69debe8f03dd10afecb1c1d914bb503) Add Command+Q keystroke in menu when menu options are standard text style - [`fb48f16`](https://github.com/MonitorControl/MonitorControl/commit/fb48f16c7719a5b2d9e026f62702b27b058f6258) Added gearshape Preferences icon on Monterey (ellipsis remains on Big Sur) + altered icon spacing to help user. - [`8bbca27`](https://github.com/MonitorControl/MonitorControl/commit/8bbca27b49a1688366760aaacd8124cfd20d101f) Let's use gearshape instead for Preferences icon - [`f219859`](https://github.com/MonitorControl/MonitorControl/commit/f219859c11a8819a838c30ae8a9d797af425096a) More rectangular tick marked style + matching set of rectangular icons for more fun look - [`23de904`](https://github.com/MonitorControl/MonitorControl/commit/23de904dbf144eeaf9a914825eb4e33270de1f71) Make preferences more spacious + more room for verbose languages - [`c4c2f5d`](https://github.com/MonitorControl/MonitorControl/commit/c4c2f5dc1a9dcbb2878e9a1bf05558abdcc0fb3e) chore: shorten some dutch strings ### 📊 Changes **56 files changed** (+456 additions, -411 deletions) <details> <summary>View changed files</summary> 📝 `MonitorControl.xcodeproj/project.pbxproj` (+4 -0) 📝 `MonitorControl/Enums/PrefKey.swift` (+3 -0) 📝 `MonitorControl/Info.plist` (+1 -1) 📝 `MonitorControl/Support/AppDelegate.swift` (+1 -1) 📝 `MonitorControl/Support/MenuHandler.swift` (+14 -11) 📝 `MonitorControl/Support/SliderHandler.swift` (+2 -2) ➕ `MonitorControl/Support/UpdaterDelegate.swift` (+10 -0) 📝 `MonitorControl/UI/Base.lproj/Main.storyboard` (+240 -240) 📝 `MonitorControl/UI/de.lproj/InternetAccessPolicy.strings` (+3 -3) 📝 `MonitorControl/UI/de.lproj/Localizable.strings` (+3 -3) 📝 `MonitorControl/UI/de.lproj/Main.strings` (+1 -1) 📝 `MonitorControl/UI/en.lproj/InternetAccessPolicy.strings` (+3 -3) 📝 `MonitorControl/UI/en.lproj/Localizable.strings` (+3 -3) 📝 `MonitorControl/UI/en.lproj/Main.strings` (+2 -2) 📝 `MonitorControl/UI/es-419.lproj/InternetAccessPolicy.strings` (+3 -3) 📝 `MonitorControl/UI/es-419.lproj/Localizable.strings` (+3 -3) 📝 `MonitorControl/UI/es-419.lproj/Main.strings` (+2 -2) 📝 `MonitorControl/UI/fr.lproj/InternetAccessPolicy.strings` (+3 -3) 📝 `MonitorControl/UI/fr.lproj/Localizable.strings` (+3 -3) 📝 `MonitorControl/UI/fr.lproj/Main.strings` (+1 -1) _...and 36 more files_ </details> ### 📄 Description - Fixes clipping English text when gamma control is forced. - Fixes clipping view in Displays with Chinese text. - Set relevant options to disabled when keyboard control is disabled. - Added Command+Q shortcut in menu when it is in standard text mode (not icon mode). - Gearshape icon is used for preferences + stands a little bit apart to help user focus. - Make preferences more spacious + more room for verbose languages - Fixed dutch version clipping issues - Added beta channel update backend --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 07:06:20 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/MonitorControl#1159
No description provided.