changeset 667:7e0d135e6758

Wording updates, and QM logo
author Chris Cannam
date Wed, 27 Nov 2013 09:14:18 +0000
parents 7707d9175d55
children 87161aaa8097
files icons/qm-logo-larger.png icons/qm-logo-smaller.png main/NetworkPermissionTester.cpp sonic-visualiser.qrc
diffstat 4 files changed, 12 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
Binary file icons/qm-logo-larger.png has changed
Binary file icons/qm-logo-smaller.png has changed
--- a/main/NetworkPermissionTester.cpp	Tue Nov 26 14:34:55 2013 +0000
+++ b/main/NetworkPermissionTester.cpp	Wed Nov 27 09:14:18 2013 +0000
@@ -51,19 +51,20 @@
 	label->setText
 	    (QCoreApplication::translate
 	     ("NetworkPermissionTester",
-	      "<h3>Welcome to Sonic Visualiser!</h3>"
-	      "<p>Sonic Visualiser is a program for viewing and exploring audio data for semantic music analysis and annotation.</p>"
+	      "<h2>Welcome to Sonic Visualiser!</h2>"
+	      "<p><img src=\":icons/qm-logo-smaller.png\" style=\"float:right\">Sonic Visualiser is a program for viewing and exploring audio data for semantic music analysis and annotation.</p>"
 	      "<p>Developed in the Centre for Digital Music at Queen Mary, University of London, Sonic Visualiser is provided free as open source software under the GNU General Public License.</p>"
-	      "<p><b>Before we start...</b></p>"
+              "<p><hr></p>"
+	      "<p><b>Before we go on...</b></p>"
 	      "<p>Sonic Visualiser needs to make occasional network requests to our servers.</p>"
-	      "<p>This is in order to:</p>"
-	      "<ul><li>download metadata about available and installed plugins; and</li>"
-	      "<li>find out when a newer version of Sonic Visualiser is available.</li></ul>"
-	      "<p>No personal or identifying information will be sent, and your use of the program will not be tracked.</p>"
-	      "<p>We recommend that you allow this, but if you do not wish to do so, please un-check the box below.<br></p>"));
+	      "<p>This is to:</p>"
+	      "<ul><li> look up information about available and installed plugins; and</li>"
+	      "<li> tell you when updates are available.</li></ul>"
+	      "<p>No personal information will be sent, no tracking is carried out, and all requests happen in the background without interrupting your work.</p>"
+	      "<p>We recommend that you allow this, because it makes Sonic Visualiser more useful. But if you do not wish to do so, please un-check the box below.<br></p>"));
 	layout->addWidget(label, 0, 0);
 
-	QCheckBox *cb = new QCheckBox(QCoreApplication::translate("NetworkPermissionTester", "Allow Sonic Visualiser to make these network requests"));
+	QCheckBox *cb = new QCheckBox(QCoreApplication::translate("NetworkPermissionTester", "Allow this"));
 	cb->setChecked(true);
 	layout->addWidget(cb, 1, 0);
 	
--- a/sonic-visualiser.qrc	Tue Nov 26 14:34:55 2013 +0000
+++ b/sonic-visualiser.qrc	Wed Nov 27 09:14:18 2013 +0000
@@ -96,6 +96,8 @@
     <file>icons/sv-64x64.png</file>
     <file>icons/sv-128x128.png</file>
     <file>icons/sv-splash.png</file>
+    <file>icons/qm-logo-larger.png</file>
+    <file>icons/qm-logo-smaller.png</file>
     <file>samples/bass.wav</file>
     <file>samples/beep.wav</file>
     <file>samples/bounce.wav</file>