Commit Graph

119 Commits

Author SHA1 Message Date
Phil Olynyk
5bc1d60a54 Update release notes and VERSION to 1.3.0-beta-1 2021-08-26 14:20:49 -04:00
kappa44
112c4ce9eb HTML entity fix 2021-08-19 17:12:12 +10:00
Phil Olynyk
3ecce66397 Update release notes and VERSION for 1.3.0 2021-08-17 12:39:16 -04:00
Guy Scharf
9f5373ed91 Refactor functions that act on all AHI-contributing channels.
Add new AllAhiChannels ChannelID to refer to all channels that contribute to AHI.
List of AHI-contributing channels is in "ahiChannels" QVector.
2021-07-24 21:12:15 -07:00
Phil Olynyk
60290a2fd0 Update release notes for Turkish signals 2021-05-22 15:21:16 -04:00
kappa44
a836871914 Ignore old sessions should not impact existing data 2021-05-18 20:45:04 +10:00
sawinglogz
505264a200 Detect DreamStation 2 cards and alert the user. 2021-05-13 16:46:44 -04:00
sawinglogz
66e06af211 Add 700X130 to the list of tested machines. 2021-05-13 10:15:57 -04:00
kappa44
aec02b14aa Fix bookmark behavior with clock drift 2021-05-11 14:48:14 +10:00
kappa44
89edb3f077 Correct Total Time and AHI in CSV Export when non-CPAP devices are used 2021-04-26 10:02:30 +10:00
Phil Olynyk
e20518e84c Don't skip the first 40 seconds of ResMed low-rate pressure data. 2021-04-24 16:52:25 -04:00
kappa44
e633a82de4 Consistent multi-file import for non-CPAP loaders (Viatom, Somnopose, Zeo, Dreem) 2021-04-24 17:44:27 +10:00
Guy Scharf
bbfa4aed6b Update release notes for latest changes (nothing important here) 2021-04-09 14:08:30 +10:00
kappa44
a02981f6d1 Extend purge current day to allow per-machine type purge 2021-04-05 12:23:43 +10:00
kappa44
113d592af3 Allow purge current day for all machine types 2021-04-05 12:12:16 +10:00
Guy Scharf
e3a87a3148 Update release notes with recent changes. 2021-04-04 04:56:06 -07:00
Guy Scharf
a06d37e10e Correct error dialog when data cannot be written to OSCAR_Data
Also minor update to Release Notes
2021-01-18 21:47:59 -07:00
sawinglogz
09ba58669a Add support for Target Time humidifier setting on DreamStation Go. 2020-12-29 20:23:37 -05:00
Phil Olynyk
40c6100fb3 Update release notes with Chromebook change 2020-11-21 20:14:46 -05:00
Guy Scharf
77b64c87e8 Fix loss of notes and bookmarks when importing or purging data
OSCAR now calls Unload() for the current day when importing new data
or purging oximetry data.  This will cause any recently changes Notes
to be saved instead of silently discarded.

When purging the current day, OSCAR will now purge only session data
and not any other machine data it finds, which caused Bookmarks (and
probably Oximetry data) to be deleted as well.

Release Notes updated.
2020-11-21 11:45:43 -07:00
Guy Scharf
4276765bf2 ResMed loader no longer checks for maskoff dates beyond current time
Loader was checking that maskoff time was not greater than current time.  This
produced problems when CPAP machine was set to DST but computer was set to standard
time. This also could cause problems trying to import files created in a different
timezone.
Added a separate check for maskon and maskoff times were in legal range (0-24*60).
Updated release notes.
2020-11-19 13:51:01 -07:00
Arie Klerk
3ec5a4dd47 Merge branch 'master' into translations 2020-11-08 16:20:04 +01:00
Arie Klerk
13b6f946be Translations: Removed translated Credits pages, added a link to the English Credits page. Cleaned languages with lupdate. 2020-11-08 16:17:13 +01:00
Guy Scharf
4dec283c05 Update release notes. 2020-11-03 14:53:40 -07:00
Guy Scharf
d4c2b74afb Allow non-ASCII (UTF-8) characters in user first and last name in user profile
We do this by forcing a UTF-8 byte order marker in the profile.xml file.
We also add processing instructions that specify UTF-8, although it seems the BOM is itself sufficient.
2020-10-31 18:06:38 -07:00
Guy Scharf
c09b728e35 Update Release Notes 2020-10-31 11:26:03 -07:00
Phil Olynyk
6d9f544af8 Update rc.2 to release status 2020-10-13 13:32:54 -04:00
Guy Scharf
a9cd1ed0d1 Release Notes for rc.2 2020-10-06 09:36:54 -07:00
Phil Olynyk
e4b3b97c21 Change VERSION to v1.2.0-rc.1 - use dot as pre-release separator 2020-09-25 13:03:40 -04:00
Guy Scharf
ce249b4799 Release notes for OSCAR 1.2.0-rc-1 2020-09-24 20:36:54 -07:00
Guy Scharf
235b5ea9f5 Release notes for 1.2.0-beta-3 updated. 2020-09-15 10:41:19 -07:00
Phil Olynyk
3bda3ce275 Add Unidee to the list ot Testers 2020-09-13 20:10:12 -04:00
sawinglogz
d98a76aa22 Recognize low MV alarm on 1030X and update warnings based on test data. 2020-09-13 19:28:00 -04:00
Guy Scharf
644d900a1c Make Release Notes link to translated pages a hyperlink 2020-09-10 11:55:20 -07:00
Arie Klerk
62ab4773e1 Edited Release Notes to clean conflict warning 2020-09-10 10:37:23 +02:00
Arie Klerk
fffa7a1383 Merge branch 'master' into translations 2020-09-10 10:04:50 +02:00
Arie Klerk
f3166013dd First few updated languages for beta-2. Also removed translated Release Notes and added link to wiki on top of Release Notes. 2020-09-10 09:55:12 +02:00
Guy Scharf
e39adbd41e Avoid data loss when destroying a profile that's just an empty directory; Release notes for v1.2.0-beta-2
- If trying to delete a profile folder with no contents, now displays an error message and doesn't delete it.
- Folders with no contents are no longer listed on the Profiles page.
- Release Notes updated with the fixes for beta-2.
2020-09-09 22:03:32 -07:00
Guy Scharf
de0069171a Support migration of OSCAR as well as SleepyHead data. Update Release Notes. 2020-09-10 01:12:45 +00:00
Guy Scharf
afe6316f7a Update Release Notes for 1.2.0-beta-1 2020-09-01 07:04:18 -07:00
Phil Olynyk
04acbd0b1e Release notes updated for v1.2.0 2020-08-31 13:48:06 -04:00
Guy Scharf
628ddaa399 Fix Welcome page pressure numbers for VAuto-S 2020-08-26 09:58:00 -07:00
Guy Scharf
ce18739d14 ResMed and Oximetry loader enhancements
- Oximetry loader from file now remembers last directory data was imported from.
- ResMed loader loads from last day or oldest purge date if a day was purged since last import.
  purgeDate added to MachineInfo to implement this.  Purge date set when a day is purged and cleared after an import.
2020-08-23 15:30:38 -07:00
sawinglogz
13e8a1947d Add 452P and 650P to the list of tested machines.
Also improve support for rare F0V23 events and update other warnings based
on new test data.
2020-08-16 21:19:11 -04:00
Guy Scharf
86bc4ac606 Fix Welcome page calculcation of number of days since last import 2020-08-15 08:57:26 -07:00
Guy Scharf
4885abf76a Overview graphs right edge now on correct date in GMT+ timezones
Changed a lot of Qt::UTC to Qt::LocalTime.  Some risk of having changed ones that should not have been changed.
2020-08-09 10:25:45 -07:00
sawinglogz
0960384b20 Add support for compliance records from PRS1 60 Series bricks.
Add 261CA to the list of tested machines.
2020-08-04 20:59:51 -04:00
sawinglogz
93a056b252 Add 462P and 400X120 to the list of tested machines.
Also update F0V4 warning based on new test data.
2020-08-03 14:18:25 -04:00
Guy Scharf
d4f0645c68 Update release notes for Overview changes 2020-08-02 20:32:08 -07:00
Guy Scharf
94c84ffde6 Update release notes for popout graphs 2020-08-01 13:54:20 -07:00