OSCAR-code/oscar/Graphs
sawinglogz a80134e7db Remove redefinition of nullptr that caused compilation errors under Qt 5.14.
Thanks to mjphyi for tracking this down!

gcc didn't provide very useful error messages, saying that
error: invalid conversion from ‘long int’ to ‘QDebug::Stream*’
was in qglobal.h.

But it really had to do with a few scattered #defines in OSCAR changing
nullptr to NULL (an int). Since OSCAR now requires C++11, and nullptr
is a keyword in C++11, these #defines can go.

Resolves issue #5.
2020-02-18 15:22:51 -05:00
..
gdailysummary.cpp Remove "series" from display in UI and on reports. 2019-08-18 17:27:21 -04:00
gdailysummary.h Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
gFlagsLine.cpp Suppress duration on tooltip and event list if duration is zero (which usually means unknown duration as CPAP machine did not report it) 2019-07-05 10:29:57 -07:00
gFlagsLine.h Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
gFooBar.cpp Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
gFooBar.h Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
gGraph.cpp Flip the sleep stage data to negative so that the chart is drawn in the right orientation. 2020-01-30 13:45:55 -05:00
gGraph.h Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
gGraphView.cpp Fix pinch gestures so that spreading fingers zooms in. 2020-01-27 15:04:54 -05:00
gGraphView.h Standard and Advanced graphs apparently working, still with lots of diagnostics. 2019-09-01 22:14:36 -07:00
glcommon.cpp Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
glcommon.h Remove redefinition of nullptr that caused compilation errors under Qt 5.14. 2020-02-18 15:22:51 -05:00
gLineChart.cpp Add initial support for PRS1 settings channel (as distinct from statistics). 2019-10-29 11:14:57 -04:00
gLineChart.h Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
gLineOverlay.cpp Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
gLineOverlay.h Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
graphdata_custom.h Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
graphdata.h Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
gSegmentChart.cpp Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
gSegmentChart.h Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
gSessionTimesChart.cpp 1.1.0-testing-4 plus fix to overview graph 2019-08-22 19:59:51 -07:00
gSessionTimesChart.h Standard and Advanced graphs apparently working, still with lots of diagnostics. 2019-09-01 22:14:36 -07:00
gspacer.cpp Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
gspacer.h Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
gStatsLine.cpp Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
gStatsLine.h Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
gSummaryChart.cpp Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
gSummaryChart.h Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
gXAxis.cpp Format dates per national settings. 2019-08-06 10:51:14 -07:00
gXAxis.h Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
gYAxis.cpp Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
gYAxis.h Change measurement units from metric/arhiac to Metric/English 2019-05-01 09:05:01 -07:00
layer.cpp Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
layer.h Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
MinutesAtPressure.cpp Change folder and file name from oscr to oscar 2019-02-22 19:23:39 -05:00
MinutesAtPressure.h Fix deprecated-copy errors and made deprecated-declarations just a warning 2019-08-06 23:49:51 +02:00