diff --git a/SleepLib/session.cpp b/SleepLib/session.cpp index 187ca96b..a67ccabe 100644 --- a/SleepLib/session.cpp +++ b/SleepLib/session.cpp @@ -649,27 +649,51 @@ void Session::updateCountSummary(ChannelID code) EventList & e=*(ev.value()[i]); start=e.first(); cnt=e.count(); - tptr=e.rawTime(); dptr=e.rawData(); + qint64 rate=0; + if (e.type()==EVL_Event) + tptr=e.rawTime(); + else tptr=NULL; + m_gain[code]=e.gain(); //bool first=false; - lasttime=start + *tptr; lastraw=*dptr; + if (tptr) { + lasttime=start + *tptr; + // Event version + for (int j=0;j timesum2; - lastraw=raw; - lasttime=time; + // Waveform version + rate=e.rate(); + time=start; + for (int j=0;j::iterator it=timesum2.begin(); it!=timesum2.end(); it++) { + timesum[it.key()]+=it.value()/1000.0; + } } } if (valsum.size()==0) return; diff --git a/docs/release_notes.html b/docs/release_notes.html index f9d410b2..c44d9faa 100644 --- a/docs/release_notes.html +++ b/docs/release_notes.html @@ -42,7 +42,7 @@ The hard stuffs done, and everything needs time to settle and have the bugs knoc But mostly we are talking serious bug smashing time!!!

Problems & Stuff?
-SourceForge is still the best place to report bugs, and this is especially important now we have reached beta. If your following GIT source, they mailing list is still a quicker way of getting my attention.

+SourceForge is still the best place to report bugs, and this is especially important now we have reached beta. If your following GIT source, the mailing list is still a quicker way of getting my attention.

Thanks
Thanks to all of you for the wonderful support you've given, by testing the software, reporting bugs, sharing your data, giving kind words of encouragement, monetary donations, and all the cool suggestions on how to make this project even better.

Special thanks to James M. (BreatheJimbo), who has been a huge help in getting things solid, espescially for Apple Mac users.

diff --git a/mainwindow.cpp b/mainwindow.cpp index 9c7dc0bd..dfc23143 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -79,6 +79,11 @@ MainWindow::MainWindow(QWidget *parent) : this->setWindowTitle(tr("SleepyHead")+QString(" v%1 (Profile: %2)").arg(version).arg(PREF[STR_GEN_Profile].toString())); //ui->tabWidget->setCurrentIndex(1); + // Disable Screenshot on Mac Platform,as it doesn't work, and the system provides this functionality anyway. +#ifdef Q_WS_MAC + ui->action_Screenshot->setVisible(false); +#endif + overview=NULL; daily=NULL; oximetry=NULL; diff --git a/newprofile.ui b/newprofile.ui index 49b79496..22de30ef 100644 --- a/newprofile.ui +++ b/newprofile.ui @@ -28,7 +28,7 @@ - 4 + 2 @@ -364,7 +364,11 @@ p, li { white-space: pre-wrap; } - + + + true + + @@ -585,7 +589,11 @@ p, li { white-space: pre-wrap; } - + + + true + +