comparison main/MainWindow.cpp @ 2540:56503c58178f

Make countdown slightly shorter
author Chris Cannam
date Thu, 14 May 2020 19:03:18 +0100
parents 9910ba30a572
children 7eab1eca5cc4
comparison
equal deleted inserted replaced
2539:98321b83ac9b 2540:56503c58178f
338 TransformFactory::getInstance()->startPopulationThread(); 338 TransformFactory::getInstance()->startPopulationThread();
339 339
340 m_surveyer = nullptr; 340 m_surveyer = nullptr;
341 341
342 #ifdef WITH_FEEDBACK_REQUEST 342 #ifdef WITH_FEEDBACK_REQUEST
343 SVDEBUG << "MainWindow: Creating surveyer" << endl; 343 SVDEBUG << "MainWindow: Feedback request enabled, creating surveyer" << endl;
344 Surveyer::Config config; 344 Surveyer::Config config;
345 config.hostname = "sonicvisualiser.org"; 345 config.hostname = "sonicvisualiser.org";
346 config.testPath = "feedback41-present.txt"; 346 config.testPath = "feedback41-present.txt";
347 config.surveyPath = "feedback41.php"; 347 config.surveyPath = "feedback41.php";
348 config.countdownKey = "countdown41"; 348 config.countdownKey = "countdown41";
349 config.countdownFrom = 5; 349 config.countdownFrom = 4;
350 config.title = "Sonic Visualiser - Can you help?"; 350 config.title = "Sonic Visualiser - Can you help?";
351 config.text = "<h3>Sonic Visualiser: Can you help?</h3><p>" 351 config.text = "<h3>Sonic Visualiser: Can you help?</h3><p>"
352 "<p>Are you using Sonic Visualiser in academic research or for commercial purposes? Or do you intend to do so?</p>" 352 "<p>Are you using Sonic Visualiser in academic research or for commercial purposes? Or do you intend to do so?</p>"
353 "<p>If so, would you be interested in telling us something about your work? We are gathering case studies to gauge the impact of our work and to guide our future actions.</p><p>Anything you tell us will be used only to guide research and development at the Centre for Digital Music, Queen Mary University of London.</p>"; 353 "<p>If so, would you be interested in telling us something about your work? We are gathering case studies to gauge our impact and inform our future actions.</p><p>Anything you tell us will be used solely to guide research and development at the Centre for Digital Music, Queen Mary University of London.</p>";
354 config.acceptLabel = tr("Yes, I'd be happy to"); 354 config.acceptLabel = tr("Yes, I'd be happy to");
355 config.rejectLabel = tr("No, thank you"); 355 config.rejectLabel = tr("No, thank you");
356 config.includeSystemInfo = false; 356 config.includeSystemInfo = false;
357 m_surveyer = new Surveyer(config); 357 m_surveyer = new Surveyer(config);
358 #endif 358 #endif