OSCAR-code/oscar
sawinglogz 0a996cde73 Move PRS1 parser event definitions into new parser cpp/h files.
No change in functionality.

This is almost entirely copy/paste, with the main exception of moving the
contents() method definitions out of the class definitions and moving the
needed TYPE definitions out of the header file.

Use git blame dd9a087 to follow the history before this refactoring.
2021-05-31 13:18:39 -04:00
..
docs Merge branch 'master' into translations 2020-04-07 19:49:58 +02:00
fonts Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
Graphs Fix multiple regressions that broke compilation with clang. 2021-04-26 20:10:37 -04:00
help Release changed from March to April 2020, and many small changes to translations-files. 2020-03-28 17:03:52 +01:00
icons Add icon for older C-Series PRS1 ventilators. 2020-04-22 17:14:58 -04:00
scripts Move macOS create_dmg script to its proper place. 2020-01-16 19:48:30 -05:00
SleepLib Move PRS1 parser event definitions into new parser cpp/h files. 2021-05-31 13:18:39 -04:00
tests Fix boundary condition bugs in RawDataDevice. 2021-05-24 19:59:58 -04:00
aboutdialog.cpp File error checking Phase I: check all file.open() operations are successful. 2020-08-09 10:33:04 -07:00
aboutdialog.h Allow for translated html texts 2019-03-20 09:49:17 -04:00
aboutdialog.ui Use large logo scaled down for sharpness 2019-04-21 21:18:43 -04:00
checkupdates.cpp Don't show versions.xml read errors for automatic checks. 2020-09-18 10:40:05 -07:00
checkupdates.h Auto check for updates 2020-07-04 18:17:25 -07:00
common_gui.cpp Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
common_gui.h Initial commit of contributed Viatom SpO2 loader. 2020-01-23 12:57:44 -05:00
cprogressbar.cpp Fix problem that could cause CProgressBar to hang and not close 2019-08-23 11:40:52 -07:00
cprogressbar.h Add C[onditional]ProgressBar class. 2019-08-04 08:33:32 -07:00
csv.cpp Add generic CSV reader class and switch ZEO loader to it. 2020-01-29 17:05:03 -05:00
csv.h Add generic CSV reader class and switch ZEO loader to it. 2020-01-29 17:05:03 -05:00
daily.cpp Journal should always ignore 'do not import sessions' date 2021-05-21 10:42:38 +10:00
daily.h Fix multiple regressions that broke compilation with clang. 2021-04-26 20:10:37 -04:00
daily.ui Use Qt standard shortcuts for printing, bold, italic, and underline. 2020-01-22 20:10:43 -05:00
exportcsv.cpp Correct Total Time and AHI in CSV Export when non-CPAP devices are used 2021-04-26 10:02:30 +10:00
exportcsv.h Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
exportcsv.ui Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
help.cpp Replace old man Oscar logo with new big O logo 2019-04-16 13:12:26 -04:00
help.h Sorry, massive list of small changes - debugging, sleepyhead deleteion, etc 2019-03-10 12:03:19 -04:00
help.ui Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
logger.cpp Logger.cpp: Add #define to allow all debug messages to be seen 2021-04-09 14:03:37 +10:00
logger.h Check for ability to write to data directory at startup 2020-08-16 12:46:36 -07:00
main.cpp Correct error dialog when data cannot be written to OSCAR_Data 2021-01-18 21:47:59 -07:00
mainwindow.cpp Consistent multi-file import for non-CPAP loaders (Viatom, Somnopose, Zeo, Dreem) 2021-04-24 17:44:27 +10:00
mainwindow.h Consistent multi-file import for non-CPAP loaders (Viatom, Somnopose, Zeo, Dreem) 2021-04-24 17:44:27 +10:00
mainwindow.ui Allow purge current day for all machine types 2021-04-05 12:05:05 +10:00
miniz.c Fix compile errors on Centos 7 2021-05-16 13:57:44 +10:00
miniz.h Add zip creation of SD card data. 2020-01-21 17:37:37 -05:00
mytextbrowser.h Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
newprofile.cpp Update copyright message 2020-08-19 10:19:35 -07:00
newprofile.h Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
newprofile.ui Language improvements for password prompt tooltip and debugging channels 2020-09-08 19:33:09 -07:00
oscar.pro Move PRS1 parser event definitions into new parser cpp/h files. 2021-05-31 13:18:39 -04:00
overview.cpp Merge branch 'master' into saveCustomRangeOverReload 2021-04-16 18:38:27 -04:00
overview.h This allows the Overview Custon range to be saved and resurvive a reloaded of OSCAR. 2021-03-21 16:21:48 -04:00
overview.ui Adding "snapshot" menu item to Overview Range widget after "custom". 2021-04-17 14:09:40 -04:00
oximeterimport.cpp GCC 11 build fix on arch #34 2021-05-18 01:19:12 +02:00
oximeterimport.h Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
oximeterimport.ui Tweak the oximeter import ui for the CMS50D+ 2019-06-15 15:59:11 -04:00
oximetry.ui Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
pch.h Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
preferencesdialog.cpp Add preference for B&W printing. 2020-07-18 12:50:34 -04:00
preferencesdialog.h Auto check for updates 2020-07-04 18:17:25 -07:00
preferencesdialog.ui Increase minimum width of Preferences dialog don't import before date field. 2020-09-12 22:07:40 +00:00
profileselector.cpp Avoid data loss when destroying a profile that's just an empty directory; Release notes for v1.2.0-beta-2 2020-09-09 22:03:32 -07:00
profileselector.h Update refresh button on Profile selector page. Code to implement this feature was apparently never written. 2019-09-28 20:13:50 -07:00
profileselector.ui Update refresh button on Profile selector page. Code to implement this feature was apparently never written. 2019-09-28 20:13:50 -07:00
rawdata.cpp Fix boundary condition bugs in RawDataDevice. 2021-05-24 19:59:58 -04:00
rawdata.h Fix boundary condition bugs in RawDataDevice. 2021-05-24 19:59:58 -04:00
reports.cpp Fix double printing of flow waveform when there's more oximetry than CPAP. 2020-07-18 13:17:53 -04:00
reports.h Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
reports.ui Sorry, massive list of small changes - debugging, sleepyhead deleteion, etc 2019-03-10 12:03:19 -04:00
Resources.qrc Add icon for older C-Series PRS1 ventilators. 2020-04-22 17:14:58 -04:00
sessionbar.cpp Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
sessionbar.h Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
statistics.cpp Change qWarning to qDebug for an expected file-does-not-exist condition 2020-08-19 17:09:41 -07:00
statistics.h Fix compile errors on Centos 7 2021-05-16 13:57:44 +10:00
STYLE Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
translation.cpp Rename Turkish language and add native language name to list of names. 2020-05-28 12:41:32 -07:00
translation.h Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
update_gitinfo.bat Correct version identification in Windows builds. 2020-03-20 10:17:28 -07:00
update_gitinfo.sh Fix update_gitinfo to detect detached head state properly. 2020-01-17 16:19:13 -05:00
updateparser.cpp Remove redefinition of nullptr that caused compilation errors under Qt 5.14. 2020-02-18 15:22:51 -05:00
updateparser.h Tweak copy constructors to fix build errors in CentOS. 2020-05-23 11:22:59 -04:00
UpdaterWindow.ui Replace old man Oscar logo with new big O logo 2019-04-16 13:12:26 -04:00
VERSION Name VERSION as 1.2.1-alpha.0 2020-10-31 09:07:22 -07:00
version.cpp Fix annoying precompiler limitation/bug in version sandbox logic. 2020-01-17 16:27:52 -05:00
version.h Clean up version.cpp, no functional changes. 2020-01-16 16:06:11 -05:00
welcome.cpp Correct leak rate computations on Welcome page 2020-10-31 09:49:02 -07:00
welcome.h Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
welcome.ui Simplify ResMed SD card lock message. 2019-08-01 11:21:57 -07:00
win_icon.rc Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
zip.cpp File error checking Phase I: check all file.open() operations are successful. 2020-08-09 10:33:04 -07:00
zip.h Update the OSCAR data zip to use the live debug log instead of creating one. 2020-07-21 13:25:17 -04:00