comparison main/MainWindow.cpp @ 1630:6b2e781b0154

Next version will identify as 3.0 (as it's going to be an RC); remove beta dialog
author Chris Cannam
date Tue, 28 Feb 2017 14:47:37 +0000
parents 987b406be4b0
children 811fbe905f5e
comparison
equal deleted inserted replaced
1629:e8f097c27fca 1630:6b2e781b0154
335 } else { 335 } else {
336 m_surveyer = 0; 336 m_surveyer = 0;
337 m_versionTester = 0; 337 m_versionTester = 0;
338 } 338 }
339 339
340 /*
340 QTimer::singleShot(500, this, SLOT(betaReleaseWarning())); 341 QTimer::singleShot(500, this, SLOT(betaReleaseWarning()));
342 */
341 343
342 QString warning = PluginScan::getInstance()->getStartupFailureReport(); 344 QString warning = PluginScan::getInstance()->getStartupFailureReport();
343 if (warning != "") { 345 if (warning != "") {
344 QTimer::singleShot(500, this, SLOT(pluginPopulationWarning())); 346 QTimer::singleShot(500, this, SLOT(pluginPopulationWarning()));
345 } 347 }
4304 (this, tr("Audio processing overload"), 4306 (this, tr("Audio processing overload"),
4305 tr("<b>Overloaded</b><p>Audio playback speed processing has been reduced to a single channel, due to a processing overload.")); 4307 tr("<b>Overloaded</b><p>Audio playback speed processing has been reduced to a single channel, due to a processing overload."));
4306 shownOnce = true; 4308 shownOnce = true;
4307 } 4309 }
4308 4310
4311 /*
4309 void 4312 void
4310 MainWindow::betaReleaseWarning() 4313 MainWindow::betaReleaseWarning()
4311 { 4314 {
4312 QMessageBox::information 4315 QMessageBox::information
4313 (this, tr("Beta release"), 4316 (this, tr("Beta release"),
4314 tr("<b>This is a beta release of Sonic Visualiser</b><p>Please see the \"What's New\" option in the Help menu for a list of changes since the last proper release.</p>")); 4317 tr("<b>This is a beta release of Sonic Visualiser</b><p>Please see the \"What's New\" option in the Help menu for a list of changes since the last proper release.</p>"));
4315 } 4318 }
4319 */
4316 4320
4317 void 4321 void
4318 MainWindow::pluginPopulationWarning() 4322 MainWindow::pluginPopulationWarning()
4319 { 4323 {
4320 QString scanWarning = PluginScan::getInstance()->getStartupFailureReport(); 4324 QString scanWarning = PluginScan::getInstance()->getStartupFailureReport();