mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[PR #488] [MERGED] Add settings in the Info.plist file that enable high-DPI support on macOS #1644
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1644
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/debauchee/barrier/pull/488
Author: @ctsrc
Created: 11/8/2019
Status: ✅ Merged
Merged: 11/10/2019
Merged by: @AdrianKoshka
Base:
master← Head:macOS-highdpi📝 Commits (1)
3737ed6Add settings in the Info.plist file that enable high-DPI support on macOS.📊 Changes
1 file changed (+4 additions, -0 deletions)
View changed files
📝
dist/macos/bundle/Barrier.app/Contents/Info.plist.in(+4 -0)📄 Description
These changes follow the instructions in the official Qt docs.
https://doc.qt.io/qt-5/highdpi.html
Tested on macOS Catalina 10.15.1 running on a MacBook Air 2018 model, which has a Retina (high-DPI) display. Tested with both Qt 5.12.3 (same version used in Azure build pipeline) and with the current Qt 5.13.2.
Also tested on macOS High Sierra 10.13.6 running on a non-Retina display computer (confirmed that it is not running in high-DPI mode by inspecting outputs of
system_profiler SPDisplaysDataType | grep Resolution). Tested with both Qt 5.12.3 and with Qt 5.13.2 on this computer as well.This change makes it so that the application GUI looks like it should on Retina displays on macOS, instead of being blocky/pixely/blurry like it was prior to this change when macOS was upscaling it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.