Open Source CPAP Analysis Reporter A fork of sleepyhead/sleepyhead-code
Go to file
2013-10-10 10:36:03 +10:00
3rdparty More library build stuff 2013-10-10 10:36:03 +10:00
docs Translation preparation work, Oximetry time selection queries 2013-09-10 01:56:55 +10:00
fonts Window size fix and icon PNG updates 2011-06-26 21:49:40 +10:00
icons Qt5 compatibility fixes, new about page 2013-01-21 02:31:51 +10:00
sleepyhead More library build stuff 2013-10-10 10:36:03 +10:00
Translations Renamed src directory to sleepyhead 2013-10-10 02:47:28 +10:00
.gitignore Missing files 2011-06-26 19:14:18 +10:00
Doxyfile Doxygen stuff is nearly all done 2011-12-19 16:46:31 +10:00
installer.iss Created windows installer using Inno Setup Compiler. 2013-05-17 21:05:59 -04:00
LICENSE.txt gLineChart improvements, screenshot fixes for linux build. 2011-05-28 19:16:46 +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
Resources.qrc Qt5 compatibility fixes, new about page 2013-01-21 02:31:51 +10:00
SleepyHeadQT.pro More library build stuff 2013-10-10 10:36:03 +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/