aboutsummaryrefslogtreecommitdiffstats
path: root/stats
AgeCommit message (Expand)Author
2021-10-01Don't access gasmix.o2.fractionGravatar Robert C. Helling
2021-03-08stats: initialize InformationBox::width and height membersGravatar Berthold Stoeger
2021-03-05statistics: don't divide by totalCount = 0 in pie chartsGravatar Berthold Stoeger
2021-03-05stats: initialize PieSeries::radius to 0 in constructorGravatar Berthold Stoeger
2021-02-13statistics: implement primitive "restrict to selection" featureGravatar Berthold Stoeger
2021-02-13statistics: implement shift-selection of rangesGravatar Berthold Stoeger
2021-02-13statistics: support ctrl-selection for all seriesGravatar Berthold Stoeger
2021-02-13statistics: make selection keyboard modifiers more generalGravatar Berthold Stoeger
2021-02-13statistics: highlight selected pie slicesGravatar Berthold Stoeger
2021-02-13statistics: highlight selected boxes in box plotGravatar Berthold Stoeger
2021-02-13statistics: remove horizontal flag from bar chart itemsGravatar Berthold Stoeger
2021-02-13statistics: highlight selected barGravatar Berthold Stoeger
2021-02-13statistics: implement rectangle selection in scatter plotGravatar Berthold Stoeger
2021-02-13statistics: select multiple dives in scatter-plot by shift-clickingGravatar Berthold Stoeger
2021-02-13statistics: show selected dives in scatter plotGravatar Berthold Stoeger
2021-02-13statistics: select dives from Scatter PlotGravatar Robert C. Helling
2021-02-13statistics: replot stats if dives added / removedGravatar Berthold Stoeger
2021-02-13statistics: save dive list with quartilesGravatar Berthold Stoeger
2021-02-13statistics: use dive instead of count binsGravatar Berthold Stoeger
2021-02-08statistics: fix placement of horizontal labels in bar chartsGravatar Berthold Stoeger
2021-02-06statistics: don't place labels at half-integer valuesGravatar Berthold Stoeger
2021-02-06statistics: delete chart items when root node is deletedGravatar Berthold Stoeger
2021-01-21statistics: do resizing in UI thread, not render threadGravatar Berthold Stoeger
2021-01-20Merge branch 'tvalue'Gravatar Dirk Hohndel
2021-01-20statistics/legend: fix dragging legend on touch screenGravatar Dirk Hohndel
2021-01-20statistics: render bar and pie labels onto fill colorGravatar Berthold Stoeger
2021-01-20statistics: move colors to statscolors.hGravatar Berthold Stoeger
2021-01-20statistics: make confidence area and regression line opt-inGravatar Berthold Stoeger
2021-01-20statistics: don't replot chart when changing featuresGravatar Berthold Stoeger
2021-01-20statistics: leak textures on exitGravatar Berthold Stoeger
2021-01-20statistics: fix range in categorical axesGravatar Berthold Stoeger
2021-01-20statistics: refactor QSG memory managementGravatar Berthold Stoeger
2021-01-20statistics: remove QSceneGraphGravatar Berthold Stoeger
2021-01-20statistics: remove float z-valueGravatar Berthold Stoeger
2021-01-20statistics: replace chart title by QSG nodeGravatar Berthold Stoeger
2021-01-20statistics: remove QGraphicsView from StatSeriesGravatar Berthold Stoeger
2021-01-20statistics: replace PieSeries by QSG nodesGravatar Berthold Stoeger
2021-01-20statistics: convert scatter series to use QSGGravatar Berthold Stoeger
2021-01-20statistics: convert box-and-whiskers plot to QSGGravatar Berthold Stoeger
2021-01-20statistics: implement showing / hiding of items in QSGGravatar Berthold Stoeger
2021-01-20statistics: convert bar series to QSGNodesGravatar Berthold Stoeger
2021-01-20statistics: render regression item using QSGNodeGravatar Berthold Stoeger
2021-01-20statistics: keep track of dirty items in double-linked listGravatar Berthold Stoeger
2021-01-20statistics: turn axes into QSGNodeGravatar Berthold Stoeger
2021-01-20statistics: turn ChartGrid into QSGNodesGravatar Berthold Stoeger
2021-01-20statistics: draw background using a QSGRectangle nodeGravatar Berthold Stoeger
2021-01-20statistics: convert HistogramMarkers to QSGNodesGravatar Berthold Stoeger
2021-01-20statistics: convert QuartileMarkers to QSGNodesGravatar Berthold Stoeger
2021-01-20statistics: remember position of legend when resizingGravatar Berthold Stoeger
2021-01-20statistics: add notion of Z-value to chart itemsGravatar Berthold Stoeger