diff --git a/sleepyhead/Graphs/gFlagsLine.cpp b/sleepyhead/Graphs/gFlagsLine.cpp
index a95867c4..5d212c86 100644
--- a/sleepyhead/Graphs/gFlagsLine.cpp
+++ b/sleepyhead/Graphs/gFlagsLine.cpp
@@ -176,7 +176,7 @@ void gFlagsGroup::paint(QPainter &painter, gGraph &g, const QRegion ®ion)
QColor barcol;
for (int i = 0; i < visflags.size(); i++) {
- schema::Channel & chan = schema::channel[visflags.at(i)->code()];
+ //schema::Channel & chan = schema::channel[visflags.at(i)->code()];
// Alternating box color
if (i & 1) { barcol = COLOR_ALT_BG1; }
diff --git a/sleepyhead/Graphs/gGraph.cpp b/sleepyhead/Graphs/gGraph.cpp
index 08b381d6..408cbfa3 100644
--- a/sleepyhead/Graphs/gGraph.cpp
+++ b/sleepyhead/Graphs/gGraph.cpp
@@ -482,11 +482,11 @@ QPixmap gGraph::renderPixmap(int w, int h, bool printing)
fa.setPixelSize(28);
fb.setPixelSize(32);
fc.setPixelSize(70);
- graphView()->setPrintScaleX(2.5);
- graphView()->setPrintScaleY(2.2);
+ graphView()->setPrintScaleX(2.5f);
+ graphView()->setPrintScaleY(2.2f);
} else {
- graphView()->setPrintScaleX(1);
- graphView()->setPrintScaleY(1);
+ graphView()->setPrintScaleX(1.0f);
+ graphView()->setPrintScaleY(1.0f);
}
defaultfont = &fa;
@@ -1415,9 +1415,9 @@ int gGraph::minHeight()
{
int minheight = m_min_height;
- int top = 0;
- int center = 0;
- int bottom = 0;
+// int top = 0;
+// int center = 0;
+// int bottom = 0;
for (int i=0; iminimumHeight();
mh += m_margintop + m_marginbottom;
diff --git a/sleepyhead/Graphs/gGraphView.cpp b/sleepyhead/Graphs/gGraphView.cpp
index db403253..19a8f030 100644
--- a/sleepyhead/Graphs/gGraphView.cpp
+++ b/sleepyhead/Graphs/gGraphView.cpp
@@ -1712,7 +1712,7 @@ class MyWidgetAction : public QWidgetAction
public:
MyWidgetAction(ChannelID code, QObject * parent = nullptr) :QWidgetAction(parent), code(code) { chbox = nullptr; }
protected:
- virtual QWidget * createWidget(QWidget * parent) {
+ virtual QWidget * createWidget(QWidget * /*parent*/) {
connect(chbox, SIGNAL(toggled(bool)), this, SLOT(setChecked(bool)));
connect(chbox, SIGNAL(clicked()), this, SLOT(trigger()));
@@ -2793,7 +2793,7 @@ void gGraphView::wheelEvent(QWheelEvent *event)
gGraph *graph = nullptr;
int group = 0;
- int x = event->x();
+ //int x = event->x();
int y = event->y();
float h, py = 0, pinned_height = 0;
@@ -2982,7 +2982,7 @@ void gGraphView::keyPressEvent(QKeyEvent *event)
}
if ((m_metaselect) && (event->key() >= Qt::Key_0) && (event->key() <= Qt::Key_9)) {
- int bk = (int)event->key()-Qt::Key_0;
+ //int bk = (int)event->key()-Qt::Key_0;
m_metaselect = false;
timedRedraw(0);
diff --git a/sleepyhead/Graphs/gLineOverlay.cpp b/sleepyhead/Graphs/gLineOverlay.cpp
index 91df3184..dedba2c7 100644
--- a/sleepyhead/Graphs/gLineOverlay.cpp
+++ b/sleepyhead/Graphs/gLineOverlay.cpp
@@ -41,7 +41,7 @@ void gLineOverlayBar::paint(QPainter &painter, gGraph &w, const QRegion ®ion)
int start_py = topp;
double xx = w.max_x - w.min_x;
- double yy = w.max_y - w.min_y;
+ //double yy = w.max_y - w.min_y;
double jj = double(width) / double(xx);
diff --git a/sleepyhead/Graphs/gSessionTimesChart.cpp b/sleepyhead/Graphs/gSessionTimesChart.cpp
index ce009e62..edf7a028 100644
--- a/sleepyhead/Graphs/gSessionTimesChart.cpp
+++ b/sleepyhead/Graphs/gSessionTimesChart.cpp
@@ -43,10 +43,10 @@ gSummaryChart::gSummaryChart(ChannelID code, MachineType machtype)
tz_hours = tz_offset / 3600.0;
expected_slices = 5;
- addCalc(code, ST_MIN, brighten(schema::channel[code].defaultColor() ,0.60));
- addCalc(code, ST_MID, brighten(schema::channel[code].defaultColor() ,1.20));
- addCalc(code, ST_90P, brighten(schema::channel[code].defaultColor() ,1.70));
- addCalc(code, ST_MAX, brighten(schema::channel[code].defaultColor() ,2.30));
+ addCalc(code, ST_MIN, brighten(schema::channel[code].defaultColor() ,0.60f));
+ addCalc(code, ST_MID, brighten(schema::channel[code].defaultColor() ,1.20f));
+ addCalc(code, ST_90P, brighten(schema::channel[code].defaultColor() ,1.70f));
+ addCalc(code, ST_MAX, brighten(schema::channel[code].defaultColor() ,2.30f));
}
gSummaryChart::~gSummaryChart()
@@ -1284,7 +1284,7 @@ gPressureChart::gPressureChart()
// Do not reorder these!!! :P
addCalc(CPAP_Pressure, ST_SETMAX, schema::channel[CPAP_Pressure].defaultColor()); // 00
addCalc(CPAP_Pressure, ST_MID, schema::channel[CPAP_Pressure].defaultColor()); // 01
- addCalc(CPAP_Pressure, ST_90P, brighten(schema::channel[CPAP_Pressure].defaultColor(), 1.33)); // 02
+ addCalc(CPAP_Pressure, ST_90P, brighten(schema::channel[CPAP_Pressure].defaultColor(), 1.33f)); // 02
addCalc(CPAP_PressureMin, ST_SETMIN, schema::channel[CPAP_PressureMin].defaultColor()); // 03
addCalc(CPAP_PressureMax, ST_SETMAX, schema::channel[CPAP_PressureMax].defaultColor()); // 04
@@ -1294,9 +1294,9 @@ gPressureChart::gPressureChart()
addCalc(CPAP_IPAPHi, ST_SETMAX, schema::channel[CPAP_IPAPHi].defaultColor()); // 08
addCalc(CPAP_EPAP, ST_MID, schema::channel[CPAP_EPAP].defaultColor()); // 09
- addCalc(CPAP_EPAP, ST_90P, brighten(schema::channel[CPAP_EPAP].defaultColor(),1.33)); // 10
+ addCalc(CPAP_EPAP, ST_90P, brighten(schema::channel[CPAP_EPAP].defaultColor(),1.33f)); // 10
addCalc(CPAP_IPAP, ST_MID, schema::channel[CPAP_IPAP].defaultColor()); // 11
- addCalc(CPAP_IPAP, ST_90P, brighten(schema::channel[CPAP_IPAP].defaultColor(),1.33)); // 12
+ addCalc(CPAP_IPAP, ST_90P, brighten(schema::channel[CPAP_IPAP].defaultColor(),1.33f)); // 12
}
void gPressureChart::afterDraw(QPainter &, gGraph &graph, QRect rect)
diff --git a/sleepyhead/Graphs/gSummaryChart.cpp b/sleepyhead/Graphs/gSummaryChart.cpp
index 2b7efadc..fc418cb5 100644
--- a/sleepyhead/Graphs/gSummaryChart.cpp
+++ b/sleepyhead/Graphs/gSummaryChart.cpp
@@ -627,7 +627,7 @@ void SummaryChart::paint(QPainter &painter, gGraph &w, const QRegion ®ion)
}
QColor col1 = col;
- QColor col2 = brighten(col,2.37);
+ QColor col2 = brighten(col,2.37f);
//outlines->setColor(Qt::black);
int np = d.value().size();
diff --git a/sleepyhead/Graphs/gXAxis.cpp b/sleepyhead/Graphs/gXAxis.cpp
index 08d832d2..d68af0e5 100644
--- a/sleepyhead/Graphs/gXAxis.cpp
+++ b/sleepyhead/Graphs/gXAxis.cpp
@@ -385,7 +385,7 @@ void gXAxisDay::paint(QPainter &painter, gGraph &graph, const QRegion ®ion)
float left = region.boundingRect().left();
float top = region.boundingRect().top();
float width = region.boundingRect().width();
- float height = region.boundingRect().height();
+ //float height = region.boundingRect().height();
QString months[] = {
QObject::tr("Jan"), QObject::tr("Feb"), QObject::tr("Mar"), QObject::tr("Apr"), QObject::tr("May"), QObject::tr("Jun"),
diff --git a/sleepyhead/SleepLib/common.h b/sleepyhead/SleepLib/common.h
index d0ed158d..30b351e4 100644
--- a/sleepyhead/SleepLib/common.h
+++ b/sleepyhead/SleepLib/common.h
@@ -73,12 +73,12 @@ class median_of_empty_list_exception:public std::exception{
///
///The numbers must be convertible to double.
template
-double median(RandAccessIter begin, RandAccessIter end)
- throw (median_of_empty_list_exception)
+float median(RandAccessIter begin, RandAccessIter end)
+// throw (median_of_empty_list_exception)
{
if (begin == end) { throw median_of_empty_list_exception(); }
- std::size_t size = end - begin;
- std::size_t middleIdx = size/2;
+ int size = end - begin;
+ int middleIdx = size/2;
RandAccessIter target = begin + middleIdx;
std::nth_element(begin, target, end);
diff --git a/sleepyhead/SleepLib/day.cpp b/sleepyhead/SleepLib/day.cpp
index 7effcf8f..186caa8c 100644
--- a/sleepyhead/SleepLib/day.cpp
+++ b/sleepyhead/SleepLib/day.cpp
@@ -136,7 +136,7 @@ EventDataType Day::calcMiddle(ChannelID code)
}
EventDataType Day::calcMax(ChannelID code)
{
- return p_profile->general->prefCalcMax() ? percentile(code, 0.995) : Max(code);
+ return p_profile->general->prefCalcMax() ? percentile(code, 0.995f) : Max(code);
}
EventDataType Day::calcPercentile(ChannelID code)
{
diff --git a/sleepyhead/SleepLib/loader_plugins/cms50_loader.cpp b/sleepyhead/SleepLib/loader_plugins/cms50_loader.cpp
index 89f03315..a50e0d8c 100644
--- a/sleepyhead/SleepLib/loader_plugins/cms50_loader.cpp
+++ b/sleepyhead/SleepLib/loader_plugins/cms50_loader.cpp
@@ -267,6 +267,8 @@ int CMS50Loader::doImportMode()
info.serial = QString();
Machine * mach = CreateMachine(info);
+ Q_UNUSED(mach);
+
qDebug() << QString("Receiving Oximeter transmission %1:%2").arg(hour).arg(minute);
// set importing to true or whatever..
diff --git a/sleepyhead/SleepLib/loader_plugins/intellipap_loader.cpp b/sleepyhead/SleepLib/loader_plugins/intellipap_loader.cpp
index 070d501f..cb691b16 100644
--- a/sleepyhead/SleepLib/loader_plugins/intellipap_loader.cpp
+++ b/sleepyhead/SleepLib/loader_plugins/intellipap_loader.cpp
@@ -377,7 +377,7 @@ int IntellipapLoader::Open(QString path)
sid = 0;
SessionID lastsid = 0;
- int last_minp=0, last_maxp=0, last_ps=0, last_pres = 0;
+ //int last_minp=0, last_maxp=0, last_ps=0, last_pres = 0;
for (int i = 0; i < recs; i++) {
// convert timestamp to real epoch
@@ -543,7 +543,7 @@ int IntellipapLoader::Open(QString path)
if (!sess) continue;
// quint64 first = qint64(sid) * 1000L;
- quint64 last = qint64(SessionEnd[i]) * 1000L;
+ //quint64 last = qint64(SessionEnd[i]) * 1000L;
if (sess->last() > 0) {
// sess->really_set_last(last);
diff --git a/sleepyhead/SleepLib/machine.cpp b/sleepyhead/SleepLib/machine.cpp
index 270f5d69..9234d5fd 100644
--- a/sleepyhead/SleepLib/machine.cpp
+++ b/sleepyhead/SleepLib/machine.cpp
@@ -210,9 +210,6 @@ bool Machine::AddSession(Session *s)
Q_ASSERT(p_profile);
Q_ASSERT(p_profile->isOpen());
- if (s->type() == MT_OXIMETER) {
- int i=5;
- }
updateChannels(s);
if (p_profile->session->ignoreOlderSessions()) {
diff --git a/sleepyhead/SleepLib/session.cpp b/sleepyhead/SleepLib/session.cpp
index 54857ad8..0db0a817 100644
--- a/sleepyhead/SleepLib/session.cpp
+++ b/sleepyhead/SleepLib/session.cpp
@@ -41,7 +41,7 @@ Session::Session(Machine *m, SessionID session)
s_events_loaded = false;
s_summary_loaded = false;
_first_session = true;
- s_enabled = -1;
+ s_enabled = true;
s_first = s_last = 0;
s_evchecksum_checked = false;
diff --git a/sleepyhead/build_number.h b/sleepyhead/build_number.h
index aaaf5891..4efaa269 100644
--- a/sleepyhead/build_number.h
+++ b/sleepyhead/build_number.h
@@ -1 +1 @@
-const int build_number = 0;
+const int build_number = 1;
diff --git a/sleepyhead/docs/changelog.txt b/sleepyhead/docs/changelog.txt
index 1f08b80f..e69de29b 100644
--- a/sleepyhead/docs/changelog.txt
+++ b/sleepyhead/docs/changelog.txt
@@ -1 +0,0 @@
-ghttp://mobile-phones.smh.com.au/MobilePhones?utm_source=Widget_Fairfax_SMH_CompareAndSave&utm_medium=Widget&utm_campaign=New_BYO_Phone_Prices
diff --git a/sleepyhead/docs/release_notes.html b/sleepyhead/docs/release_notes.html
index 59265720..30edc097 100644
--- a/sleepyhead/docs/release_notes.html
+++ b/sleepyhead/docs/release_notes.html
@@ -1,7 +1,7 @@
-SleepyHead v0.9.8 Testing
+SleepyHead v0.9.8-1 Testing
Release Notes
Greetings!
@@ -11,21 +11,34 @@
This is the first public test build in a while, so there is a lot of new stuff to take in.
-First up, a warning: Some new stuff is going down that might break on you.. Overview overhead figures aren't completely finished yet. I know about these and am working on them.
-You will likely have to Rebuild CPAP data to get this to behave properly.. If you have to do it more than once, somethings not right, and I need to know.
-
-Right clicky menu has tons of new stuff for you to play with... some of this you're hopefully going to love! :)
-New Graph Clone ability allows you to make a temporary copy of a graph, and operate it completely independently...
+Some highlights from the new series
+
+Right click menu has tons of new stuff for you to play with... some of this you're hopefully going to love! :)
+New Graph Clone ability allows you to make a temporary copy of a graph, and operate it completely independently...
You can even take these graph clones with you to another day! They aren't saved though. they are gone when you close SleepyHead.
-Y-Axis menu allows for better control of Y-Axis scaling, all of this has been improved greatly... no more having to go into preferences
-to set minimum/maximum values (that SleepyHead wasn't honouring properly anyway). Now you can adjust these settings live for each graph!
-Line Cursor mode (F3 to toggles) is a very powerful new feature.. Play with it and see what it does. It's off by default because it takes a lot more CPU power to work.
-
+Y-Axis menu allows for better control of Y-Axis scaling, all of this has been improved greatly... no more having to go into preferences
+to set minimum/maximum values (that SleepyHead wasn't honouring properly anyway). Now you can adjust these settings live for each graph!
+Line Cursor mode (F3 to toggles) is a very powerful new feature.. Play with it and see what it does. It's off by default because it takes a lot more CPU power to work.
+
+
There is loads more waiting for you in the 0.9.8 series!
Sleep Well, and good luck!
JediMark
-New features & bug fixes in v0.9.8
+Bug fixes in v0.9.8-1
+
+Windows build related fixes
+Increase brightness steps between barchart segments
+Put Export CSV back
+Do not save over machine.xml if profiles has an machines section but machines.xml is present
+Fix PRS1 model numbers not ending in 'P' refusing to import
+Show Model number in rx changes list instead of loader name
+Only Resmed CPAP/APAP modes have EPR
+Fix PRS1 4x0P models accidentally being called Plus instead of Pro
+Fix Profile delete not removing row properly
+
+
+New features & bug fixes in v0.9.8-0
Rework of Records box
Initial support for Philips Respironics System One Oximetery attachment
diff --git a/sleepyhead/scripts/build_number b/sleepyhead/scripts/build_number
index 573541ac..0d66ea1a 100644
--- a/sleepyhead/scripts/build_number
+++ b/sleepyhead/scripts/build_number
@@ -1 +1,2 @@
0
+1