Open Source CPAP Analysis Reporter A fork of sleepyhead/sleepyhead-code
Go to file
sawinglogz f62d99bb31 Add machines to tested PRS1 list, alert user if their machine is untested.
This introduces a very slight change UI behavior, where the user
will receive an alert if their machine has a supported family/version
but is a model number for which we don't have any test data.

Also, the user alert for an unsupported machine has been updated
to align with the actual underlying parsing limitations. It's
possible this will create some new warnings, but it doesn't seem
like any such machines would have worked anyway, in which case
an explanatory message is an improvement.

The "untested" alert will happen on import once per launch of OSCAR.
Ideally this would only happen the first time an untested machine is
imported, but that will require figuring out how to serialize an
additional value in the user's machine profile.
2019-05-30 16:32:57 -04:00
Building Pixel editing to 32x32 icon (Wave-32.png) to make white border more even. 2019-05-16 23:03:40 -07:00
history Moved configure script to history so it's not used by accident 2019-04-29 12:40:23 -04:00
Htmldocs Pick up all translations for release 2019-04-21 15:22:17 -04:00
oscar Add machines to tested PRS1 list, alert user if their machine is untested. 2019-05-30 16:32:57 -04:00
Translations Pick up all translations for release 2019-04-21 15:22:17 -04:00
.gitignore Update Doxyfile to run from oscar-code and place output in doxydoc directory, and ignore doxydoc in .gitignore. 2019-05-06 18:01:19 -07:00
CONTRIBUTING.md Update CONTRIBUTING 2019-05-03 17:10:44 +00:00
COPYING Standardize project modelines and include license and copyright. 2014-04-10 13:29:53 +10:00
Doxyfile Update Doxyfile to run from oscar-code and place output in doxydoc directory, and ignore doxydoc in .gitignore. 2019-05-06 18:01:19 -07:00
OSCAR_QT.pro Disable dark mode in macOS 2019-05-14 06:46:27 +02:00
README Updated build requirements and corrected suggested build script 2019-04-15 11:12:59 -04:00
version.sh Reset version number 2019-02-13 13:20:46 -05:00

OpenSource CPAP Analysis Reporter - OSCAR

OSCAR is a derivative of SleepyHead version 1.1.0,created when that was abandoned by Mark Watkins.

SleepyHead was a 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. It was released
under the GPL version 3 license. See the file COPYING for those details.

SleepyHead was written by Mark Watkins (aka Jedimark), an Australian software developer afflicted with sleep apnea.

SleepyHead was copyright (C) 2011-2018 by Mark Watkins <mark@jedimark.net>

Portions of OSCAR are copyright (c) 2019 by Nightowl Software <michaelnightowl99@gmail.com>

Requirements: (Linux package names are given, Windows and Mac should be similar)
-------------
Qt5.9 SDK with help (Qt5.9 from http://qt.io/download-open-source recommended)
The help modules are libqt5help5, qttools5-dev and qttools5-dev-tools

Qt5.7 SDK without help is possible (for Debian Stretch)

All systems need qtcreator or qttools5-dev-tools

All systems need qt5-default, libqt5serialport5, libqt5serailport5-dev and libqt5opengl5-dev
Linux also needs libudev-dev and zlib1g-dev

OSX needs Xcode and commandline tools from AppStore,

Windows needs MinGW (in Qt5 SDK) or VC++2015 Community, and a matching set of Qt libraries.

Building:
--------

Recommend shadow building to not cruft up the source code folder:

cd ..
mkdir build
cd build
qmake ../OSCAR-code/OSCAR_QT.pro 
make

You may need to add a -spec option to qmake to suit your platform. 
Adding -j4 speeds up the make command on a dual core or greater system.

Building on OSX:
---------------
Build as above. If qmake fails with the error:
Project ERROR: Xcode not set up properly. You may need to confirm the license agreement by running /usr/bin/xcodebuild
edit the file: 
QT_INSTALL_DIR/5.9/clang_64/mkspecs/features/mac/default_pre.prf

and replace
/usr/bin/xcrun -find xcrun 2>/dev/null

with
/usr/bin/xcrun -find xcodebuild 2>/dev/null



Software Licensing Information
------------------------------
OSCAR is released under the GNU GPL v3 License. Please see below for a note on giving correct attribution
in redistribution of derivatives.

It is built using Qt SDK (Open Source Edition), available from http://qt.io.

Redistribution of derivatives ( a note added by Mark Watins )
-----------------------------
Mark Watkins created this software to help lessen the exploitation of others. Seeing his work being used to exploit others
is incredibly un-motivational, and incredibly disrespectful of all the work he put into this project.

If you plan on reselling any derivatives of SleepyHead, I specifically request that you give due credit and
link back, mentioning clearly in your advertising material, software installer and about screens that your
derivative "is based on the free and open-source software SleepyHead available from http://sleepyhead.jedimark.net,
developed and copyright by Mark Watkins (C) 2011-2018."

It is not enough to reference that your derivative "is based on GPL software".