From 84f8551f3ab2ee1be72590278855972e7f200c94 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Thu, 21 Nov 2013 17:59:31 +0100 Subject: [Qt] misc small Mac related changes/cleanups - cleanup Info.plist.in and specify high DPI mode enable command as per http://blog.qt.digia.com/blog/2013/04/25/retina-display-support-for-mac-os-ios-and-x11/ - move setting of QApplication::setAttribute() to bitcoin.cpp and add attribute for enabling use of high DPI pixmaps for Qt >= 5.1 - add missing setWindowTitle() on Mac - cleanup Mac / non-Mac setup in bitcoingui.cpp --- share/qt/Info.plist.in | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'share/qt') diff --git a/share/qt/Info.plist.in b/share/qt/Info.plist.in index d0dd796561..54ced278f2 100644 --- a/share/qt/Info.plist.in +++ b/share/qt/Info.plist.in @@ -4,18 +4,25 @@ CFBundleIconFile bitcoin.icns + CFBundlePackageType APPL + CFBundleGetInfoString @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@, Copyright © 2009-@COPYRIGHT_YEAR@ The Bitcoin developers + CFBundleShortVersionString @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@ + CFBundleVersion @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@ + CFBundleSignature ???? + CFBundleExecutable Bitcoin-Qt + CFBundleIdentifier org.bitcoinfoundation.Bitcoin-Qt @@ -69,7 +76,11 @@ Owner + + NSPrincipalClass + NSApplication + NSHighResolutionCapable - + True -- cgit v1.2.3