Opened 10 years ago

Closed 10 years ago

#45469 closed enhancement (fixed)

faustlive-devel: support Retina Display

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: agraef (Albert Graef)
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch Cc:
Port: faustlive-devel

Description

faustlive-devel is pixelated on Retina Displays. Fixing this may be as simple as adding a key to the Info.plist.

Attachments (1)

faustlive-devel-Portfile.diff (558 bytes) - added by agraef (Albert Graef) 10 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 Changed 10 years ago by agraef (Albert Graef)

I suppose you mean this?

diff --git a/Build/Darwin/FaustLiveInfo.plist b/Build/Darwin/FaustLiveInfo.plist
index ac8ed1e..6045338 100755
--- a/Build/Darwin/FaustLiveInfo.plist
+++ b/Build/Darwin/FaustLiveInfo.plist
@@ -40,5 +40,7 @@
 	<string>This file was generated by Qt/QMake.</string>
 	<key>UILaunchImageFile</key>
 	<string></string>
+	<key>NSHighResolutionCapable</key>
+	<true/>
 </dict>
 </plist>

That doesn't magically make the control graphics a better resolution, but letters indeed look less blurred.

I've committed this fix upstream now, Portfile diff attached.

Changed 10 years ago by agraef (Albert Graef)

comment:2 in reply to:  1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: haspatch added
Resolution: fixed
Status: newclosed

Replying to aggraef@…:

I suppose you mean this?

That's the one!

That doesn't magically make the control graphics a better resolution, but letters indeed look less blurred.

Right, it fixes all the stuff the OS draws, such as the window frame.

I've committed this fix upstream now, Portfile diff attached.

Thanks! Committed in r127052.

Note: See TracTickets for help on using tickets.