Commit graph

36 commits

Author SHA1 Message Date
JoniVR
6a240e199a Setup BartyCrouch run script 2020-10-18 15:55:22 +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
JoniVR
f7098c3d86 Release 2.1.0 2020-09-20 22:59:07 +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
JoniVR
afa31400d8 Release 2.0.0 🎉 2020-04-02 15:26:41 +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
JoniVR
bac71e8dce Bump version 2019-11-13 14:00:13 +01:00
JoniVR
932e890125 Fix missing italian references (#146) 2019-10-24 23:26:03 +02:00
Anton Palgunov
97bcd136bf 🇷🇺 Russian translation (#126) 2019-10-01 23:13:39 +02:00
JoniVR
eb6deb1913 Update DDC.swift
See #102 - fixed compatibility with some monitors
(thanks to @KNNSpeed for providing a solution)
2019-09-15 01:51:57 +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
Guillaume Broder
bfc91fd5ec
🎉 Smaller increment
- You can now change brightness and volume in smaller increments just like native holding `alt + shift`
2019-06-05 00:01:23 +02:00
Roman Suvorov
8f400c698e Ukrainian translation (#103) 2019-06-03 20:47:21 +02:00
Joni Van Roost
4dddd27d68 🔧 Improved Accessibility Permissions handling (#77)
- Restart mediakeytap after changing accessibility permissions
2019-05-23 12:34:13 +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
Markus Reiter
26c3c08267 Add more logging and update DDC.swift. 2019-05-10 16:14:09 +02:00
Markus Reiter
5d2ee25f0f Fix build number script. 2019-05-09 06:55:04 +02:00
Markus Reiter
7d5c11be45 Stop using agvtool. 2019-05-08 20:24:04 +02:00
Markus Reiter
0c8be1081c Update DDC.swift dependency. 2019-05-08 03:50:50 +02:00
Markus Reiter
f4b855e0f8 Update DDC.swift dependency. 2019-05-08 02:35:35 +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
Markus Reiter
6e91c71353 Various Enhancements (#66)
* Update to Swift 5.0 and run `swiftformat`.

* Refactor `MediaKeyTap` start/restart.

* Remove useless comments.

* Reorder files.

* Add German translation.

* Switch to Carthage.

* Use `DDC.swift`.

* Add `NSScreen` extension.

* Simplify menu layout.

* Hide the display’s built-in OSD.

* Fix launch at login helper.

* Fix `quitClicked` connection.

* Refactor build phases.

* Use `os_log` instead of `print`.

* Use more specific check for `minReplyDelay`.

* Add whitelist.
2019-05-07 15:01:26 +02:00
Joni Van Roost
830878ee1d Project upgrade, stability improvements, new features (#59)
PR #59 with enhancements and fixes (Changes done by @JoniVR):

- Code migration to **Swift 4.2**
- **Fixed** the **MonitorControl scheme** which was gone for me
- **Updated the screenshots and readme**
- **Added a feature that detects the default sound output device and only intercepts when an external display is set as default output**, so Airpods, internal macbook volume and other non-monitor devices will be ignored (#48, #15)
- **Fixed app unresponsiveness and high CPU on launch** (might be related to #50, #37, please do keep in mind that on initial launch there will still be a little unresponsiveness because the underlying framework - called [ddcctl](https://github.com/kfix/ddcctl) - attempts to read your volume settings 10 times)
- Added a **version and build number** to the main preferences panel:
![menugeneral](https://user-images.githubusercontent.com/7591717/51052474-0c4c7500-15d7-11e9-883d-804051577bc7.png)
- Added a build script that increases the build number on each run. Version number still needs to be set manually.
- refactored some parts of the code to make it a bit more readable.
2019-02-04 20:50:09 +01:00
Markus Reiter
2f4107c5fa Update MediaKeyTap dependency. (#29)
- Disable `identifier_name` linter.
- Update `MediaKeyTap` dependency.
2018-04-14 12:52:47 +02:00
Guillaume Broder
211ba475e2
🔧 App dev program renewed
Signed-off-by: Guillaume Broder <iamnotheoneyouseek@gmail.com>
2018-02-18 18:11:31 +01:00
Guillaume Broder
85f4293199
🎉 v1.2
Many changes in commit…
- Contrast slider is back !
- Added a Preferences Window
- Function keys (should) work
- If (like me) your screen backlight is still too bright even at 0, you can now set the contrast to 0 when the brightness hit 0 too
- App can now be started at login (Needs to be tested)

Signed-off-by: Guillaume Broder <iamnotheoneyouseek@gmail.com>
2018-02-18 17:55:32 +01:00
Guillaume Broder
087bb132c6
🔧 Refactoring + preparing v1.2
- Refactoring of the way the slider are created
- Read the current value of ddcctl monitor after launching the app, so no more value at 0 for the sliders
- When there's only one monitor, display it directly, not in a submenu, closes #10
- Added a "start at login" helper (still need testing) for v1.2

Signed-off-by: Guillaume Broder <iamnotheoneyouseek@gmail.com>
2018-01-13 22:49:10 +01:00
Guillaume Broder
e45fb6e705
🔧 Preferences WIP
- All prefs pane GUI are done #2
- Now to build the functions behind...

Signed-off-by: Guillaume Broder <iamnotheoneyouseek@gmail.com>
2018-01-07 19:31:31 +01:00
Guillaume Broder
68afdda765
♻️ Refactoring
- Key handling is now done in the app, close #3
- All code linted with SwiftLint, close #4
- Better handling of built-in screen

Signed-off-by: Guillaume Broder <iamnotheoneyouseek@gmail.com>
2018-01-06 16:26:03 +01:00
Guillaume Broder
036a29d4bc
🎉 1.0
- Code rework
- Native OSD
- Change default shortcuts for problems with apps
- Codesign app

Signed-off-by: Guillaume Broder <iamnotheoneyouseek@gmail.com>
2017-09-24 15:25:46 +02:00