From 80e82ee8212a0227f99cb9d530512904c1b3eff6 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Fri, 1 Jul 2011 15:11:33 +1000 Subject: [PATCH] Some graph links from Events tab, and other boring stuff --- SleepLib/machine.cpp | 7 ++++--- daily.cpp | 5 +++++ docs/index.html | 3 ++- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/SleepLib/machine.cpp b/SleepLib/machine.cpp index 321f6b4e..225d9f35 100644 --- a/SleepLib/machine.cpp +++ b/SleepLib/machine.cpp @@ -123,12 +123,12 @@ void InitMapsWithoutAwesomeInitializerLists() DefaultMCShortNames[CPAP_ClearAirway]=_("CA"); DefaultMCShortNames[CPAP_CSR]=_("CSR/PB"); DefaultMCShortNames[CPAP_VSnore]=_("VS"); + DefaultMCShortNames[PRS1_VSnore2]=_("VS2"); DefaultMCShortNames[CPAP_FlowLimit]=_("FL"); DefaultMCShortNames[CPAP_Pressure]=_("P"); DefaultMCShortNames[CPAP_Leak]=_("LR"); DefaultMCShortNames[CPAP_EAP]=_("EPAP"); DefaultMCShortNames[CPAP_IAP]=_("IPAP"); - DefaultMCShortNames[CPAP_Snore]=_("VS2"); DefaultMCShortNames[PRS1_PressurePulse]=_("PP"); DefaultMCLongNames[CPAP_Obstructive]=_("Obstructive Apnea"); @@ -136,13 +136,14 @@ void InitMapsWithoutAwesomeInitializerLists() DefaultMCLongNames[CPAP_RERA]=_("RERA"); DefaultMCLongNames[CPAP_ClearAirway]=_("Clear Airway Apnea"); DefaultMCLongNames[CPAP_CSR]=_("Periodic Breathing"); - DefaultMCLongNames[CPAP_VSnore]=_("Vibratory Snore"); + DefaultMCLongNames[CPAP_VSnore]=_("Vibratory Snore"); // flags type DefaultMCLongNames[CPAP_FlowLimit]=_("Flow Limitation"); DefaultMCLongNames[CPAP_Pressure]=_("Pressure"); DefaultMCLongNames[CPAP_Leak]=_("Leak Rate"); DefaultMCLongNames[CPAP_EAP]=_("BIPAP EPAP"); DefaultMCLongNames[CPAP_IAP]=_("BIPAP IPAP"); - DefaultMCLongNames[CPAP_Snore]=_("Vibratory Snore 2"); + DefaultMCLongNames[CPAP_Snore]=_("Vibratory Snore"); // Graph data + DefaultMCLongNames[PRS1_VSnore2]=_("Vibratory Snore (Graph)"); DefaultMCLongNames[PRS1_PressurePulse]=_("Pressure Pulse"); DefaultMCLongNames[PRS1_Unknown0E]=_("Unknown 0E"); DefaultMCLongNames[PRS1_Unknown00]=_("Unknown 00"); diff --git a/daily.cpp b/daily.cpp index a624d8fe..ab6e4ac4 100644 --- a/daily.cpp +++ b/daily.cpp @@ -909,6 +909,11 @@ void Daily::on_treeWidget_itemSelectionChanged() PRD->SetXBounds(st,et); LEAK->SetXBounds(st,et); SNORE->SetXBounds(st,et); + MV->SetXBounds(st,et); + TV->SetXBounds(st,et); + RR->SetXBounds(st,et); + FLG->SetXBounds(st,et); + } } diff --git a/docs/index.html b/docs/index.html index 93fb3cc2..760baffe 100644 --- a/docs/index.html +++ b/docs/index.html @@ -13,7 +13,8 @@ p,a,td,body { font-size: 14px }  

This software is designed to assist you in reviewing data for your CPAP Machine, Oximeter, and Sleep Stage monitors, as well as help you track general issues related to sleep health.

Currenly supports the following machines:

-
  • Philips Respironics System One
  • +
  • Philips Respironics System One (BIPAP and lower)
  • +
  • ResMed S9 models (AutoSet and lower)
  • Contec CMS50 Oximeters
  • Project Website: http://sleepyhead.sourceforge.net
    About Sleep Apnea: http://en.wikipedia.org/wiki/Sleep_apnea