mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Release notes for language changes, other minor changes
This commit is contained in:
parent
af2fc6f9c3
commit
48c0387125
@ -12,6 +12,7 @@ Which was written and copyright 2011-2018 © Mark Watkins
|
||||
<li>Portions of OSCAR are © 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>
|
||||
|
@ -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();
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user