mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[PR #696] [MERGED] Watch for gamma table interference from external app #1182
Labels
No labels
Status: Abandoned
arm64
beta
beta
bug
done
duplicate
enhancement
feedback needed from reporter
in progress
invalid
investigating
known Issue
monitor Issue
pull-request
translation
unable to reproduce
unreleased
x86
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/MonitorControl#1182
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/MonitorControl/MonitorControl/pull/696
Author: @waydabber
Created: 10/9/2021
Status: ✅ Merged
Merged: 10/9/2021
Merged by: @waydabber
Base:
master← Head:fix/beta2issues📝 Commits (10+)
b055cb4Compile three DDC startup options into one popup menu.218522fUpdated translation filesc990455Combine multiple displays radio buttons into a popup menu44438f4Changed record shortcut box to a more logical layout + needs less space50ad12cFurther tweaks in keyboard preferences pane5026d91Fix constraint issuec27b5f0Updated Chinese translationc608617Merge remote-tracking branch 'refs/remotes/origin/master'16db5c1Updated Chinese translation41c993cFix spacing📊 Changes
22 files changed (+236 additions, -9 deletions)
View changed files
📝
.github/screenshot.png(+0 -0)📝
MonitorControl/Info.plist(+1 -1)📝
MonitorControl/Model/Display.swift(+43 -6)📝
MonitorControl/Model/OtherDisplay.swift(+8 -1)📝
MonitorControl/Support/AppDelegate.swift(+1 -0)📝
MonitorControl/Support/DisplayManager.swift(+2 -0)📝
MonitorControl/UI/de.lproj/Localizable.strings(+12 -0)📝
MonitorControl/UI/en.lproj/Localizable.strings(+12 -0)📝
MonitorControl/UI/es-419.lproj/Localizable.strings(+12 -0)📝
MonitorControl/UI/fr.lproj/Localizable.strings(+12 -0)📝
MonitorControl/UI/hu.lproj/Localizable.strings(+12 -0)📝
MonitorControl/UI/it.lproj/Localizable.strings(+12 -0)📝
MonitorControl/UI/ja.lproj/Localizable.strings(+12 -0)📝
MonitorControl/UI/ko.lproj/Localizable.strings(+12 -0)📝
MonitorControl/UI/nl.lproj/Localizable.strings(+12 -0)📝
MonitorControl/UI/pl.lproj/Localizable.strings(+12 -0)📝
MonitorControl/UI/ru.lproj/Localizable.strings(+12 -0)📝
MonitorControl/UI/tr.lproj/Localizable.strings(+12 -0)📝
MonitorControl/UI/uk.lproj/Localizable.strings(+12 -0)📝
MonitorControl/UI/zh-Hans.lproj/Localizable.strings(+12 -0)...and 2 more files
📄 Description
The app checks if the gamma table peak value looks as expected whenever there is a brightness change. If this is not the case at least three times, an alert is shown with an offer to disable gamma table control.
closes #692
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.