aboutsummaryrefslogtreecommitdiffstats
path: root/stats/statsview.cpp
AgeCommit message (Expand)Author
2021-02-13statistics: implement primitive "restrict to selection" featureGravatar Berthold Stoeger
2021-02-13statistics: make selection keyboard modifiers more generalGravatar 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: use dive instead of count binsGravatar 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-20statistics/legend: fix dragging legend on touch screenGravatar Dirk Hohndel
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: refactor QSG memory managementGravatar Berthold Stoeger
2021-01-20statistics: remove QSceneGraphGravatar 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: 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
2021-01-20statistics: turn infobox into a QSGNodeGravatar Berthold Stoeger
2021-01-20statistics: pass view to seriesGravatar Berthold Stoeger
2021-01-20statistics: implement moving of legendGravatar Berthold Stoeger
2021-01-20statistics: draw legend as a QSGNodeGravatar Berthold Stoeger
2021-01-14Add back central line for linear regressionGravatar Robert C. Helling
2021-01-14Plot proper confidence regionsGravatar Robert C. Helling
2021-01-14Indicate goodness of fit of regression lineGravatar Robert C. Helling
2021-01-11statistics: consider overhang of horizontal axesGravatar Berthold Stoeger
2021-01-10statistics: convert chart to QQuickItemGravatar Berthold Stoeger
2021-01-06statistics: fix chart features: regression line and median/meanGravatar Berthold Stoeger
2021-01-06statistics: paint custom gridGravatar Berthold Stoeger
2021-01-06statistics: draw title of axesGravatar Berthold Stoeger
2021-01-06statistics: replace QtCharts' axesGravatar Berthold Stoeger
2021-01-06statistics: render titleGravatar Berthold Stoeger
2021-01-06statistics: save chart in axis classGravatar Berthold Stoeger
2021-01-04stats: fix line segment intersection mathGravatar Dirk Hohndel
2021-01-03statistics: don't crash if the QCharts QML modules aren't foundGravatar Dirk Hohndel
2021-01-03statistics: clip regression lineGravatar Berthold Stoeger
2021-01-03statistics: add parentheses around percentage in horizontal barsGravatar Berthold Stoeger
2021-01-03statistics: reverse chart selection logicGravatar Berthold Stoeger
2021-01-02statistics: implement StatsViewGravatar Berthold Stoeger