comparison main/NetworkPermissionTester.cpp @ 686:7f7fba33b7de

Add network permission to prefs; make OSC support one of the things that depends on it
author Chris Cannam
date Thu, 12 Dec 2013 15:20:42 +0000
parents d35e10576091
children 5e6e1e074080 3f6c18fcc075
comparison
equal deleted inserted replaced
683:e84a1c6fb35a 686:7f7fba33b7de
54 "<h2>Welcome to Sonic Visualiser!</h2>" 54 "<h2>Welcome to Sonic Visualiser!</h2>"
55 "<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>" 55 "<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>"
56 "<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>" 56 "<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>"
57 "<p><hr></p>" 57 "<p><hr></p>"
58 "<p><b>Before we go on...</b></p>" 58 "<p><b>Before we go on...</b></p>"
59 "<p>Sonic Visualiser needs to make occasional network requests to our servers.</p>" 59 "<p>Sonic Visualiser would like to make networking connections and open a network port.</p>"
60 "<p>This is to:</p>" 60 "<p>This is to:</p>"
61 "<ul><li> look up information about available and installed plugins; and</li>" 61 "<ul><li> Find information about available and installed plugins;</li>"
62 "<li> tell you when updates are available.</li></ul>" 62 "<li> Support the use of Open Sound Control, where configured; and</li>"
63 "<li> Tell you when updates are available.</li>"
64 "</ul>"
63 "<p>No personal information will be sent, no tracking is carried out, and all requests happen in the background without interrupting your work.</p>" 65 "<p>No personal information will be sent, no tracking is carried out, and all requests happen in the background without interrupting your work.</p>"
64 "<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>")); 66 "<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>"));
65 layout->addWidget(label, 0, 0); 67 layout->addWidget(label, 0, 0);
66 68
67 QCheckBox *cb = new QCheckBox(QCoreApplication::translate("NetworkPermissionTester", "Allow this")); 69 QCheckBox *cb = new QCheckBox(QCoreApplication::translate("NetworkPermissionTester", "Allow this"));