mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 02:00:43 +00:00
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:
parent
0ae2cf58bc
commit
e6ca80ca16
@ -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>
|
||||
|
@ -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 {
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user