mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[PR #97] [MERGED] implement AdvancedPrefsViewController with custom polling #1045
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#1045
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/97
Author: @JoniVR
Created: 5/18/2019
Status: ✅ Merged
Merged: 8/28/2019
Merged by: @JoniVR
Base:
master← Head:advanced-settings📝 Commits (10+)
2962ffaimplement AdvancedPrefsViewController with custom polling89a6c6aadd multiple displays5708929refactor0399ee8addresetAllPrefsbutton toAdvancedPrefsController63a9a55Merge branch 'master'11fabb1fixes after merge90fba58increase build number to fix build (heh)2d9d5decleanup78a8933add missing valueisEnabledwhen loading displays00738c1make sure slider values are being changed on main thread📊 Changes
23 files changed (+888 additions, -102 deletions)
View changed files
📝
.swiftlint.yml(+2 -0)📝
Cartfile.resolved(+2 -2)📝
MonitorControl.xcodeproj/project.pbxproj(+69 -21)📝
MonitorControl/AppDelegate.swift(+35 -21)📝
MonitorControl/Display.swift(+66 -2)➕
MonitorControl/Extensions/Display+Extension.swift(+7 -0)➖
MonitorControl/Extensions/Display+Whitelist.swift(+0 -29)📝
MonitorControl/Extensions/NSNotification+Extension.swift(+5 -0)➕
MonitorControl/Manager/DisplayManager.swift(+35 -0)➕
MonitorControl/Support/OnlyIntegerValueFormatter.swift(+15 -0)➕
MonitorControl/Support/PollingMode.swift(+24 -0)📝
MonitorControl/Support/Utils.swift(+19 -1)📝
MonitorControl/UI/Base.lproj/Main.storyboard(+334 -0)📝
MonitorControl/UI/Cells/ButtonCellView.swift(+0 -0)📝
MonitorControl/UI/Cells/FriendlyNameCellView.swift(+0 -1)➕
MonitorControl/UI/Cells/HideOsdCellView.swift(+25 -0)➕
MonitorControl/UI/Cells/LongerDelayCellView.swift(+41 -0)➕
MonitorControl/UI/Cells/PollingCountCellView.swift(+24 -0)➕
MonitorControl/UI/Cells/PollingModeCellView.swift(+31 -0)➕
MonitorControl/View Controllers/AdvancedPrefsViewController.swift(+132 -0)...and 3 more files
📄 Description
partly implements changes discussed in #37.
This is what the menu currently looks like:

I'm thinking we'd probably want monitor specific polling settings though?
I'd like some input on how that should look, should we use another
NSPopupMenuwith thefriendlyName?TODO:
longerDelayoptionhideOsdoptionPlease feel free to add/make changes or point out things that still need changing, this is very much a work in progress.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.