diff --git a/SleepLib/loader_plugins/prs1_loader.cpp b/SleepLib/loader_plugins/prs1_loader.cpp index 471ca5d3..1025c05e 100644 --- a/SleepLib/loader_plugins/prs1_loader.cpp +++ b/SleepLib/loader_plugins/prs1_loader.cpp @@ -300,7 +300,6 @@ int PRS1Loader::OpenMachine(Machine *m,QString path,Profile *profile) } else if (filename.toLower()=="e") { // don't really give a crap about .004 files yet. } - //if (qprogress) qprogress->Pulse(); } SessionID sid; @@ -322,24 +321,21 @@ int PRS1Loader::OpenMachine(Machine *m,QString path,Profile *profile) QString session_s=fi.fileName().section(".",0,-2); ext=ext_s.toLong(&ok); - if (!ok) continue; + if (!ok) + continue; + sid=session_s.toLong(&ok); - if (!ok) continue; + if (!ok) + continue; - if (m->SessionExists(sid)) continue; // could skip this and error check data by reloading summary. - - //if (sessfiles[session].capacity()==0) sessfiles[session].resize(3); + if (m->SessionExists(sid)) + continue; // could skip this and error check data by reloading summary. if ((ext==1) || (ext==0)) { OpenFile(m,fi.canonicalFilePath()); // Open just the summary files first round } else { sessfiles[sid].push_back(fi.canonicalFilePath()); // and keep the rest of the names } - //cnt++; - - //if (qprogress) qprogress->setValue((float(cnt)/float(size)*33.0)); - //QApplication::processEvents(); - } } cnt=0; @@ -353,7 +349,6 @@ int PRS1Loader::OpenMachine(Machine *m,QString path,Profile *profile) if (name.endsWith(".002")) { OpenFile(m,name); } else if (name.endsWith(".005")) { - //OpenFile(m,name); OpenWaveforms(sid,name); } } diff --git a/SleepLib/loader_plugins/resmed_loader.cpp b/SleepLib/loader_plugins/resmed_loader.cpp index eefd12f0..5d837eb5 100644 --- a/SleepLib/loader_plugins/resmed_loader.cpp +++ b/SleepLib/loader_plugins/resmed_loader.cpp @@ -541,6 +541,9 @@ int ResmedLoader::Open(QString & path,Profile *profile) int size=flist.size(); sessfiles.clear(); + bool gz; + + QMap::iterator si; // For each file in flist... for (int i=0;i >::iterator si=sessfiles.begin();si!=sessfiles.end();si++) { + for (QMap::iterator si=sessfiles.begin();si!=sessfiles.end();si++) { sessionid=si.key(); // Earliest possible day number @@ -963,13 +993,12 @@ int ResmedLoader::Open(QString & path,Profile *profile) } } - bool gz; backup_path+=datalog+"/"; ///////////////////////////////////////////////////////////////////////////// // Scan through new file list and import sessions ///////////////////////////////////////////////////////////////////////////// - for (QMap >::iterator si=sessfiles.begin();si!=sessfiles.end();si++) { + for (QMap::iterator si=sessfiles.begin();si!=sessfiles.end();si++) { sessionid=si.key(); // Skip file if already imported @@ -1246,7 +1275,6 @@ bool ResmedLoader::LoadEVE(Session *sess,EDFParser &edf) for (int s=0;snr*edf.GetNumDataRecords()*2; - //qDebug() << edf.edfsignals[s]->label << " " << t; data=(char *)edf.edfsignals[s]->data; pos=0; tt=edf.startdate; diff --git a/SleepLib/loader_plugins/resmed_loader.h b/SleepLib/loader_plugins/resmed_loader.h index 653af83e..50aacd1d 100644 --- a/SleepLib/loader_plugins/resmed_loader.h +++ b/SleepLib/loader_plugins/resmed_loader.h @@ -213,7 +213,7 @@ protected: //! This contains the Pressure, Leak, Respiratory Rate, Minute Ventilation, Tidal Volume, etc.. bool LoadPLD(Session *sess,EDFParser &edf); - QMap > sessfiles; + QMap sessfiles; #ifdef DEBUG_EFFICIENCY QHash channel_efficiency; QHash channel_time; diff --git a/SleepLib/session.h b/SleepLib/session.h index 431498a5..d3ef5ccc 100644 --- a/SleepLib/session.h +++ b/SleepLib/session.h @@ -140,9 +140,6 @@ public: QHash m_sum; QHash m_avg; QHash m_wavg; - //QHash m_90p; - //QHash m_95p; - //QHash m_med; QHash m_min; QHash m_max; QHash m_cph; // Counts per hour (eg AHI) diff --git a/update.xml b/update.xml deleted file mode 100644 index f8a7c0fe..00000000 --- a/update.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - Some bug fixes to the beta, and a test of the auto-updater. - Adds some new functionality to the updater, so test updates can be delivered with out affecting other users. - Please proceed with caution. If unsure, wait for feedback in the forums.. - - - - This is an updater test, though it does deliver some important bug fixes to the beta.. - - Nothing particularly platform relevant to this Windows build - - -