Release notes for language changes, other minor changes

This commit is contained in:
Seeker4 2019-08-19 12:34:18 -07:00
parent af2fc6f9c3
commit 48c0387125
3 changed files with 3 additions and 2 deletions

View File

@ -12,6 +12,7 @@ Which was written and copyright 2011-2018 © Mark Watkins
<li>Portions of OSCAR are &copy; 2019 by The OSCAR Team</li>
<li>[new] Windows installers support Oscar, Oscar 32-bit, Oscar (test) and Oscar 32-bit (test)</li>
<li>[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.</li>
<li>[fix] Update all languages. Add Spanish (Mexico) and Norwegian.</li>
<li>[fix] All languages now available on Mac</li>
<li>[fix] Date bar on bottom of Daily graph now in local time when no line cursor displayed, and formatting improved</li>
<li>[fix] 100% zoom now works on overview page</li>

View File

@ -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();

View File

@ -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);