Commit graph

36 commits

Author SHA1 Message Date
waydabber
db015509d6 Better handling of mirrors - non primary mirror members (displays which are destination screens of a mirrored screen) are now detected and can be controlled. Not tested on Intel but should work. 2021-07-31 16:43:26 +02:00
waydabber
048ac9610d Fixed error in i2c checksum calculation. Changed communication wait and repeat times. 2021-07-27 13:59:24 +02:00
JoniVR
7459c6d885 Bump build for 3.0.0-beta1 release + build tools ran 2021-07-26 21:32:24 +02:00
waydabber
32f85138e8 Cosmetic changes of the menu. 2021-07-26 20:35:38 +02:00
waydabber
94ffeb8c38 Fix slider stuck at 0 for some configs. Fix 'DDC' checkbox on preferences. Shows current CPU architecture after build number. 2021-07-26 18:06:17 +02:00
waydabber
610a394ae9 Initial Apple Silicon support. 2021-07-25 23:59:29 +02:00
Dawid
b07ff86af2
Add missing PL translations (#466) 2021-07-25 15:27:15 +02:00
Joni Van Roost
1c611b0012
Fix DDC reliability on latest Xcode versions, migrate to SPM, more fixes (#453) 2021-06-15 21:55:53 +02:00
JoniVR
7f98df3a91 Setup bartycrouch config, Update all localization files
There were a lot of missing translations, this should make it easier for everyone to update them.
2020-10-18 15:46:20 +02:00
Mikołaj Rodkiewicz
9e47ccfddb
Add Polish translation (#261)
Co-authored-by: JoniVR <joni.vr@hotmail.com>
2020-10-18 14:23:11 +02:00
Victor Chabbert
5cacd25d11
Fix non-standard volume/brightness scales not working properly (#245) 2020-09-20 19:35:26 +02:00
Takuro Ito
042277c2dd
Add Japanese translation (#200)
Co-authored-by: JoniVR <joni.vanroost@student.kdg.be>
2020-06-24 14:46:16 +02:00
Joni Van Roost
9fd78dc17f
Fix mediakeys not working everywhere, Add "none" keys option (#237) 2020-06-21 16:16:01 +02:00
Joni Van Roost
16837f20c5
Implement ctrl + brightness for controlling internal display, Respect enabled option for internal display (#175)
* Refactor display loading logic
* Split `Display` into `InternalDisplay` and `ExternalDisplay`
* Add functions for controlling internal display brightness
* Update MediaKeyTap dependency, Implement ctrl modifier for internal display
* Fix `keyRepeatTimer` issue with multiple displays while holding down a MediaKey
2020-02-23 12:42:57 +01:00
我是洗衣机
c984a8c343 Update Chinese (simplified) translation (#155) 2019-12-12 23:24:13 +01:00
Fabio Tacke
e402385d7d Add missing German strings (#144) 2019-11-10 18:23:28 +01:00
JoniVR
932e890125 Fix missing italian references (#146) 2019-10-24 23:26:03 +02:00
Robert Bressi
13df82d43e Performance enhancements for media key shortcuts, repeated keys (#134)
* Add handling for holding down media shortcut keys
* Added handling to not send through DDC commands for values which had already been set
* Moved DDC reads and writes onto the main thread
2019-10-24 12:35:13 +02:00
Roman Suvorov
da91d767cf 🇺🇦 Ukrainian localisation has been updated for the new version of app (#137) 2019-10-09 12:52:12 +02:00
Robert Bressi
48f352b7f8 Fixed values for audioMuteScreenBlank being persisted to audioSpeakerVolume (#130) 2019-10-01 23:27:52 +02:00
Anton Palgunov
97bcd136bf 🇷🇺 Russian translation (#126) 2019-10-01 23:13:39 +02:00
Robert Bressi
6beb9d228e Fix mute on monitors that don’t support it (#107)
- FIXED: Issue where trying to use the “true” mute command on unsupported monitors would cause the mute/unmute key to do nothing
- FIXED: Issue where “0” chiclets would be shown when the step value was less than the value of one filled chiclet but greater than 0
- CHANGED: OSD-based value system to map small increment chiclet count to available range of DDC values and regular increment count to 16 available filled chiclets
2019-09-30 16:39:50 +02:00
Joni Van Roost
dd3d026db3
Add Advanced Preferences panel (#97)
- Removed whitelist which caused some issues for some people #105 
- Added `hide OSD` option to `AdvancedPrefsViewController`
- Added `Longer Delay` option to `AdvancedPrefsViewController`
- Added `PollingMode` and `PollingCount` to `AdvancedPrefsViewController` (should help #37)
- Added option to reset all preferences to `AdvancedPrefsViewController`
See the wiki for more info: https://github.com/the0neyouseek/MonitorControl/wiki/Advanced-Preferences
2019-08-28 12:17:35 +02:00
我是洗衣机
856a0a6184 Chinese Simplified Translation (#104) 2019-06-09 17:11:58 +02:00
Roman Suvorov
8f400c698e Ukrainian translation (#103) 2019-06-03 20:47:21 +02:00
Guillaume Broder
c94f5fd7f4
🌐 i18n
- Update AMCoreAudio deps
- Fix swiftformat error (Display.swift)
- Fix translations
2019-05-16 22:19:40 +02:00
JT
4c09ef1c5e Addition of a "friendly" display name for Monitors (#89)
- Add customizable display name for monitors
2019-05-16 21:42:16 +02:00
Guillaume B
e955d84123
Add sound feedback (#91)
Close #84
The system sound is played only when "Play feedback when volume is changed" in Sound Preferences is enabled
2019-05-16 21:35:46 +02:00
Markus Reiter
4f162b196c Update DDC.swift. 2019-05-11 03:24:37 +02:00
Markus Reiter
26c3c08267 Add more logging and update DDC.swift. 2019-05-10 16:14:09 +02:00
Markus Reiter
c8608b130c Update DDC.swift. 2019-05-09 17:02:35 +02:00
Markus Reiter
b33f14e332 Reduce tries to 10. 2019-05-09 05:06:15 +02:00
Markus Reiter
0433cb9414 Add more logging information. 2019-05-08 01:39:00 +02:00
Markus Reiter
9dfc86a157 Add vendor and model to display list. 2019-05-08 01:00:46 +02:00
Markus Reiter
ad8386ba8c Allow maximum value to differ from 100. 2019-05-08 00:29:49 +02:00
Guillaume Broder
99bc6711a0
🎉 v1.5.0
Cleanup for v1.5.0
2019-05-07 22:37:15 +02:00