diff --git a/oscar/docs/release_notes.html b/oscar/docs/release_notes.html index 3b8cea2d..e524149c 100644 --- a/oscar/docs/release_notes.html +++ b/oscar/docs/release_notes.html @@ -12,6 +12,7 @@ Which was written and copyright 2011-2018 © Mark Watkins
  • Portions of OSCAR are © 2019 by The OSCAR Team
  • [new] Windows installers support Oscar, Oscar 32-bit, Oscar (test) and Oscar 32-bit (test)
  • [fix] Release builds use a Settings key of OSCAR, Test builds use OSCAR-test, and Branch builds use OSCAR-branch. Default data directories are similarly named.
  • +
  • [fix] Update all languages. Add Spanish (Mexico) and Norwegian.
  • [fix] All languages now available on Mac
  • [fix] Date bar on bottom of Daily graph now in local time when no line cursor displayed, and formatting improved
  • [fix] 100% zoom now works on overview page
  • diff --git a/oscar/mainwindow.cpp b/oscar/mainwindow.cpp index b420d57a..ab97068b 100644 --- a/oscar/mainwindow.cpp +++ b/oscar/mainwindow.cpp @@ -75,7 +75,7 @@ MainWindow::MainWindow(QWidget *parent) : connect(logger, SIGNAL(outputLog(QString)), this, SLOT(logMessage(QString))); } - // Bring window to top (useful when language is changed) - GTS 3/31/2019 + // Bring window to top (useful when language is changed) this->activateWindow(); this->raise(); diff --git a/oscar/welcome.cpp b/oscar/welcome.cpp index 2864687c..2903a80a 100644 --- a/oscar/welcome.cpp +++ b/oscar/welcome.cpp @@ -66,7 +66,7 @@ void Welcome::refreshPage() // Enable buttons that might be disabled ui->dailyButton->setEnabled(b); - ui->oximetryButton->setEnabled(b); // looks like this was omitted from the list (gts 7/4/2019) + ui->oximetryButton->setEnabled(b); ui->overviewButton->setEnabled(b); ui->statisticsButton->setEnabled(b);