index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
stats
/
statsview.cpp
Age
Commit message (
Expand
)
Author
2021-01-20
statistics: render regression item using QSGNode
Berthold Stoeger
2021-01-20
statistics: keep track of dirty items in double-linked list
Berthold Stoeger
2021-01-20
statistics: turn axes into QSGNode
Berthold Stoeger
2021-01-20
statistics: turn ChartGrid into QSGNodes
Berthold Stoeger
2021-01-20
statistics: draw background using a QSGRectangle node
Berthold Stoeger
2021-01-20
statistics: convert HistogramMarkers to QSGNodes
Berthold Stoeger
2021-01-20
statistics: convert QuartileMarkers to QSGNodes
Berthold Stoeger
2021-01-20
statistics: remember position of legend when resizing
Berthold Stoeger
2021-01-20
statistics: add notion of Z-value to chart items
Berthold Stoeger
2021-01-20
statistics: turn infobox into a QSGNode
Berthold Stoeger
2021-01-20
statistics: pass view to series
Berthold Stoeger
2021-01-20
statistics: implement moving of legend
Berthold Stoeger
2021-01-20
statistics: draw legend as a QSGNode
Berthold Stoeger
2021-01-14
Add back central line for linear regression
Robert C. Helling
2021-01-14
Plot proper confidence regions
Robert C. Helling
2021-01-14
Indicate goodness of fit of regression line
Robert C. Helling
2021-01-11
statistics: consider overhang of horizontal axes
Berthold Stoeger
2021-01-10
statistics: convert chart to QQuickItem
Berthold Stoeger
2021-01-06
statistics: fix chart features: regression line and median/mean
Berthold Stoeger
2021-01-06
statistics: paint custom grid
Berthold Stoeger
2021-01-06
statistics: draw title of axes
Berthold Stoeger
2021-01-06
statistics: replace QtCharts' axes
Berthold Stoeger
2021-01-06
statistics: render title
Berthold Stoeger
2021-01-06
statistics: save chart in axis class
Berthold Stoeger
2021-01-04
stats: fix line segment intersection math
Dirk Hohndel
2021-01-03
statistics: don't crash if the QCharts QML modules aren't found
Dirk Hohndel
2021-01-03
statistics: clip regression line
Berthold Stoeger
2021-01-03
statistics: add parentheses around percentage in horizontal bars
Berthold Stoeger
2021-01-03
statistics: reverse chart selection logic
Berthold Stoeger
2021-01-02
statistics: implement StatsView
Berthold Stoeger