[Cmake-commits] CMake branch, next, updated. v3.3.0-rc1-225-g29450b7
Brad King
brad.king at kitware.com
Mon Jun 8 09:59:50 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 29450b7c1f9c9f9a3c64d49e0c53c28590247276 (commit)
via d9b974b18ebad4bd84f40e7cebe01725f081bd5e (commit)
from fe8eb21f76a0a61ef19d48002958757ece0ce298 (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=29450b7c1f9c9f9a3c64d49e0c53c28590247276
commit 29450b7c1f9c9f9a3c64d49e0c53c28590247276
Merge: fe8eb21 d9b974b
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Jun 8 09:59:50 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jun 8 09:59:50 2015 -0400
Merge topic 'cmake-gui-osx-install-command-line' into next
d9b974b1 cmake-gui: Make command-line install help text selectable
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d9b974b18ebad4bd84f40e7cebe01725f081bd5e
commit d9b974b18ebad4bd84f40e7cebe01725f081bd5e
Author: Clinton Stimpson <clinton at elemtech.com>
AuthorDate: Mon Jun 8 09:22:24 2015 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Jun 8 09:59:11 2015 -0400
cmake-gui: Make command-line install help text selectable
This will allow users to cut-n-paste the instructions over to a command
prompt.
diff --git a/Source/QtDialog/CMakeSetupDialog.cxx b/Source/QtDialog/CMakeSetupDialog.cxx
index 426fa12..bc783a3 100644
--- a/Source/QtDialog/CMakeSetupDialog.cxx
+++ b/Source/QtDialog/CMakeSetupDialog.cxx
@@ -445,6 +445,7 @@ void CMakeSetupDialog::doInstallForCommandLine()
l->addWidget(lab);
lab->setText(msg);
lab->setWordWrap(false);
+ lab->setTextInteractionFlags(Qt::TextSelectableByMouse);
QDialogButtonBox* btns = new QDialogButtonBox(QDialogButtonBox::Ok,
Qt::Horizontal, &dialog);
QObject::connect(btns, SIGNAL(accepted()), &dialog, SLOT(accept()));
-----------------------------------------------------------------------
Summary of changes:
Source/QtDialog/CMakeSetupDialog.cxx | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list