Minor grammar and typo fixes

release_notes: removed Lowenstein Prisma & fix for weight calc & HiRes monitor fix
oscar.pro: changed min macOS version to 10.13 which Qt 5.15.2 requires & updated (c) year
preferencesdialog.ui: fixed typo
update_gitinfo.bat: fixed typo
This commit is contained in:
Jeff Norman 2023-07-15 03:10:43 -04:00
parent 0ae2cf58bc
commit e6ca80ca16
4 changed files with 5 additions and 6 deletions

View File

@ -29,14 +29,13 @@
<li>[new] Event Flags graph automatically resizes to event types selected</li>
<li>[new] Added warning dialog when a session is disabled</li>
<li>[new] Added Backup feature for daily/overview graph settings</li>
<li>[new] Löwenstein Prisma now supported</li>
<li>[fix] Fix high resolution display issues</li>
<li>[fix] Improved support for PrismaLine bilevel modes</li>
<li>[fix] Selected event not showing in PRS1 devicess</li>
<li>[fix] Updated wording for View > Reset Graphs</li>
<li>[fix] Crash on View > Reset Graphs</li>
<li>[fix] Viatom now imports files with .dat extension</li>
<li>[fix] Graph combo box updated</li>
<li>[fix] Weight calculation</li>
<li>[fix] Allow Graph and Event combo boxes to remain open after changes.</li>
<li>[fix] Overview display of ResMed Oximeter events now works.</li>
</ul>

View File

@ -99,7 +99,7 @@ QMAKE_EXTRA_TARGETS += gitinfotarget
QMAKE_TARGET_PRODUCT = OSCAR
QMAKE_TARGET_COMPANY = The OSCAR Team
QMAKE_TARGET_COPYRIGHT = © 2019-2022 The OSCAR Team
QMAKE_TARGET_COPYRIGHT = © 2019-2023 The OSCAR Team
QMAKE_TARGET_DESCRIPTION = "OpenSource CPAP Analysis Reporter"
_VERSION_FILE = $$cat(./VERSION)
VERSION = $$section(_VERSION_FILE, '"', 1, 1)
@ -110,7 +110,7 @@ RC_ICONS = ./icons/logo.ico
macx {
QMAKE_TARGET_BUNDLE_PREFIX = "org.oscar-team"
# QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.12
# QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.13
LIBS += -lz
ICON = icons/OSCAR.icns
} else:haiku {

View File

@ -1663,7 +1663,7 @@ as this is the only value available on summary-only days.</string>
<item>
<widget class="QGroupBox" name="oximetryGroupBox">
<property name="title">
<string>Oximetry Settings - Not Currently Funcyional</string>
<string>Oximetry Settings - Not Currently Functional</string>
</property>
<property name="checkable">
<bool>false</bool>

View File

@ -27,7 +27,7 @@ if errorlevel 1 goto GitFail
:GitFail
:GitDone
@echo Update_gtinfo.bat: GIT_BRANCH=%GIT_BRANCH%, GIT_REVISION=%GIT_REVISION%, GIT_TAG=%GIT_TAG%
@echo Update_gitinfo.bat: GIT_BRANCH=%GIT_BRANCH%, GIT_REVISION=%GIT_REVISION%, GIT_TAG=%GIT_TAG%
echo // This is an auto generated file > %DIR%git_info.new