mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[PR #301] [CLOSED] Sync brightness #1085
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#1085
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/301
Author: @ufo22940268
Created: 10/4/2020
Status: ❌ Closed
Base:
master← Head:sync-brightness📝 Commits (10+)
bce194dModify develop environment.bbf655fget internal display brightness.18efbe9Import DDC using source code.cf77fb5v677b584v9ef05ccv74f661cv913a3e1v3839d01v74b6e18v📊 Changes
19 files changed (+1963 additions, -637 deletions)
View changed files
📝
.github/menugeneral.png(+0 -0)📝
.github/menulet.png(+0 -0)📝
Cartfile(+0 -1)📝
Cartfile.resolved(+1 -2)📝
MonitorControl.xcodeproj/project.pbxproj(+24 -41)📝
MonitorControl.xcodeproj/xcshareddata/xcschemes/MonitorControl.xcscheme(+8 -1)📝
MonitorControl/AppDelegate.swift(+321 -287)➕
MonitorControl/DDC.swift(+659 -0)➕
MonitorControl/EDID.swift(+511 -0)📝
MonitorControl/Extensions/EDID+Extension.swift(+11 -26)📝
MonitorControl/Extensions/NSNotification+Extension.swift(+1 -0)📝
MonitorControl/Info.plist(+1 -1)📝
MonitorControl/Manager/DisplayManager.swift(+86 -38)📝
MonitorControl/Support/Bridging-Header.h(+11 -0)📝
MonitorControl/Support/Utils.swift(+143 -137)📝
MonitorControl/UI/Base.lproj/Main.storyboard(+92 -36)📝
MonitorControl/View Controllers/MainPrefsViewController.swift(+91 -64)📝
MonitorControlHelper/Info.plist(+1 -1)📝
MonitorControlHelper/main.swift(+2 -2)📄 Description
Sync brightness of internal monitor to external monitor instantly.
This feature will bring following benefits
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.