[PR #488] [MERGED] Add settings in the Info.plist file that enable high-DPI support on macOS #1644

Closed
opened 2026-05-05 07:58:29 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: masterHead: macOS-highdpi


📝 Commits (1)

  • 3737ed6 Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/debauchee/barrier/pull/488 **Author:** [@ctsrc](https://github.com/ctsrc) **Created:** 11/8/2019 **Status:** ✅ Merged **Merged:** 11/10/2019 **Merged by:** [@AdrianKoshka](https://github.com/AdrianKoshka) **Base:** `master` ← **Head:** `macOS-highdpi` --- ### 📝 Commits (1) - [`3737ed6`](https://github.com/debauchee/barrier/commit/3737ed634d6adfd19221b64c7f395dbc03789367) Add settings in the Info.plist file that enable high-DPI support on macOS. ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `dist/macos/bundle/Barrier.app/Contents/Info.plist.in` (+4 -0) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 07:58:29 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#1644
No description provided.