comparison main/MainWindow.cpp @ 2328:f2dd9218617e time-frequency-boxes

I think actually this must be v4.0, because of the file format change. Add the beta-release warning for the moment
author Chris Cannam
date Fri, 20 Sep 2019 14:48:19 +0100
parents a7934d5661f8
children 1057ae621c87
comparison
equal deleted inserted replaced
2327:0359c178d5c3 2328:f2dd9218617e
355 SVDEBUG << "MainWindow: Creating internal-only OSC queue without port" 355 SVDEBUG << "MainWindow: Creating internal-only OSC queue without port"
356 << endl; 356 << endl;
357 startOSCQueue(false); 357 startOSCQueue(false);
358 } 358 }
359 359
360 /*
361 QTimer::singleShot(500, this, SLOT(betaReleaseWarning())); 360 QTimer::singleShot(500, this, SLOT(betaReleaseWarning()));
362 */
363 361
364 QString warning = PluginScan::getInstance()->getStartupFailureReport(); 362 QString warning = PluginScan::getInstance()->getStartupFailureReport();
365 if (warning != "") { 363 if (warning != "") {
366 QTimer::singleShot(500, this, SLOT(pluginPopulationWarning())); 364 QTimer::singleShot(500, this, SLOT(pluginPopulationWarning()));
367 } 365 }
4538 (this, tr("Audio processing overload"), 4536 (this, tr("Audio processing overload"),
4539 tr("<b>Overloaded</b><p>Audio playback speed processing has been reduced to a single channel, due to a processing overload.")); 4537 tr("<b>Overloaded</b><p>Audio playback speed processing has been reduced to a single channel, due to a processing overload."));
4540 shownOnce = true; 4538 shownOnce = true;
4541 } 4539 }
4542 4540
4543 /*
4544 void 4541 void
4545 MainWindow::betaReleaseWarning() 4542 MainWindow::betaReleaseWarning()
4546 { 4543 {
4547 QMessageBox::information 4544 QMessageBox::information
4548 (this, tr("Beta release"), 4545 (this, tr("Beta release"),
4549 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>")); 4546 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>"));
4550 } 4547 }
4551 */
4552 4548
4553 void 4549 void
4554 MainWindow::pluginPopulationWarning() 4550 MainWindow::pluginPopulationWarning()
4555 { 4551 {
4556 QString scanWarning = PluginScan::getInstance()->getStartupFailureReport(); 4552 QString scanWarning = PluginScan::getInstance()->getStartupFailureReport();