mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[PR #550] [MERGED] 3.0.0 bug fixes and some enhancements #1124
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#1124
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/550
Author: @waydabber
Created: 9/1/2021
Status: ✅ Merged
Merged: 9/1/2021
Merged by: @waydabber
Base:
master← Head:temp/debug📝 Commits (10+)
ddb5e84Fix 'Disable Volume OSD' being not disabled on Software Only displaysc44a0cdMerge remote-tracking branch 'refs/remotes/origin/master'fba60aeDo not set ddc volume to 0 if DDC mute is enabled.c3855bbInternalize DDC.swift for testing purposes. Use CGSServiceForDisplayNumber to acquire framebuffer port on Intela951fa6Removed DDC.swift importse7882e7Changed Intel optimization level65b1957Moving stuff around.b918614Moving stuff around.f630579Moving things around.e906859Moving things around.📊 Changes
31 files changed (+808 additions, -375 deletions)
View changed files
📝
MonitorControl.xcodeproj/project.pbxproj(+15 -34)📝
MonitorControl/AppDelegate.swift(+38 -49)➖
MonitorControl/Extensions/EDID+Extension.swift(+0 -33)📝
MonitorControl/Info.plist(+1 -1)📝
MonitorControl/Manager/DisplayManager.swift(+21 -2)📝
MonitorControl/Model/Display.swift(+1 -2)📝
MonitorControl/Model/ExternalDisplay.swift(+63 -76)📝
MonitorControl/Support/Arm64DDC.swift(+4 -4)📝
MonitorControl/Support/Bridging-Header.h(+2 -0)➕
MonitorControl/Support/Command.swift(+168 -0)➕
MonitorControl/Support/IntelDDC.swift(+259 -0)➖
MonitorControl/Support/OnlyIntegerValueFormatter.swift(+0 -15)➖
MonitorControl/Support/PollingMode.swift(+0 -24)📝
MonitorControl/Support/Utils.swift(+27 -127)📝
MonitorControl/Support/de.lproj/Localizable.strings(+6 -0)📝
MonitorControl/Support/en.lproj/Localizable.strings(+6 -0)📝
MonitorControl/Support/es-419.lproj/Localizable.strings(+6 -0)📝
MonitorControl/Support/fr.lproj/Localizable.strings(+6 -0)📝
MonitorControl/Support/hu.lproj/Localizable.strings(+6 -0)📝
MonitorControl/Support/it.lproj/Localizable.strings(+6 -0)...and 11 more files
📄 Description
Bug fixes / enhancements in this pull request:
Please, do a general testing on Intel if possible to make sure everything works. On M1 everything seems all right.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.