Opened 12 years ago
Closed 8 years ago
#8764 closed enhancement (duplicate)
MacBook Pro Retina Display support
Reported by: | neic | Owned by: | neic |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Retina macosx | Cc: | ggeldenhuis, Stereo |
Description
JOSM looks blurry on MacBook Pro with retina display.
As i see it there are minimum three changes to be made:
- Set HiDPI support in Info.plist to make the UI text render with higher DPI,
- make icons with higher resolution and
- make the map render with higher DPI.
I dont know the complications 2 and 3 will make, but 1 is easy to fix:
In the file josm/trunk/macosx/JOSM.app/Contents/Info.plist
add the lines
<key>NSHighResolutionCapable</key> <string>True</string>
inside <plist><dict> … </dict></plist>
.
It enables the HiDPI support in Apple Java 6 and make the UI text render beautiful.
Attachments (1)
Change History (17)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Can you try with Java 7u40-ea-b28, available here:
https://jdk7.java.net/download.html
According to release notes, it contains fixes for these two bugs:
comment:4 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → needinfo |
Java 7u40 has been released, can you give it a try and tell us if it works ? Thanks.
comment:5 by , 12 years ago
(you currently must launch JOSM with Web Start or manually to use Java 7 on Mac, the OS X package does not yet support Java 7)
comment:6 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | needinfo → closed |
Point 1 should be fixed. We won't do points 2 and 3 because it does not concern more than 1% of our users and it would burden JOSM for the 99% other people (and no one of us has a Mac anyway)
comment:7 by , 12 years ago
I want a non-Mac notebook with Retina display. Really. When can I buy one for reasonable price...
comment:8 by , 11 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:10 by , 11 years ago
Cc: | added |
---|---|
Component: | Installer MacOS → Core |
Keywords: | osx added |
From #9310 screenshot we could do something for preferences icons, I didn't think it would be so small...
@ggeldenhuis: To use Java 7 on Mac you currently cannot use Web Start. Can you try with regular JAR file ? "java -jar josm-tested.jar" to see if it's better ? InstallNotes#MacOS
by , 11 years ago
Attachment: | Screen Shot 2013-11-13 at 22.03.19.png added |
---|
comment:11 by , 11 years ago
I will give it a go. java -version still show 6 on the command line. I am using the jar file locally copied into applications directory and not webstart. I will get it sorted and report back.
I've seen a possibly related issue when editing fields in Advanced Preferences. Screenshot attached.
comment:12 by , 11 years ago
Hello,
I am using the Java Web Start version of JOSM with Java 7 and the text is clear and crisp.
However, the icons are still at the low resolution, and the map view also.
Is there a way to a least have an high resolution map display?
comment:13 by , 11 years ago
Keywords: | macosx added; osx removed |
---|
comment:14 by , 11 years ago
Keywords: | Mac removed |
---|
comment:15 by , 10 years ago
Cc: | added |
---|
comment:16 by , 8 years ago
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Closed as duplicate of #9995.
See also #8654.