Commit Graph

4288 Commits

Author SHA1 Message Date
Mark Watkins
87b7149ba6 Fixed an evil plot bug with CMS50 data 2011-06-07 13:26:15 +10:00
Mark Watkins
ff343d19b4 __int16_t not work in MSW build 2011-06-07 13:01:32 +10:00
Mark Watkins
c70ca20c2f GUI ID stuff 2011-06-07 12:57:04 +10:00
Mark Watkins
a3fb5b1c34 CMS50 Progress Bar stuff 2011-06-07 12:23:26 +10:00
Mark Watkins
7c46b36b53 CMS50 Code review and cleanup 2011-06-07 12:07:28 +10:00
Mark Watkins
b302f528bc Fixed Event Tab 2011-06-07 11:22:05 +10:00
Troy Schultz
584beecc28 Updated CodeLite project for OSX with oximiter and zeo changes 2011-06-06 21:02:33 -04:00
Mark Watkins
13af7c7e95 Add capability for message in LineCharts with empty waveforms 2011-06-07 02:05:02 +10:00
Mark Watkins
66015292f2 Increased Pulse & SPO2 buffer sizes 2011-06-07 01:42:34 +10:00
Mark Watkins
504bf11914 More daily view cleanups 2011-06-07 01:35:54 +10:00
Mark Watkins
6dc96ade43 Daily Summary cleanup, added profile GetDay function 2011-06-07 01:05:46 +10:00
Mark Watkins
21034ae004 Take the CMS50's useless time field as well instead of ignoring it 2011-06-07 00:29:50 +10:00
Mark Watkins
fed080430d CMS50 16bit char cleanup 2011-06-07 00:19:48 +10:00
Mark Watkins
475357a859 Genericised graph Event & Waveform data classes 2011-06-06 20:06:57 +10:00
Mark Watkins
bbbcf67b6d About Box cleanup 2011-06-06 16:46:05 +10:00
Mark Watkins
4c74c58394 Summary fixes related to Oximeter day data 2011-06-06 15:17:23 +10:00
Mark Watkins
a433aba6b0 Windows compile fix for cms50 2011-06-06 14:54:23 +10:00
Mark Watkins
8aef7f710d Fixed the logger properly 2011-06-06 14:48:02 +10:00
Mark Watkins
336ac05302 Oximeter min,max and avg cleanup 2011-06-06 14:31:11 +10:00
Mark Watkins
6970b7890c Added SkipZeroData graph data type for cleaning up graphs that drop to zero during errors (Like Pulse & SPO2) 2011-06-06 13:37:31 +10:00
Mark Watkins
43e0f512b1 CMS50 Oximeter Loader and basic Graphs 2011-06-06 13:20:20 +10:00
Mark Watkins
314be4fbbc ZEO Loader Stubs 2011-06-05 22:04:26 +10:00
Mark Watkins
508ec5f261 More cms50 stub work 2011-06-05 21:51:51 +10:00
Mark Watkins
ef6a590c69 Added CMS50 Oximeter Loader stub 2011-06-05 21:22:36 +10:00
Mark Watkins
4c41750df9 Codeblocks resetup plus logger fix 2011-06-05 13:51:37 +10:00
Troy Schultz
9a9a5b5bc7 Able to load data on OSX and display charts and summary.
Added extra debug information in PRS1 loader.
2011-06-04 23:27:20 -04:00
Troy Schultz
87203937d8 Added CodeLite project for Windows (MSW) 2011-06-04 22:52:49 -04:00
Troy Schultz
9c1274fd99 Compiles on OSX Snow Leopard 10.6.7 with wxWidgets 2.8.12.
Operation is still buggy and needs work on OSX.
2011-06-04 10:56:16 -04:00
Troy Schultz
b2d23cf949 Add GitIgnore to REPO for tracking 2011-06-04 10:44:25 -04:00
Troy Schultz
1339f322bd Cleanup files from CodeLite project creation.
Ignore tags file in repo
2011-06-04 10:43:36 -04:00
Troy Schultz
174b559d8a Created CodeLite project for OSX 2011-06-04 10:33:41 -04:00
Troy Schultz
c9b1f2e01a Folder reorganize for easier multi-IDE project handling 2011-06-04 10:23:27 -04:00
Mark Watkins
127b34e624 Unused variable cleanup 2011-06-04 13:52:53 +10:00
Mark Watkins
38820caa1a Code cleanup, plus Summary date range fixes 2011-06-04 13:44:30 +10:00
Mark Watkins
8b09043387 Fixed Summary AHI Y axes Ticker data bug 2011-06-04 13:23:29 +10:00
Mark Watkins
77a8142878 Summary Tab Average Calculations now Date Dependant 2011-06-04 13:18:11 +10:00
Mark Watkins
507f0bb067 Added hack to make CSR line up with Event Tree 2011-06-04 12:49:04 +10:00
Mark Watkins
74ce4850a9 Added Events View Tree 2011-06-04 12:38:18 +10:00
Mark Watkins
2d850c9196 Default summary view to 1 month, more graph fixes 2011-06-03 18:12:00 +10:00
Mark Watkins
77f11d5c4b Minor graph fixes 2011-06-03 17:06:18 +10:00
Mark Watkins
67b811d866 Improved average/p90 calculations a bit 2011-06-03 05:04:43 +10:00
Mark Watkins
7ffebb1cb8 Last day in summary tab wasn't always showing 2011-06-03 02:31:36 +10:00
Mark Watkins
de39de05dc Fixed a loader bug I just added by C++0X conversion 2011-06-02 20:10:43 +10:00
Mark Watkins
ae2cb136b7 Removed the last of C++0x 2011-06-02 15:18:25 +10:00
Mark Watkins
cd3ec94fe6 Changed the rest of the c++0x auto's to iterator equivalents 2011-06-02 14:42:37 +10:00
Mark Watkins
51d53f0bc4 Removed use of c++0x auto from Machine.c/h 2011-06-02 14:21:35 +10:00
Mark Watkins
e09f88a8e3 Moved OpenSessions/Waveforms calls to Day object 2011-06-02 13:28:11 +10:00
Mark Watkins
288911ed15 Added on demand Event & Wave data loading 2011-06-02 01:35:20 +10:00
Mark Watkins
02d0ba7ca2 Added Line Chart square plot mode 2011-06-01 23:08:44 +10:00
Mark Watkins
abb01d9403 AddSession day cleanup. After Midnight threshold changed to midday (from 6am) 2011-05-31 21:48:57 +10:00