diff --git a/sleepyhead/Graphs/gSessionTimesChart.cpp b/sleepyhead/Graphs/gSessionTimesChart.cpp index 79b67ded..ce009e62 100644 --- a/sleepyhead/Graphs/gSessionTimesChart.cpp +++ b/sleepyhead/Graphs/gSessionTimesChart.cpp @@ -43,10 +43,10 @@ gSummaryChart::gSummaryChart(ChannelID code, MachineType machtype) tz_hours = tz_offset / 3600.0; expected_slices = 5; - addCalc(code, ST_MIN, brighten(schema::channel[code].defaultColor() ,0.90)); - addCalc(code, ST_MID, brighten(schema::channel[code].defaultColor() ,1.30)); - addCalc(code, ST_90P, brighten(schema::channel[code].defaultColor() ,1.50)); - addCalc(code, ST_MAX, brighten(schema::channel[code].defaultColor() ,1.80)); + addCalc(code, ST_MIN, brighten(schema::channel[code].defaultColor() ,0.60)); + addCalc(code, ST_MID, brighten(schema::channel[code].defaultColor() ,1.20)); + addCalc(code, ST_90P, brighten(schema::channel[code].defaultColor() ,1.70)); + addCalc(code, ST_MAX, brighten(schema::channel[code].defaultColor() ,2.30)); } gSummaryChart::~gSummaryChart() diff --git a/sleepyhead/SleepLib/loader_plugins/prs1_loader.cpp b/sleepyhead/SleepLib/loader_plugins/prs1_loader.cpp index ace27382..1850b4be 100644 --- a/sleepyhead/SleepLib/loader_plugins/prs1_loader.cpp +++ b/sleepyhead/SleepLib/loader_plugins/prs1_loader.cpp @@ -216,11 +216,13 @@ void parseModel(MachineInfo & info, QString modelnum) info.modelnumber = modelnum; QString modelstr; + bool fnd = false; for (int i=0; itabWidget->setCurrentIndex(i); } -void MainWindow::on_actionExp_ort_triggered() -{ - ExportCSV ex(this); - - if (ex.exec() == ExportCSV::Accepted) { - } -} - void MainWindow::on_actionOnline_Users_Guide_triggered() { ui->webView->load( @@ -2712,3 +2704,16 @@ void MainWindow::on_actionShow_Performance_Counters_toggled(bool arg1) { p_profile->general->setShowPerformance(arg1); } + +void MainWindow::on_actionExport_CSV_triggered() +{ + ExportCSV ex(this); + + if (ex.exec() == ExportCSV::Accepted) { + } +} + +void MainWindow::on_actionExport_Review_triggered() +{ + QMessageBox::information(nullptr, STR_MessageBox_Information, QObject::tr("Sorry, this feature is not implemented yet"), QMessageBox::Ok); +} diff --git a/sleepyhead/mainwindow.h b/sleepyhead/mainwindow.h index 01e6a70a..fd6fa5f5 100644 --- a/sleepyhead/mainwindow.h +++ b/sleepyhead/mainwindow.h @@ -235,9 +235,6 @@ class MainWindow : public QMainWindow //! \brief Selects the next view tab void on_action_CycleTabs_triggered(); - //! \brief Opens the CSV Export window - void on_actionExp_ort_triggered(); - //! \brief Opens the User Guide at the wiki in the welcome browser. void on_actionOnline_Users_Guide_triggered(); @@ -331,6 +328,10 @@ class MainWindow : public QMainWindow void on_actionShow_Performance_Counters_toggled(bool arg1); void on_aboutToQuit(); + void on_actionExport_CSV_triggered(); + + void on_actionExport_Review_triggered(); + private: void importCPAPBackups(); void finishCPAPImport(); diff --git a/sleepyhead/mainwindow.ui b/sleepyhead/mainwindow.ui index e4084025..3869fd78 100644 --- a/sleepyhead/mainwindow.ui +++ b/sleepyhead/mainwindow.ui @@ -1494,7 +1494,7 @@ QToolBox::tab:selected { 0 0 - 230 + 240 724 @@ -1908,7 +1908,7 @@ border: 2px solid #56789a; border-radius: 30px; 0 0 - 230 + 240 724 @@ -3138,15 +3138,15 @@ border-radius: 10px; - + - + @@ -3526,10 +3526,10 @@ border-radius: 10px; - Export as CSV + CSV Export Wizard - + Export for Review