mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[PR #671] [MERGED] Fixing software dimming issues #1165
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#1165
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/671
Author: @waydabber
Created: 10/4/2021
Status: ✅ Merged
Merged: 10/5/2021
Merged by: @waydabber
Base:
master← Head:fix/betaissues📝 Commits (9)
65503d9Change icon orderb3c22e5Added option for minimum brightness, fixed text for external display brightness control (+ updated all translations)10521b8Fix cumulative darkening issue upon toggling Disable dimming as fallback when software brightness is not 100%6ed09c9Further improvement.4083388New 'Avoid gammatable manipulation' option for coexistence with f.lux in software mode.aa1294fMerge branch 'master' into fix/betaissuesa29008eFix some translation errorsd081933Fix signing04e0a9eMake sure that key repeat speed for custom shortcuts do not go below a certain threshold.📊 Changes
40 files changed (+406 additions, -118 deletions)
View changed files
📝
MonitorControl/Enums/PrefKey.swift(+6 -0)📝
MonitorControl/Info.plist(+1 -1)📝
MonitorControl/Model/Display.swift(+7 -6)📝
MonitorControl/Model/OtherDisplay.swift(+7 -2)📝
MonitorControl/Support/KeyboardShortcutsManager.swift(+2 -2)📝
MonitorControl/UI/Base.lproj/Main.storyboard(+85 -44)📝
MonitorControl/UI/de.lproj/Localizable.strings(+4 -1)📝
MonitorControl/UI/de.lproj/Main.strings(+11 -2)📝
MonitorControl/UI/en.lproj/Localizable.strings(+4 -1)📝
MonitorControl/UI/en.lproj/Main.strings(+11 -2)📝
MonitorControl/UI/es-419.lproj/Localizable.strings(+4 -1)📝
MonitorControl/UI/es-419.lproj/Main.strings(+11 -2)📝
MonitorControl/UI/fr.lproj/Localizable.strings(+4 -1)📝
MonitorControl/UI/fr.lproj/Main.strings(+11 -2)📝
MonitorControl/UI/hu.lproj/Localizable.strings(+4 -1)📝
MonitorControl/UI/hu.lproj/Main.strings(+11 -2)📝
MonitorControl/UI/it.lproj/Localizable.strings(+4 -1)📝
MonitorControl/UI/it.lproj/Main.strings(+11 -2)📝
MonitorControl/UI/ja.lproj/Localizable.strings(+4 -1)📝
MonitorControl/UI/ja.lproj/Main.strings(+11 -2)...and 20 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.