mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-07 19:50:45 +00:00
Bump the PRS1 loader version to force a rebuild, update release notes.
Also fix a typo in the rebuild dialog.
This commit is contained in:
parent
a96a665987
commit
90434d5f11
@ -25,7 +25,7 @@
|
||||
//********************************************************************************************
|
||||
// Please INCREMENT the following value when making changes to this loaders implementation
|
||||
// BEFORE making a release
|
||||
const int prs1_data_version = 17;
|
||||
const int prs1_data_version = 18;
|
||||
//
|
||||
//********************************************************************************************
|
||||
#if 0 // Apparently unused
|
||||
|
@ -1607,6 +1607,8 @@ void Daily::Load(QDate date)
|
||||
if (cpap) {
|
||||
float hours=day->hours(MT_CPAP);
|
||||
if (GraphView->isEmpty() && (hours>0)) {
|
||||
// TODO: Eventually we should get isBrick from the loader, since some summary days
|
||||
// on a non-brick might legitimately have no graph data.
|
||||
if (!p_profile->hasChannel(CPAP_Obstructive) && !p_profile->hasChannel(CPAP_Hypopnea)) {
|
||||
GraphView->setEmptyText(STR_Empty_Brick);
|
||||
|
||||
|
@ -6,6 +6,19 @@
|
||||
Which was written and copyright 2011-2018 © Mark Watkins
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>Changes and fixes in OSCAR v1.1.0-BETA?</b>
|
||||
<ul>
|
||||
<li>[fix] Improved import of Philips Respironics settings. In particular:
|
||||
<ul>
|
||||
<li>The settings for PC, S, and S/T modes are now displayed correctly.</li>
|
||||
<li>AVAPS settings are now displayed correctly, including target tidal volume.</li>
|
||||
<li>Backup breath settings are now imported and displayed.</li>
|
||||
<li>The settings for CPAP-Check and Auto-Trial modes are now displayed correctly.</li>
|
||||
</ul>
|
||||
<li>[fix] Several crashes have been fixed.
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
<b>Changes and fixes in OSCAR v1.1.0-beta-2</b>
|
||||
<ul>
|
||||
@ -15,7 +28,6 @@ Which was written and copyright 2011-2018 © Mark Watkins
|
||||
<li>[fix] Improved import of Philips Respironics flex and humidification settings</li>
|
||||
<li>[new]Extensive re-organization of the ResMed loader to facilitate understanding and future improvements</li>
|
||||
</ul>
|
||||
</b>
|
||||
|
||||
<p>
|
||||
<b>Changes and fixes in OSCAR v1.1.0-beta-1</b>
|
||||
|
Loading…
Reference in New Issue
Block a user