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
Age
Commit message (
Expand
)
Author
2021-01-10
build-system: compile stats code on mobile OSs
Dirk Hohndel
2021-01-10
statistics: convert chart to QQuickItem
Berthold Stoeger
2021-01-10
statistics: fix 20 m binner
Berthold Stoeger
2021-01-10
statistics: add count to box and whisker plots
Berthold Stoeger
2021-01-10
statistics: add tags variable
Berthold Stoeger
2021-01-10
statistics: sort dive sites
Berthold Stoeger
2021-01-10
statistics: add min and max operations for numerical types
Berthold Stoeger
2021-01-09
statistics: fix range in categorical axes
Berthold Stoeger
2021-01-09
statistics: add a dive-# variable
Berthold Stoeger
2021-01-09
statistics: add a mean depth variable
Berthold Stoeger
2021-01-07
statistics: add ticks at beginning and end of the axis
Berthold Stoeger
2021-01-06
statistics: improve placement of info-box
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: set correct z-value for bars
Berthold Stoeger
2021-01-06
statistics: render title
Berthold Stoeger
2021-01-06
statistics: save axis with series
Berthold Stoeger
2021-01-06
statistics: save chart in axis class
Berthold Stoeger
2021-01-05
Add dive rating and visibility to statistics variables
Robert C. Helling
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: don't reset binner if binner is set
Berthold Stoeger
2021-01-03
statistics: clip regression line
Berthold Stoeger
2021-01-03
statistics: use RoundRectItem for legend and info-box
Berthold Stoeger
2021-01-03
statistics: add parentheses around percentage in horizontal bars
Berthold Stoeger
2021-01-03
statistics: charts drop down looks better with smaller icons
Dirk Hohndel
2021-01-03
statistics: fix silly typo in legend code
Berthold Stoeger
2021-01-03
statistics: reverse chart selection logic
Berthold Stoeger
2021-01-03
statistics: add a model that describes a list of charts
Berthold Stoeger
2021-01-03
statistics: silence two Coverity warnings
Berthold Stoeger
2021-01-02
statistics: implement StatsView
Berthold Stoeger
2021-01-02
statistics: implement a structure representing the chart state
Berthold Stoeger
2021-01-02
statistics: implement scatter series
Berthold Stoeger
2021-01-02
statistics: implement pie series
Berthold Stoeger
2021-01-02
statistics: implement a box-and-whisker series
Berthold Stoeger
2021-01-02
statistics: implement a bar series
Berthold Stoeger
2021-01-02
statistics: implement a simple information box
Berthold Stoeger
2021-01-02
statistics: add series interface class
Berthold Stoeger
2021-01-02
statistics: implement axes
Berthold Stoeger
2021-01-02
statistics: add a header file defining z-values
Berthold Stoeger
2021-01-01
statistics: implement a legend box
Berthold Stoeger
2021-01-01
statistics: add color-related functions
Dirk Hohndel
2021-01-01
statistics: add statistic variables
Berthold Stoeger