mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Open Source CPAP Analysis Reporter
A fork of sleepyhead/sleepyhead-code
S9 missing str.edf data workaround Humidifier setting displayed wrong in daily. Wrong EPR value in Overview, Summary renamed to Statistics. Favourites renamed to Bookmarks. Calendar highlighting fix when bookmarks selected |
||
---|---|---|
docs | ||
fonts | ||
Graphs | ||
icons | ||
qextserialport | ||
quazip | ||
SleepLib | ||
.gitignore | ||
common_gui.cpp | ||
common_gui.h | ||
daily.cpp | ||
daily.h | ||
daily.ui | ||
Doxyfile | ||
exportcsv.cpp | ||
exportcsv.h | ||
exportcsv.ui | ||
LICENSE.txt | ||
main.cpp | ||
mainwindow.cpp | ||
mainwindow.h | ||
mainwindow.ui | ||
newprofile.cpp | ||
newprofile.h | ||
newprofile.ui | ||
overview.cpp | ||
overview.h | ||
overview.ui | ||
oximetry.cpp | ||
oximetry.h | ||
oximetry.ui | ||
preferencesdialog.cpp | ||
preferencesdialog.h | ||
preferencesdialog.ui | ||
profileselect.cpp | ||
profileselect.h | ||
profileselect.ui | ||
README | ||
report.ui | ||
Resources.qrc | ||
SleepyHeadQT.pro | ||
updateparser.cpp | ||
updateparser.h | ||
UpdaterWindow.cpp | ||
UpdaterWindow.h | ||
UpdaterWindow.ui | ||
version.h |
SleepyHead QT port v0.9 branch SleepyHead is cross platform, opensource sleep tracking program for reviewing CPAP and Oximetry data, which are devices used in the treatment of Sleep Disorders like Obstructive Sleep Apnea. To Build: qmake make You may need to add a -spec option to qmake to suit your platform. Adding -j3 speeds up the make command on a dual core or greater system. Author: Mark Watkins <jedimark@users.sourceforge.net> Copyright (C)2011 Mark Watkins Licence Stuff ------------- This software is released under the GNU Public License, at a GPL version of my choosing at a later date. Exceptions and 3rd Party Libraries: Incorporates QextSerialPort. Insert New BSD license here? (Apparently PD.. need to verify) http://code.google.com/p/qextserialport/ It uses QuaZip, by Sergey A. Tachenov, which is a C++ wrapper over Gilles Vollant's ZIP/UNZIP package.. http://sourceforge.net/projects/quazip/