mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[PR #175] [MERGED] Implement ctrl + brightness for controlling internal display, internal display respects enabled option in settings #1066
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#1066
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/175
Author: @JoniVR
Created: 2/1/2020
Status: ✅ Merged
Merged: 2/23/2020
Merged by: @JoniVR
Base:
master← Head:refactor/display-logic📝 Commits (7)
46d7cb6Refactor display loading logicaf9ece4Use localized string for unknown display8cd0055Refactor1557664Refactor, Implement Internal brightness controls9f0bcaeUpdate MediaKeyTap dependency, Implement ctrl modifier for internal displaybfeb5fcFixkeyRepeatTimerissue with multiple displays while holding down a MediaKey4c309cfRevert removal of some ifdebugs📊 Changes
21 files changed (+309 additions, -206 deletions)
View changed files
📝
Cartfile(+1 -1)📝
Cartfile.resolved(+2 -2)📝
MonitorControl.xcodeproj/project.pbxproj(+24 -8)📝
MonitorControl/AppDelegate.swift(+72 -87)📝
MonitorControl/Info.plist(+1 -1)📝
MonitorControl/Manager/DisplayManager.swift(+23 -2)➕
MonitorControl/Model/Display.swift(+70 -0)📝
MonitorControl/Model/ExternalDisplay.swift(+15 -49)➕
MonitorControl/Model/InternalDisplay.swift(+85 -0)📝
MonitorControl/Support/Utils.swift(+1 -23)📝
MonitorControl/UI/Cells/ButtonCellView.swift(+3 -11)📝
MonitorControl/UI/Cells/FriendlyNameCellView.swift(+0 -1)📝
MonitorControl/UI/Cells/HideOsdCellView.swift(+1 -1)📝
MonitorControl/UI/Cells/LongerDelayCellView.swift(+1 -1)📝
MonitorControl/UI/Cells/PollingCountCellView.swift(+1 -1)📝
MonitorControl/UI/Cells/PollingModeCellView.swift(+1 -1)📝
MonitorControl/UI/SliderHandler.swift(+2 -2)📝
MonitorControl/View Controllers/AdvancedPrefsViewController.swift(+4 -7)📝
MonitorControl/View Controllers/DisplayPrefsViewController.swift(+1 -5)📝
MonitorControl/View Controllers/KeysPrefsViewController.swift(+0 -2)...and 1 more files
📄 Description
closes #148, #14
fixes #151
Changes:
Displayis now split intoInternalDisplayandExternalDisplay, both of which inherit fromDisplay.DisplayPrefsViewController.enabledoption inside theDisplayPrefsViewController.keyRepeatTimerissue with multiple displays while holding down a MediaKey (seebfeb5fc).Let me know if there's anything that is broken/needs fixing 🙂
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.