Open Source CPAP Analysis Reporter A fork of sleepyhead/sleepyhead-code
Go to file
Richard Freeman e472b699d9 Fix for prs1 code 8/12.
Signed-off-by: Richard Freeman <rich0@gentoo.org>
2012-12-09 09:00:26 -05:00
docs PRS1 ASV IPAP / PS Fixes. Moved Target Minute Vent to secondary plot in Minute Vent chart 2012-01-14 17:41:50 +10:00
fonts Window size fix and icon PNG updates 2011-06-26 21:49:40 +10:00
Graphs Added tooltip timeout slider in Appearance Preferences, removed empty preferences page. 2012-05-17 03:04:22 +10:00
icons Minor bugfix and flow rate optimisations 2012-01-10 03:06:24 +10:00
qextserialport Added qwineventnotifier_p.h to qextserialport stuff 2011-09-04 15:41:55 +10:00
quazip Rich Freeman's patchset #1 2012-11-12 17:24:18 +10:00
SleepLib Fix for prs1 code 8/12. 2012-12-09 09:00:26 -05:00
.gitignore Missing files 2011-06-26 19:14:18 +10:00
common_gui.cpp Rich Freeman's patchset #1 2012-11-12 17:24:18 +10:00
common_gui.h More doxygen header documentation 2011-12-18 23:20:01 +10:00
daily.cpp Time-weighted percentile calc bugfix, more F&P work 2012-02-02 00:53:31 +10:00
daily.h PRS1 ASV IPAP / PS Fixes. Moved Target Minute Vent to secondary plot in Minute Vent chart 2012-01-14 17:41:50 +10:00
daily.ui Highlight ZEO days in calendar, Graph tooltip showing stage meanings 2012-01-12 00:49:22 +10:00
Doxyfile Doxygen stuff is nearly all done 2011-12-19 16:46:31 +10:00
exportcsv.cpp Initial F&P Icon support. (Initial, as in basic, and probably broken. :) 2012-01-23 00:39:20 +10:00
exportcsv.h Initial F&P Icon support. (Initial, as in basic, and probably broken. :) 2012-01-23 00:39:20 +10:00
exportcsv.ui ResMed S9 Loader Rework to get at the STR.edf sessions where no other .edf data present 2011-12-31 09:02:45 +10:00
LICENSE.txt gLineChart improvements, screenshot fixes for linux build. 2011-05-28 19:16:46 +10:00
main.cpp Initial F&P Icon support. (Initial, as in basic, and probably broken. :) 2012-01-23 00:39:20 +10:00
mainwindow.cpp Rich Freeman's patchset #1 2012-11-12 17:24:18 +10:00
mainwindow.h F&P Flow Waveform extraction 2012-01-29 14:17:02 +10:00
mainwindow.ui F&P Flow Waveform extraction 2012-01-29 14:17:02 +10:00
newprofile.cpp Path seperator fix in newprofile.cpp 2012-05-21 13:40:49 +10:00
newprofile.h Added data folder selection ability on first run. Show data folder location in About window 2012-05-17 06:28:09 +10:00
newprofile.ui Added data folder selection ability on first run. Show data folder location in About window 2012-05-17 06:28:09 +10:00
overview.cpp Rich Freeman's patchset #1 2012-11-12 17:24:18 +10:00
overview.h Rich Freeman's patchset #1 2012-11-12 17:24:18 +10:00
overview.ui Some profiling & optimisations. Implemented Session Events Compression, Backup edf File compression for ResMed, preference changed around a bit, and new options for the compression and backup stuff. And more efficient Weighted Percentile calculations 2012-01-05 14:37:22 +10:00
oximetry.cpp Swap mac serial portnames just like windows needed 2012-01-23 03:16:09 +10:00
oximetry.h Oximetry summary work, Prescription changes best and worst highlighting, Summary percentile calculations and load all nastiness test 2011-12-23 20:52:31 +10:00
oximetry.ui Pulse & SPO2 LCD display reversed 2012-05-02 09:41:39 +10:00
preferencesdialog.cpp Added tooltip timeout slider in Appearance Preferences, removed empty preferences page. 2012-05-17 03:04:22 +10:00
preferencesdialog.h Added reindexer.. Applied on preferences changes 2012-01-10 16:21:30 +10:00
preferencesdialog.ui Added tooltip timeout slider in Appearance Preferences, removed empty preferences page. 2012-05-17 03:04:22 +10:00
profileselect.cpp Enabled profile delete in login screen 2012-01-11 21:25:36 +10:00
profileselect.h Enabled profile delete in login screen 2012-01-11 21:25:36 +10:00
profileselect.ui ResMed S9 Loader Rework to get at the STR.edf sessions where no other .edf data present 2011-12-31 09:02:45 +10:00
README Loading screen time is too short, so just display welcome page.. Fix zoom in too close makes cpap pressure dissapear bug 2011-12-25 18:17:24 +10:00
report.ui Moved Overview Report to to Overview, added Print menu 2011-09-11 16:16:45 +10:00
Resources.qrc Updater and Version number changed to support for Release Number. Bumped version for updater test. 2012-01-12 19:35:50 +10:00
SleepyHeadQT.pro Rich Freeman's patchset #1 2012-11-12 17:24:18 +10:00
updateparser.cpp Updater and Version number changed to support for Release Number. Bumped version for updater test. 2012-01-12 19:35:50 +10:00
updateparser.h Updater and Version number changed to support for Release Number. Bumped version for updater test. 2012-01-12 19:35:50 +10:00
UpdaterWindow.cpp Fixed some RespRate calculation problems 2012-01-13 05:12:00 +10:00
UpdaterWindow.h Doxygen stuff is nearly all done 2011-12-19 16:46:31 +10:00
UpdaterWindow.ui Initial PRS1 Unintentional Leaks hack for all CPAP modes. Minor crash fix to UserFlags calculations 2012-01-15 16:20:10 +10:00
version.h Added data folder selection ability on first run. Show data folder location in About window 2012-05-17 06:28:09 +10:00

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/