+ Welcome to Open Source CPAP Reviewer
++ This software has been designed to assist you in reviewing the data produced by your CPAP machines and related equipment.
++ PLEASE READ CAREFULLY
++ OSCR is NOT a substitute for competent medical guidance from your Doctor.
++ Due to the lack of documentation released by manufacturers regarding file formats, accuracy of data displayed in OSCR can not in any way be guaranteed.
++ Any reports generated are for PERSONAL USE ONLY, and are NOT IN ANY WAY fit for compliance or medical diagnostic purposes.
++ Use of this software is entirely at your own risk. The authors will not be held liable for anything related to the use or misuse of this software.
++ OSCR is free (as in freedom) software, released under the GNU Public License v3, and comes with no warranty, and without ANY claims to fitness for any purpose.
++ OSCR is copyright ©2011-2018 Mark Watkins
++ and portions ©2019 Nightowl Software
+OSCR Credits
+OSCR is a derivitive of the SleepyHead program written by Mark Watkins, during the years 2011 to 2018. The current project is the combined effort of people from both CPAPtalk.com and ApneaBoard.com, starting in 2019.
+For OSCR to come to you in the form you see it in now, it took a lot more work than just that of the project's original creator Jedimark. The following are the Credits from the last version of SleepyHead.
+OpenSource Libraries
+OSCR uses the OpenSource version of the Qt cross platform toolkit available from http://qt.io which itself draws from many smaller open source libraries. You can read the individual licensing for many of these components that are used under the hood of ROSCR at http://doc.qt.io/archives/qt-5.7/3rdparty.html
+Data formats
+Becase the CPAP machine data formats are mostly undocumented and getting them working in OSCR involved a lot of hacking, Mark Watkins needed a lot of SD card data samples, and patient users willing to put up with crashes and wonky data, and plenty of help from my fellow hackers out there who shared in the workload breaking data formats. Thanks to all of you who have helped in the fight to protect our right to keep our own data open and accessible!
Patches, bugfixes and platform support
James Marshall, Rich Freeman, John Masters, Keary Griffin, Patricia Shanahan, Alec Clews, manders99, Sean Stangl, Roy Stone, François Revol, Michael Masterson, RezNet, JediBob, Pholy and names I'm sure I've missed or yet to add.
Language and Translation
+Now with sixteen (!) new languages besides English (US) it is important to mention all those people who have done an enormous job breaking their heads over 1566 strings with 9572 words, making a total of over 56.000 characters, for the original SleepyHead Version 1.0.0
The translation team was: Arie Klerk (Translation Coordinator, also Dutch), Steffen Reitz (German), Chen Hao (Chinese), Lars-Erik Söderström (Swedish), Damien Vigneron (French), António Jorge Costa (Portuguese), Judith Guzmán (Spanish), Plamen Tonev (Bulgarian), Johan Heikkilä (Finnish), Boguslaw Kucharski (Polish), Luca Roberti (Italian), Iohannis Nasef (Greek and Arabic), Heyns van der Merwe (African), Jason Williams (English UK) and Yaron Keren (Hebrew).
+
Any remarks can be sent to Arie Klerk, who will attempt to put you in contact with the translator.
Special Mentions
A big thanks (again) to Arie Klerk for tirelessly filling the role of SleepyHead's Translation coordinator and helping get SleepyHead out of it's monolingual rut, and fit and ready to be shared with a much wider audience around the world.
Special thanks to Pugsy and Robysue from CPAPTalk for their help with documentation and tutorials, as well as everyone who helped out by testing and sharing their CPAP data.
Thanks to CPAPTalk's host CPAP.com for their generous donations, and letting me run amock in the early days and pester their forums users for help to test SleepyHead.
Thanks to SuperSleeper over at ApneaBoard for helping out with mirroring space and forums and stuff.
+ + + diff --git a/oscr/docs/release_notes.html b/oscr/docs/release_notes.html index ea253eed..2226acb4 100644 --- a/oscr/docs/release_notes.html +++ b/oscr/docs/release_notes.html @@ -2,9 +2,12 @@
-Changes and fixes in v1.1.1-testing-1
+Changes and fixes in OSCR v1.0.0-beta-1
-Changes and fixes in v1.1.0-unstable-0
+Changes and fixes in SleepyHead v1.1.0-unstable-0
"+STR_MessageBox_Warning+": "+tr("For some reason, OSCR does not have any backups for the following machine:")+ " "+mach->brand() + " " + mach->model() + " " + mach->modelnumber() + " (" + mach->serial() + ") "+tr("Provided you have made your own backups for ALL of your CPAP data, you can still complete this operation, but you will have to restore from your backups manually.")+" "+tr("Provided you have made your own backups for ALL of your CPAP data, you can still complete this operation, but you will have to restore from your backups manually.")+" "+tr("Are you really sure you want to do this?")+"
-
"+
- QObject::tr("However it looks like your computer has full support for OpenGL 2.0!") + "
"+
- QObject::tr("This version will run fine, but a \"%1\" tagged build of SleepyHead will likely run a bit faster on your computer.").arg("-OpenGL")+"
"+
- QObject::tr("You will not be bothered with this message again."), QMessageBox::Ok, QMessageBox::Ok);
+ QMessageBox::information(nullptr, QObject::tr("A faster build of OSCR may be available"),
+ QObject::tr("This build of OSCR is a compatability version that also works on computers lacking OpenGL 2.0 support.")+"
"+
+ QObject::tr("However it looks like your computer has full support for OpenGL 2.0!") + "
"+
+ QObject::tr("This version will run fine, but a \"%1\" tagged build of OSCR will likely run a bit faster on your computer.").arg("-OpenGL")+"
"+
+ QObject::tr("You will not be bothered with this message again."), QMessageBox::Ok, QMessageBox::Ok);
settings.setValue(BetterBuild, true);
}
}
#else
if (bad_graphics) {
QMessageBox::warning(nullptr, QObject::tr("Incompatible Graphics Hardware"),
- QObject::tr("This build of SleepyHead requires OpenGL 2.0 support to function correctly, and unfortunately your computer lacks this capability.") + "
"+
- QObject::tr("You may need to update your computers graphics drivers from the GPU makers website. %1").
- arg(intel_graphics ? QObject::tr("(Intel's support site)") : "")+"
"+
- QObject::tr("Because graphs will not render correctly, and it may cause crashes, this build will now exit.")+"
"+
- QObject::tr("There is another build available tagged \"-BrokenGL\" that should work on your computer.")
- ,QMessageBox::Ok, QMessageBox::Ok);
+ QObject::tr("This build of OSCR requires OpenGL 2.0 support to function correctly, and unfortunately your computer lacks this capability.") + "
"+
+ QObject::tr("You may need to update your computers graphics drivers from the GPU makers website. %1").
+ arg(intel_graphics ? QObject::tr("(Intel's support site)") : "")+"
"+
+ QObject::tr("Because graphs will not render correctly, and it may cause crashes, this build will now exit.")+"
"+
+ QObject::tr("There is another build available tagged \"-BrokenGL\" that should work on your computer."),
+ QMessageBox::Ok, QMessageBox::Ok);
exit(1);
}
#endif
@@ -195,10 +195,10 @@ int main(int argc, char *argv[])
if (!havefolder && !force_data_dir) {
if (QMessageBox::question(nullptr, STR_MessageBox_Question,
- QObject::tr("Would you like SleepyHead to use this location for storing its data?")+"\n\n"+
+ QObject::tr("Would you like OSCR to use this location for storing its data?")+"\n\n"+
QDir::toNativeSeparators(GetAppRoot())+"\n\n"+
- QObject::tr("If you are upgrading, don't panic, you just need to make sure this is pointed at your old SleepyHead data folder.")+"\n\n"+
- QObject::tr("(If you have no idea what to do here, just click yes.)"), QMessageBox::Yes | QMessageBox::No, QMessageBox::Yes) == QMessageBox::Yes) {
+ QObject::tr("If you are upgrading, don't panic, you just need to make sure this is pointed at your old OSCR data folder.")+"\n\n"+
+ QObject::tr("(If you are unsure, just click yes.)"), QMessageBox::Yes | QMessageBox::No, QMessageBox::Yes) == QMessageBox::Yes) {
settings.setValue("Settings/AppRoot", GetAppRoot());
change_data_dir = false;
}
@@ -208,18 +208,18 @@ retry_directory:
if (change_data_dir) {
QString datadir = QFileDialog::getExistingDirectory(nullptr,
- QObject::tr("Choose or create new folder for SleepyHead data"), GetAppRoot(),
+ QObject::tr("Choose or create new folder for OSCR data"), GetAppRoot(),
QFileDialog::ShowDirsOnly);
if (datadir.isEmpty()) {
if (!havefolder) {
QMessageBox::information(nullptr, QObject::tr("Exiting"),
- QObject::tr("As you did not select a data folder, SleepyHead will exit.")+"\n\n"+QObject::tr("Next time you run, you will be asked again."));
+ QObject::tr("As you did not select a data folder, OSCR will exit.")+"\n\n"+QObject::tr("Next time you run, you will be asked again."));
return 0;
} else {
QMessageBox::information(nullptr, STR_MessageBox_Warning,
- QObject::tr("You did not select a directory.")+"\n\n"+QObject::tr("SleepyHead will now start with your old one.")+"\n\n"+
- QDir::toNativeSeparators(GetAppRoot()), QMessageBox::Ok);
+ QObject::tr("You did not select a directory.")+"\n\n"+QObject::tr("OSCR will now start with your old one.")+"\n\n"+
+ QDir::toNativeSeparators(GetAppRoot()), QMessageBox::Ok);
}
} else {
QDir dir(datadir);
@@ -229,9 +229,9 @@ retry_directory:
if (dir.count() > 2) {
// Not a new directory.. nag the user.
if (QMessageBox::question(nullptr, STR_MessageBox_Warning,
- QObject::tr("The folder you chose is not empty, nor does it already contain valid SleepyHead data.")
- + "\n\n"+QObject::tr("Are you sure you want to use this folder?")+"\n\n"
- + datadir, QMessageBox::Yes, QMessageBox::No) == QMessageBox::No) {
+ QObject::tr("The folder you chose is not empty, nor does it already contain valid OSCR data.") +
+ "\n\n"+QObject::tr("Are you sure you want to use this folder?")+"\n\n" +
+ datadir, QMessageBox::Yes, QMessageBox::No) == QMessageBox::No) {
goto retry_directory;
}
}
@@ -253,14 +253,15 @@ retry_directory:
AppSetting->setLanguage(language);
// Clean up some legacy crap
- QFile lf(PREF.Get("{home}/Layout.xml"));
- if (lf.exists()) {
- lf.remove();
- }
+// QFile lf(PREF.Get("{home}/Layout.xml"));
+// if (lf.exists()) {
+// lf.remove();
+// }
PREF.Erase(STR_AppName);
PREF.Erase(STR_GEN_SkipLogin);
+#ifndef NO_UPDATER
////////////////////////////////////////////////////////////////////////////////////////////
// Check when last checked for updates..
////////////////////////////////////////////////////////////////////////////////////////////
@@ -282,16 +283,17 @@ retry_directory:
check_updates = true;
}
}
+#endif
int vc = compareVersion(AppSetting->versionString());
if (vc < 0) {
AppSetting->setShowAboutDialog(1);
//release_notes();
- check_updates = false;
+// check_updates = false;
} else if (vc > 0) {
if (QMessageBox::warning(nullptr, STR_MessageBox_Error,
- QObject::tr("The version of SleepyHead you just ran is OLDER than the one used to create this data (%1).").
+ QObject::tr("The version of OSCR you just ran is OLDER than the one used to create this data (%1).").
arg(AppSetting->versionString()) +"\n\n"+
QObject::tr("It is likely that doing this will cause data corruption, are you sure you want to do this?"),
QMessageBox::Yes | QMessageBox::No, QMessageBox::No) == QMessageBox::No) {
@@ -353,8 +355,9 @@ retry_directory:
Q_UNUSED(changing_language)
Q_UNUSED(dont_load_profile)
-
+#ifndef NO_UPDATER
if (check_updates) { mainwin->CheckForUpdates(); }
+#endif
mainwin->SetupGUI();
mainwin->show();
diff --git a/oscr/mainwindow.cpp b/oscr/mainwindow.cpp
index 43d1aacb..cc261c02 100644
--- a/oscr/mainwindow.cpp
+++ b/oscr/mainwindow.cpp
@@ -92,7 +92,7 @@ MainWindow::MainWindow(QWidget *parent) :
a->setEnabled(false);
systraymenu->addSeparator();
systraymenu->addAction(tr("&About"), this, SLOT(on_action_About_triggered()));
- systraymenu->addAction(tr("Check for &Updates"), this, SLOT(on_actionCheck_for_Updates_triggered()));
+// systraymenu->addAction(tr("Check for &Updates"), this, SLOT(on_actionCheck_for_Updates_triggered()));
systraymenu->addSeparator();
systraymenu->addAction(tr("E&xit"), this, SLOT(close()));
} else { // if not available, the messages will popup in the taskbar
@@ -390,10 +390,10 @@ bool MainWindow::OpenProfile(QString profileName, bool skippassword)
if (!lockhost.isEmpty()) {
if (lockhost.compare(QHostInfo::localHostName()) != 0) {
if (QMessageBox::warning(nullptr, STR_MessageBox_Warning,
- QObject::tr("There is a lockfile already present for this profile '%1', claimed on '%2'.").arg(prof->user->userName()).arg(lockhost)+"\n\n"+
- QObject::tr("You can only work with one instance of an individual OSCR profile at a time.")+"\n\n"+
- QObject::tr("If you are using cloud storage, make sure OSCR is closed and syncing has completed first on the other computer before proceeding."),
- QMessageBox::Cancel |QMessageBox::Ok, QMessageBox::Cancel) == QMessageBox::Cancel) {
+ QObject::tr("There is a lockfile already present for this profile '%1', claimed on '%2'.").arg(prof->user->userName()).arg(lockhost)+"\n\n"+
+ QObject::tr("You can only work with one instance of an individual OSCR profile at a time.")+"\n\n"+
+ QObject::tr("If you are using cloud storage, make sure OSCR is closed and syncing has completed first on the other computer before proceeding."),
+ QMessageBox::Cancel |QMessageBox::Ok, QMessageBox::Cancel) == QMessageBox::Cancel) {
return false;
}
} // not worried about localhost locks anymore, just silently drop it.
@@ -845,11 +845,9 @@ void MainWindow::on_action_Import_Data_triggered()
if (!p_profile->cpap->autoImport()) {
QMessageBox mbox(QMessageBox::NoIcon,
- tr("CPAP Data Located"),
- infostr+"\n\n"+QDir::toNativeSeparators(datacards[0].path)+"\n\n"+
- tr("Would you like to import from this location?"),
- QMessageBox::Yes | QMessageBox::No | QMessageBox::Cancel,
- this);
+ tr("CPAP Data Located"), infostr+"\n\n"+QDir::toNativeSeparators(datacards[0].path)+"\n\n"+
+ tr("Would you like to import from this location?"),
+ QMessageBox::Yes | QMessageBox::No | QMessageBox::Cancel, this);
mbox.setDefaultButton(QMessageBox::Yes);
mbox.setButtonText(QMessageBox::No, tr("Specify"));
@@ -1260,13 +1258,19 @@ void MainWindow::on_oximetryButton_clicked()
void MainWindow::CheckForUpdates()
{
+ qDebug() << "procedure
"
- "" + STR_TR_SleepyHead + "
"
+ "" + STR_TR_OSCR + "
"
"" + tr("Usage Statistics") + "
"
"" + tr("(NOT approved for compliance or medical reporting purposes)")+"
";
@@ -1424,7 +1424,7 @@ void Statistics::UpdateRecordsBox()
} else {
html += "
"+tr("Want more information?")+"
";
- html += ""+tr("SleepyHead needs all summary data loaded to calculate best/worst data for individual days.")+"
";
+ html += ""+tr("OSCR needs all summary data loaded to calculate best/worst data for individual days.")+"
";
html += ""+tr("Please enable Pre-Load Summaries checkbox in preferences to make sure this data is available.")+"
";
}