mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Open Source CPAP Analysis Reporter
A fork of sleepyhead/sleepyhead-code
This seems to be quite a bit faster and solves the wavy line problems on mac. I implemented a switch so this can be turned on/off in gGraphView::DrawTextQue() change use_pixmap_cache to false to turn it off. I'll remove the graph title and yaxis bits and put them back as this has the same effect |
||
---|---|---|
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/