Open Source CPAP Analysis Reporter A fork of sleepyhead/sleepyhead-code
Go to file
2014-08-10 09:25:06 +10:00
3rdparty Forced Preferences, Exit and About into application menu on Mac, added qtserialport source 2014-07-19 16:12:15 +10:00
history Added support for importing .spo2 files from newer CMS50F oximeters, plus a little SleepyHead history 2014-06-30 20:41:50 +10:00
innosetup Windows installer scripts 2014-05-14 19:55:03 +10:00
sleepyhead Linux screenshot fix 2014-08-10 09:25:06 +10:00
Translations Updated Dutch translation files again... 2014-07-28 21:32:30 +02:00
.gitignore Missing files 2011-06-26 19:14:18 +10:00
Bundle3rdParty Windows installer scripts 2014-05-14 19:55:03 +10:00
configure F9 and F10 hotkeys to hide daily panel sidebar and calendar 2014-08-05 07:28:27 +10:00
COPYING Standardize project modelines and include license and copyright. 2014-04-10 13:29:53 +10:00
Doxyfile Doxygen stuff is nearly all done 2011-12-19 16:46:31 +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
SleepyHeadQT.pro Initial Weinmann Support, Pressure Relief Fixes, Pressure String Fixes 2014-08-03 23:00:13 +10:00
version.sh Added simple version.sh check tool 2014-07-30 02:47:19 +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/