Commit Graph

3799 Commits

Author SHA1 Message Date
Guy Scharf
e98f6bd379 Another adjustment to width of date edit field in Preferences dialog 2020-09-13 11:12:51 -07:00
harre
d54e8b2e11 Added default copy operators as implicit default is deprecated 2020-09-13 01:10:03 +02:00
Guy Scharf
036117d41d Correct reversion in beta-1 that lost date last imported. 2020-09-12 22:07:40 +00:00
Guy Scharf
ade32fa914 Change Profiles page and Daily Records box in right sidebar to show data for most recently used machine.
- Changed Profile::GetMachine() to find machine with latest lastImportDate when there were multiple machines in a profile.
- Previously, OSCAR would shown the "first" machine in its list, without clarity about how a machine was designated "first".
2020-09-12 22:07:40 +00:00
Guy Scharf
abf0747b50 Add data directory path to error message when unable to write test file.
- This is intended to make the error message and log entries more descriptive.
2020-09-12 22:07:40 +00:00
Guy Scharf
3ea13f736f Increase minimum width of Preferences dialog don't import before date field.
- Intent is to prevent clipping of year number for months with long names (September).
- This helps with default font size on my system but may not help on others.
2020-09-12 22:07:40 +00:00
Arie Klerk
ce67d16c42 Merge branch 'master' into translations 2020-09-12 20:28:01 +02:00
Arie Klerk
d49e1646d5 Repeated some languages that obviously were not updated/right... 2020-09-12 20:26:14 +02:00
Phil Olynyk
4c8c6682de Add license phrase and fix qt5 dependecy 2020-09-12 13:30:02 -04:00
Phil Olynyk
f13df4d31b Merge branch 'master' into update-v1.2.0-beta-2 2020-09-10 19:24:31 -04:00
Phil Olynyk
249144a4a4 Update version to v1.2.0-beta-2 2020-09-10 19:20:30 -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
b49e483fa4 Remove SleepyHead modules ProfileSelect.h, .cpp, .ui. OSCAR uses ProfileSelector.* modules 2020-09-09 20:55:23 -07:00
Phil Olynyk
5409034855 Merge branch 'master' into update-Linux_packaging 2020-09-09 21:43:36 -04:00
Phil Olynyk
c475f89d61 Update Linux packaging files to fix lintian errors 2020-09-09 21:31:49 -04:00
Guy Scharf
f423ef4967 Fix reversion in fea497ac causing fatal 'variable not used' message 2020-09-09 18:27:58 -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
Phil Olynyk
fea497aca6 Test for Crostini 9p filesystem before looking for /mnt/chromeos/removable 2020-09-09 20:55:42 -04:00
Guy Scharf
6406545c33 Correct percentile calculation for multiple days
- Previously, would stop and return 0 if any day in range was suumary only
- Now, just ignores summary-only days if there are days with data
- Re-indentation makes change look bigger than it is
2020-09-08 19:54:56 -07:00
Guy Scharf
555639e78b Language improvements for password prompt tooltip and debugging channels 2020-09-08 19:33:09 -07:00
sawinglogz
ffc4b897f8 Improve import of rare 950P events; update warnings based on test data.
Rare hypopnea variants weren't being recognized, and timestamps were
slightly off after a mid-session humidification change.
2020-09-02 11:23:36 -04:00
Guy Scharf
afe6316f7a Update Release Notes for 1.2.0-beta-1 2020-09-01 07:04:18 -07:00
Guy Scharf
23036ec8cd Fix compile problem with QT 5.9; change Patient Access to Essentials
- Values of "On" and "Plus" will be shown for this field.
- Field name will remain Patient Access until a new profile is created or language is changed.
2020-08-31 22:02:32 -07:00
Phil Olynyk
9d9955e0bb VERSION updated to v1.2.0-beta-1 2020-08-31 13:53:25 -04:00
Phil Olynyk
04acbd0b1e Release notes updated for v1.2.0 2020-08-31 13:48:06 -04:00
Phil Olynyk
dcf6dc5bd2 Add g++ version 10 test 2020-08-31 12:59:18 -04:00
Guy Scharf
265bdc2d7e Welcome page code cleanup.
- make Day::validPressure() available
- Welcome page to report n/a if pressure not valid (but it should always be valid)
- Did NOT add validPressure() call to all pressure reports.
2020-08-30 13:43:00 -07:00
Phil Olynyk
1f53b558ab Merge branch 'master' into fix-Linux-Crostini-paths 2020-08-28 15:04:31 -04:00
Phil Olynyk
74dd8d7f51 Fix spelling typo 2020-08-28 14:55:33 -04:00
Guy Scharf
628ddaa399 Fix Welcome page pressure numbers for VAuto-S 2020-08-26 09:58:00 -07:00
Phil Olynyk
d5778bafb6 Check Crostini mount points, and force name to OSCAR-test if not OSCAR 2020-08-25 21:09:53 -04: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
Guy Scharf
5e5af1b541 Cleaen up some debug messages 2020-08-19 17:12:41 -07:00
Guy Scharf
2e8ee43267 Avoid scaling null pixmap to avoid warning message 2020-08-19 17:10:34 -07:00
Guy Scharf
9642a54d04 Change qWarning to qDebug for an expected file-does-not-exist condition 2020-08-19 17:09:41 -07:00
Guy Scharf
79dad50b79 Update copyright message 2020-08-19 10:19:35 -07:00
Guy Scharf
134a30624f Improve file open diagnostic messages 2020-08-19 10:14:38 -07:00
Guy Scharf
4e0d8d33fd Changes to ResMed loader:
- Fix possible problem with rebuilding CPAP data
- Change re-import to look just at last day (full re-import will be re-added later)
- Improve detection of when a day needs to be rebuilt on re-import
- Improve some diagnostic messages
2020-08-19 10:14:02 -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
b338d7aa3d Check for ability to write to data directory at startup
Show critical error message and exit OSCAR if unable to write to data directory
    Improve qWarning message in logger.cpp
    Present warning dialog if logger cannot write to disk
2020-08-16 12:46:36 -07: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
bf6dd5c615 Improvements to ResMed loader for re-importing days
o Now compares all days, not just starting from last day imported
o Compares number of non-identical MaskOn/Off events with session count
o Hid most qDebug messages behind #define STR_EDF
o Added qWarning to open() and close() calls for improved diagnostics
o Fixed some copy() calls that were not working
2020-08-13 16:32:34 -07:00
Guy Scharf
8f3971cb09 Fix maskon/off vs session count comparison for deciding when to re-import a day 2020-08-12 17:26:14 -07:00
Guy Scharf
7c350068e0 Minor improvements to some file open and copy error messages 2020-08-12 17:25:15 -07:00
Phil Olynyk
d68afd69c4 Merge branch 'master' into fix-backup 2020-08-09 17:20:11 -04:00
Phil Olynyk
d46dd3d144 Remove existing backups before second import; also change double to qint64 in LoadEVE and LoadCSL 2020-08-09 17:17:21 -04:00