[Cmake-commits] CMake branch, next, updated. v3.3.1-2255-gf55e338

Brad King brad.king at kitware.com
Mon Aug 17 11:37:41 EDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  f55e338e34017b32301a081a4ccc5967ecfbf0e3 (commit)
       via  a41ebd4ee5b01c92958a28ca2e57b2b6446bf334 (commit)
      from  c9b737643982b4db614a73518fd5c3773cab6be3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f55e338e34017b32301a081a4ccc5967ecfbf0e3
commit f55e338e34017b32301a081a4ccc5967ecfbf0e3
Merge: c9b7376 a41ebd4
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Aug 17 11:37:40 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Aug 17 11:37:40 2015 -0400

    Merge topic 'cmake-gui-high-resolution' into next
    
    a41ebd4e cmake-gui: Add support for HiDPI (Retina) screens on OS X


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a41ebd4ee5b01c92958a28ca2e57b2b6446bf334
commit a41ebd4ee5b01c92958a28ca2e57b2b6446bf334
Author:     Francois Best <francoisbest at gmail.com>
AuthorDate: Mon Aug 17 11:39:16 2015 +0200
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Aug 17 11:36:42 2015 -0400

    cmake-gui: Add support for HiDPI (Retina) screens on OS X

diff --git a/Source/QtDialog/Info.plist.in b/Source/QtDialog/Info.plist.in
index b9c4af5..00a27c3 100644
--- a/Source/QtDialog/Info.plist.in
+++ b/Source/QtDialog/Info.plist.in
@@ -28,5 +28,7 @@
 	<string>public.app-category.developer-tools</string>
 	<key>NSHumanReadableCopyright</key>
 	<string>${MACOSX_BUNDLE_COPYRIGHT}</string>
+	<key>NSHighResolutionCapable</key>
+	<true/>
 </dict>
 </plist>

-----------------------------------------------------------------------

Summary of changes:
 Source/QtDialog/Info.plist.in |    2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list