openconnect / openconnect-gui

MOVED TO https://gitlab.com/openconnect/openconnect-gui
https://gitlab.com/openconnect/openconnect-gui
GNU General Public License v2.0
1.3k stars 240 forks source link

Retina support on macOS #171

Closed netheril96 closed 7 years ago

netheril96 commented 7 years ago

Description of the Issue

The current release of macOS client does not support retina screens. The fonts are all blurry. Given that Qt supports retina just fine, I don't think it will require much modifications for it to work on retina displays.

Specifications

Prerequisites

horar commented 7 years ago

yes, HiDPI is not really supported yet in this app; but it's on todo list!

netheril96 commented 7 years ago

@horar What is the obstacle? When I build a simple Qt app on macOS, I automatically get a retina-ready app. Is the complexity of openconnect-gui a problem?

horar commented 7 years ago

@netheril96 no, please check the Qt documentation for explanation related to macOS. Anyway, it should be solved by eb5233e

horar commented 7 years ago

Just re-check devel version; looks ok on Retina. Wait for next release.